Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h240 #define LZ4_STREAMDECODESIZE_U64 4 macro
241 #define LZ4_STREAMDECODESIZE (LZ4_STREAMDECODESIZE_U64 * sizeof(unsigned long long))
242 typedef struct { unsigned long long table[LZ4_STREAMDECODESIZE_U64]; } LZ4_streamDecode_t;
Dlz4.c1154 … LZ4_streamDecode_t* lz4s = (LZ4_streamDecode_t*) ALLOCATOR(sizeof(U64), LZ4_STREAMDECODESIZE_U64); in LZ4_createStreamDecode()