Searched refs:LZ4_STREAMDECODESIZE_U64 (Results 1 – 2 of 2) sorted by relevance
240 #define LZ4_STREAMDECODESIZE_U64 4 macro241 #define LZ4_STREAMDECODESIZE (LZ4_STREAMDECODESIZE_U64 * sizeof(unsigned long long))242 typedef struct { unsigned long long table[LZ4_STREAMDECODESIZE_U64]; } LZ4_streamDecode_t;
1154 … LZ4_streamDecode_t* lz4s = (LZ4_streamDecode_t*) ALLOCATOR(sizeof(U64), LZ4_STREAMDECODESIZE_U64); in LZ4_createStreamDecode()