• Home
  • Raw
  • Download

Lines Matching refs:LZ4F_compressFrameBound

178     size_t const cBuffSize = LZ4F_compressFrameBound(COMPRESSIBLE_NOISE_LENGTH, NULL);  in basicTests()
207 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuf… in basicTests()
230 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuf… in basicTests()
235 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuf… in basicTests()
355 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNB… in basicTests()
360 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNB… in basicTests()
366 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNB… in basicTests()
400 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNB… in basicTests()
406 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNB… in basicTests()
411 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNB… in basicTests()
417 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in basicTests()
425 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in basicTests()
434 …CHECK_V(cSize, LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNB… in basicTests()
518 size_t const dstCapacity = LZ4F_compressFrameBound(dictSize, NULL); in basicTests()
588 size_t const outCapacity = LZ4F_compressFrameBound(inSize, NULL); in basicTests()
624 size_t const outCapacity = LZ4F_compressFrameBound(inSize, NULL); in basicTests()
762 size_t const compressedBufferSize = LZ4F_compressFrameBound(srcDataLength, NULL); in fuzzerTests()
824 …cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(srcSize, prefsPtr), srcStart,… in fuzzerTests()
830 …BYTE* const oend = op + (neverFlush ? LZ4F_compressFrameBound(srcSize, prefsPtr) : compressedBuffe… in fuzzerTests()