Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.h137 #define LZ4HC_HASHTABLESIZE (1 << LZ4HC_HASH_LOG) macro
138 #define LZ4HC_HASH_MASK (LZ4HC_HASHTABLESIZE - 1)
147 uint32_t hashTable[LZ4HC_HASHTABLESIZE];
165 unsigned int hashTable[LZ4HC_HASHTABLESIZE];
180 #define LZ4_STREAMHCSIZE (4*LZ4HC_HASHTABLESIZE + 2*LZ4HC_MAXD + 56) /* 262200 */