Searched refs:HASH_BITS (Results 1 – 8 of 8) sorted by relevance
109 #define HASH_BITS 18 macro110 #define HASH_SIZE (1 << HASH_BITS)
233 key = key >> (32 - HASH_BITS); in GetPixPairHash64()
108 #define HASH_BITS 18 macro109 #define HASH_SIZE (1 << HASH_BITS)
202 key = key >> (32 - HASH_BITS); in GetPixPairHash64()
185 #define HASH_BITS 16 macro186 #define HASH_BUCKETS (1 << HASH_BITS)210 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in matchpathcon_filespec_add()
399 #define HASH_BITS 16 macro400 #define HASH_BUCKETS (1 << HASH_BITS)434 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in filespec_add()
1733 /* The code is optimized for HASH_BITS >= 8 and maxMatch-2 multiple of 16.1772 * the hash keys are equal and that HASH_BITS >= 8.