Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.h561 #define LZ4_COMPRESS_INPLACE_BUFFER_SIZE(maxCompressedSize) ((maxCompressedSize) + LZ4_COMPRESS_I… macro
/third_party/lz4/tests/
Dfuzzer.c1084 int const outSize = LZ4_COMPRESS_INPLACE_BUFFER_SIZE(maxCSize); in FUZ_unitTests()