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