Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Dlz4.h125 #ifndef LZ4_MEMORY_USAGE
126 #define LZ4_MEMORY_USAGE 14 macro
564 #define LZ4_HASHLOG (LZ4_MEMORY_USAGE - 2)
565 #define LZ4_HASHTABLESIZE (1 << LZ4_MEMORY_USAGE)
/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c1051 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()