Searched refs:LZ4_HASHLOG (Results 1 – 2 of 2) sorted by relevance
67 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE-2) macro69 #define LZ4_HASH_SIZE_U32 (1 << LZ4_HASHLOG)
54 >> ((MINMATCH * 8) - (LZ4_HASHLOG + 1))); in LZ4_hash4()57 >> ((MINMATCH * 8) - LZ4_HASHLOG)); in LZ4_hash4()65 ? LZ4_HASHLOG + 1 in LZ4_hash5()66 : LZ4_HASHLOG; in LZ4_hash5()