Searched refs:OS_GET_32BIT_ARRAY_BASE (Results 1 – 2 of 2) sorted by relevance
44 #define OS_GET_32BIT_ARRAY_BASE(num) ((num) << 5) macro
213 readyList = &(g_runQueue.readyList[OS_GET_32BIT_ARRAY_BASE(childBitMapIdx) + rdyListIdx]); in OsTskHighestSet()