LZ4HC_HASHTABLESIZE   80 include/linux/lz4.h #define LZ4HC_HASH_MASK (LZ4HC_HASHTABLESIZE - 1)
LZ4HC_HASHTABLESIZE  115 include/linux/lz4.h 	unsigned int	 hashTable[LZ4HC_HASHTABLESIZE];