Searched refs:LZ4_STREAMDECODESIZE (Results 1 – 2 of 2) sorted by relevance
642 #define LZ4_STREAMDECODESIZE (LZ4_STREAMDECODESIZE_U64 * sizeof(unsigned long long)) macro
2906 …LZ4_STATIC_ASSERT(LZ4_STREAMDECODESIZE >= sizeof(LZ4_streamDecode_t_internal)); /* A compilation e… in LZ4_createStreamDecode()