Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.h623 #define LZ4_STREAMSIZE 16416 /* static size, for inter-version compatibility */ macro
624 #define LZ4_STREAMSIZE_VOIDP (LZ4_STREAMSIZE / sizeof(void*))
Dlz4.c675 int LZ4_sizeofState(void) { return LZ4_STREAMSIZE; } in LZ4_sizeofState()
1426 …LZ4_STATIC_ASSERT(LZ4_STREAMSIZE >= sizeof(LZ4_stream_t_internal)); /* A compilation error here… in LZ4_createStream()
2474 int LZ4_sizeofStreamState(void) { return LZ4_STREAMSIZE; } in LZ4_sizeofStreamState()