Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h176 #define LZ4_STREAMSIZE (LZ4_STREAMSIZE_U64 * sizeof(long long)) macro
Dlz4.c768 …LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here… in LZ4_createStream()
1299 int LZ4_sizeofStreamState() { return LZ4_STREAMSIZE; } in LZ4_sizeofStreamState()
1303 MEM_INIT(lz4ds, 0, LZ4_STREAMSIZE); in LZ4_init()
1330 int LZ4_sizeofState() { return LZ4_STREAMSIZE; } in LZ4_sizeofState()
1335 MEM_INIT(state, 0, LZ4_STREAMSIZE); in LZ4_compress_withState()
1346 MEM_INIT(state, 0, LZ4_STREAMSIZE); in LZ4_compress_limitedOutput_withState()