Searched refs:LZ4_HASH_SIZE_U32 (Results 1 – 2 of 2) sorted by relevance
566 #define LZ4_HASH_SIZE_U32 (1 << LZ4_HASHLOG) /* required as macro for static allocation */ macro584 LZ4_u32 hashTable[LZ4_HASH_SIZE_U32];
1990 for (i = 0; i < LZ4_HASH_SIZE_U32; i++) in LZ4_renormDictT()