Searched refs:LZ4_MEMORY_USAGE (Results 1 – 3 of 3) sorted by relevance
119 #ifndef LZ4_MEMORY_USAGE120 # define LZ4_MEMORY_USAGE 14 macro489 #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)
579 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()
45 build : LZ4_MEMORY_USAGE can be modified at compile time, through external define