Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlz4.h67 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE-2) macro
69 #define LZ4_HASH_SIZE_U32 (1 << LZ4_HASHLOG)
/linux/lib/lz4/
H A Dlz4_compress.c53 >> ((MINMATCH * 8) - (LZ4_HASHLOG + 1))); in LZ4_hash4()
56 >> ((MINMATCH * 8) - LZ4_HASHLOG)); in LZ4_hash4()
64 ? LZ4_HASHLOG + 1 in LZ4_hash5()
65 : LZ4_HASHLOG; in LZ4_hash5()