Searched refs:slotBits (Results 1 – 2 of 2) sorted by relevance
44 int bucketBits, int slotBits, int hashBits, int blockBits) { in generate() argument52 if (bucketBits - slotBits >= 16) { in generate()57 int numSlots = 1 << slotBits; in generate()149 /* slot_bits */ struct.put(5, slotBits); in generate()
956 uint32_t slotBits=0; in makeException() local966 slotBits|=slots[count]; in makeException()972 slotBits|=slots[count]; in makeException()981 slotBits|=slots[count]; in makeException()987 slotBits|=slots[count]; in makeException()997 slotBits|=slots[count]; in makeException()1018 slotBits|=slots[count]; in makeException()1031 slotBits|=slots[count]; in makeException()1051 if(slotBits<=0xffff) { in makeException()