Searched refs:LZ4_MEMORY_USAGE (Results 1 – 5 of 5) sorted by relevance
160 #ifndef LZ4_MEMORY_USAGE161 # define LZ4_MEMORY_USAGE LZ4_MEMORY_USAGE_DEFAULT macro164 #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…
833 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()
24 description: 'See LZ4_MEMORY_USAGE. 0 means use the LZ4 default')
33 #define LZ4_MEMORY_USAGE 14 macro
122 build : LZ4_MEMORY_USAGE can be modified at compile time, through external define