Searched refs:LZ4_COMPRESS_INPLACE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
561 #define LZ4_COMPRESS_INPLACE_BUFFER_SIZE(maxCompressedSize) ((maxCompressedSize) + LZ4_COMPRESS_I… macro
1084 int const outSize = LZ4_COMPRESS_INPLACE_BUFFER_SIZE(maxCSize); in FUZ_unitTests()