Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dlz4.h67 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE-2) macro
69 #define LZ4_HASH_SIZE_U32 (1 << LZ4_HASHLOG)
/linux-6.1.9/lib/lz4/
Dlz4_compress.c54 >> ((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()