Home
last modified time | relevance | path

Searched refs:BITS_PER_INT (Results 1 – 1 of 1) sorted by relevance

/external/mtools/
DdirCache.c24 #define BITS_PER_INT (sizeof(unsigned int) * 8) macro
69 bit = 1u << (hash % BITS_PER_INT); in addBit()
70 entry = (hash / BITS_PER_INT) % DC_BITMAP_SIZE; in addBit()