Home
last modified time | relevance | path

Searched refs:LZ4HC_HASHTABLESIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.h197 #define LZ4HC_HASHTABLESIZE (1 << LZ4HC_HASH_LOG) macro
198 #define LZ4HC_HASH_MASK (LZ4HC_HASHTABLESIZE - 1)
204 LZ4_u32 hashTable[LZ4HC_HASHTABLESIZE];