Searched refs:LZ4_MEMORY_USAGE (Results 1 – 3 of 3) sorted by relevance
126 #ifndef LZ4_MEMORY_USAGE127 # define LZ4_MEMORY_USAGE 14 macro578 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE-2)579 #define LZ4_HASHTABLESIZE (1 << LZ4_MEMORY_USAGE)
775 LZ4_STATIC_ASSERT(LZ4_MEMORY_USAGE > 2); in LZ4_getIndexOnHash()778 assert(h < (1U << (LZ4_MEMORY_USAGE-2))); in LZ4_getIndexOnHash()783 assert(h < (1U << (LZ4_MEMORY_USAGE-1))); in LZ4_getIndexOnHash()
101 build : LZ4_MEMORY_USAGE can be modified at compile time, through external define