Searched refs:HASHTABLESIZE (Results 1 – 2 of 2) sorted by relevance
75 #define HASHTABLESIZE (1 << HASH_LOG) macro76 #define HASH_MASK (HASHTABLESIZE - 1)88 U32 hashTable[HASHTABLESIZE];
418 #define HASHTABLESIZE (1 << LZ4_MEMORY_USAGE) macro