Searched refs:LZ4_MEMORY_USAGE (Results 1 – 2 of 2) sorted by relevance
125 #ifndef LZ4_MEMORY_USAGE126 #define LZ4_MEMORY_USAGE 14 macro564 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE - 2)565 #define LZ4_HASHTABLESIZE (1 << LZ4_MEMORY_USAGE)
1051 LZ4_STATIC_ASSERT(LZ4_MEMORY_USAGE > 2); in LZ4_getIndexOnHash()1055 assert(h < (1U << (LZ4_MEMORY_USAGE - 2))); in LZ4_getIndexOnHash()1061 assert(h < (1U << (LZ4_MEMORY_USAGE - 1))); in LZ4_getIndexOnHash()