Searched refs:HASH_BITS (Results 1 – 8 of 8) sorted by relevance
11 #define HASH_BITS 6 macro12 #define HASH_SIZE (1UL << HASH_BITS)61 tmp = tmp + (tmp >> HASH_BITS) + (tmp >> HASH_BITS*2); in hash()
255 #define HASH_BITS 6 macro256 #define HASH_SIZE (1UL << HASH_BITS)313 tmp = tmp + (tmp >> HASH_BITS) + (tmp >> HASH_BITS*2); in hash()
146 #define HASH_BITS 0x003f /* 6 LS bits */ macro
864 #define HASH_BITS 0x01ff /* 9 LS bits */ macro
2069 hashcode = crc & HASH_BITS; /* hashcode is 9 LSb of CRC */ in SetMulticastFilter()
43 #define HASH_BITS 10 /* This makes hash_table 1 4K page */ macro44 #define HASH_SIZE (1 << HASH_BITS)223 #define s(x) ((x) + ((x) >> HASH_BITS)) in meta_hash()
62 #define HASH_BITS 6 /* #bits in hash */ macro536 return (Crc & ((1 << HASH_BITS) - 1)); in SkXmacMcHash()595 return (Crc & ((1 << HASH_BITS) - 1)); in SkGmacMcHash()
2073 #define HASH_BITS 24 macro2074 #define HASH_MASK ( (1<<HASH_BITS)-1 )2094 keyptr->count = (ip_cnt&COUNT_MASK)<<HASH_BITS; in __check_and_rekey()