HomeSort by relevance Sort by last modified time
    Searched refs:LZ4_STREAMDECODESIZE_U64 (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4.h 240 #define LZ4_STREAMDECODESIZE_U64 4
241 #define LZ4_STREAMDECODESIZE (LZ4_STREAMDECODESIZE_U64 * sizeof(unsigned long long))
242 typedef struct { unsigned long long table[LZ4_STREAMDECODESIZE_U64]; } LZ4_streamDecode_t;
lz4.c     [all...]

Completed in 392 milliseconds