Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h119 #ifndef LZ4_MEMORY_USAGE
120 # define LZ4_MEMORY_USAGE 14 macro
489 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE-2)
490 #define LZ4_HASHTABLESIZE (1 << LZ4_MEMORY_USAGE)
544 #define LZ4_STREAMSIZE_U64 ((1 << (LZ4_MEMORY_USAGE-3)) + 4)
Dlz4.c579 LZ4_STATIC_ASSERT(LZ4_MEMORY_USAGE > 2); in LZ4_getIndexOnHash()
582 assert(h < (1U << (LZ4_MEMORY_USAGE-2))); in LZ4_getIndexOnHash()
587 assert(h < (1U << (LZ4_MEMORY_USAGE-1))); in LZ4_getIndexOnHash()
/external/lz4/
DNEWS45 build : LZ4_MEMORY_USAGE can be modified at compile time, through external define