Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.h160 #ifndef LZ4_MEMORY_USAGE
161 # define LZ4_MEMORY_USAGE LZ4_MEMORY_USAGE_DEFAULT macro
164 #if (LZ4_MEMORY_USAGE < LZ4_MEMORY_USAGE_MIN)
168 #if (LZ4_MEMORY_USAGE > LZ4_MEMORY_USAGE_MAX)
654 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE-2)
655 #define LZ4_HASHTABLESIZE (1 << LZ4_MEMORY_USAGE)
688 #define LZ4_STREAM_MINSIZE ((1UL << LZ4_MEMORY_USAGE) + 32) /* static size, for inter-version com…
Dlz4.c833 LZ4_STATIC_ASSERT(LZ4_MEMORY_USAGE > 2); in LZ4_getIndexOnHash()
836 assert(h < (1U << (LZ4_MEMORY_USAGE-2))); in LZ4_getIndexOnHash()
841 assert(h < (1U << (LZ4_MEMORY_USAGE-1))); in LZ4_getIndexOnHash()
/third_party/lz4/contrib/meson/
Dmeson_options.txt24 description: 'See LZ4_MEMORY_USAGE. 0 means use the LZ4 default')
/third_party/f2fs-tools/fsck/
Dcompress.c33 #define LZ4_MEMORY_USAGE 14 macro
/third_party/lz4/
DNEWS122 build : LZ4_MEMORY_USAGE can be modified at compile time, through external define