Searched refs:BITS_PER_INT (Results 1 – 1 of 1) sorted by relevance
24 #define BITS_PER_INT (sizeof(unsigned int) * 8) macro69 bit = 1u << (hash % BITS_PER_INT); in addBit()70 entry = (hash / BITS_PER_INT) % DC_BITMAP_SIZE; in addBit()