Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h644 #define LZ4_STREAMDECODESIZE (LZ4_STREAMDECODESIZE_U64 * sizeof(unsigned long long)) macro
Dlz4.c2171 …LZ4_STATIC_ASSERT(LZ4_STREAMDECODESIZE >= sizeof(LZ4_streamDecode_t_internal)); /* A compilatio… in LZ4_createStreamDecode()