Searched refs:HASH_TABLESIZE (Results 1 – 3 of 3) sorted by relevance
1312 #define HASH_TABLESIZE (1 << HASH_LOG) macro1313 #define HASH_MASK (HASH_TABLESIZE - 1)1438 __m256i hashTable[HASH_TABLESIZE>>3];1440 U32 hashTable[HASH_TABLESIZE];
2341 #define HASH_TABLESIZE (1 << HASH_LOG) macro2342 #define HASH_MASK (HASH_TABLESIZE - 1)
2700 #define HASH_TABLESIZE (1 << HASH_LOG) macro2701 #define HASH_MASK (HASH_TABLESIZE - 1)