Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/common/
Dlz4.h642 #define LZ4_STREAMDECODESIZE (LZ4_STREAMDECODESIZE_U64 * sizeof(unsigned long long)) macro
/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c2906 …LZ4_STATIC_ASSERT(LZ4_STREAMDECODESIZE >= sizeof(LZ4_streamDecode_t_internal)); /* A compilation e… in LZ4_createStreamDecode()