Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlz4.h58 #define LZ4_MEMORY_USAGE 14 macro
67 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE-2)
68 #define LZ4_HASHTABLESIZE (1 << LZ4_MEMORY_USAGE)
85 #define LZ4_STREAMSIZE_U64 ((1 << (LZ4_MEMORY_USAGE - 3)) + 4)