RUNTIME_ARRAY_SIZE
sizeof(bool) * RUNTIME_ARRAY_SIZE);
sizeof(u32) * RUNTIME_ARRAY_SIZE);
for (i = 0; i < RUNTIME_ARRAY_SIZE; i++)
if (rt_offset >= RUNTIME_ARRAY_SIZE) {
val, rt_offset, RUNTIME_ARRAY_SIZE);
if ((rt_offset + size - 1) >= RUNTIME_ARRAY_SIZE) {
RUNTIME_ARRAY_SIZE);