Searched refs:BITS_IN_WORD_W (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dalloc.c161 #define BITS_IN_WORD_W 5 macro
165 #define MapBlock(i) ((i) >> (BITS_IN_WORD_W + WORDS_IN_BLOCK_W))
166 #define MapWord(i) (((i) >> BITS_IN_WORD_W) & WORDS_IN_BLOCK_M)

Completed in 99 milliseconds