Home
last modified time | relevance | path

Searched refs:HCcompressedSize (Results 1 – 7 of 7) sorted by relevance

/dports/archivers/lizard/lizard-1.0/tests/
H A Dfuzzer.c334 int dictSize, blockSize, blockStart, compressedSize, HCcompressedSize; in FUZ_test() local
355 HCcompressedSize = ret; in FUZ_test()
453 ret = Lizard_compress(block, compressedBuffer, blockSize, HCcompressedSize, 0); in FUZ_test()
458 …= Lizard_compress_extState(stateLizardHC, block, compressedBuffer, blockSize, HCcompressedSize, 0); in FUZ_test()
475 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
477 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
478 … ret = Lizard_compress(block, compressedBuffer, blockSize, HCcompressedSize-missingBytes, 0); in FUZ_test()
480 …FUZ_CHECKTEST(compressedBuffer[HCcompressedSize-missingBytes], "Lizard_compress overran output buf… in FUZ_test()
577 hcbytes += HCcompressedSize; in FUZ_test()
/dports/archivers/maxcso/maxcso-1.10.0/lz4/programs/
H A Dfuzzer.c382 int dictSize, blockSize, blockStart, compressedSize, HCcompressedSize; in FUZ_test() local
438 HCcompressedSize = ret; in FUZ_test()
555 ret = LZ4_compressHC_limitedOutput(block, compressedBuffer, blockSize, HCcompressedSize); in FUZ_test()
560 …ressHC_limitedOutput_withStateHC(stateLZ4HC, block, compressedBuffer, blockSize, HCcompressedSize); in FUZ_test()
579 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
581 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
582 …ret = LZ4_compressHC_limitedOutput(block, compressedBuffer, blockSize, HCcompressedSize-missingByt… in FUZ_test()
584 …FUZ_CHECKTEST(compressedBuffer[HCcompressedSize-missingBytes], "LZ4_compressHC_limitedOutput overr… in FUZ_test()
719 hcbytes += HCcompressedSize; in FUZ_test()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/tests/
H A Dfuzzer.c311 int compressedSize, HCcompressedSize; in FUZ_test() local
392 HCcompressedSize = ret; in FUZ_test()
507 … ret = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize, compressionLevel); in FUZ_test()
512 …press_HC_extStateHC(stateLZ4HC, block, compressedBuffer, blockSize, HCcompressedSize, compressionL… in FUZ_test()
529 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
531 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
532 …ret = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize-missingBytes, compressi… in FUZ_test()
534 …FUZ_CHECKTEST(compressedBuffer[HCcompressedSize-missingBytes], "LZ4_compress_HC overran output buf… in FUZ_test()
689 hcbytes += HCcompressedSize; in FUZ_test()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/programs/
H A Dfuzzer.c382 int dictSize, blockSize, blockStart, compressedSize, HCcompressedSize; in FUZ_test() local
438 HCcompressedSize = ret; in FUZ_test()
555 ret = LZ4_compressHC_limitedOutput(block, compressedBuffer, blockSize, HCcompressedSize); in FUZ_test()
560 …ressHC_limitedOutput_withStateHC(stateLZ4HC, block, compressedBuffer, blockSize, HCcompressedSize); in FUZ_test()
579 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
581 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
582 …ret = LZ4_compressHC_limitedOutput(block, compressedBuffer, blockSize, HCcompressedSize-missingByt… in FUZ_test()
584 …FUZ_CHECKTEST(compressedBuffer[HCcompressedSize-missingBytes], "LZ4_compressHC_limitedOutput overr… in FUZ_test()
719 hcbytes += HCcompressedSize; in FUZ_test()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/tests/
H A Dfuzzer.c375 int compressedSize, HCcompressedSize; in FUZ_test() local
457HCcompressedSize = LZ4_compress_HC(block, compressedBuffer, blockSize, (int)compressedBufferSize, … in FUZ_test()
458 FUZ_CHECKTEST(HCcompressedSize==0, "LZ4_compress_HC() failed"); in FUZ_test()
604 … ret = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize, compressionLevel); in FUZ_test()
609 …press_HC_extStateHC(stateLZ4HC, block, compressedBuffer, blockSize, HCcompressedSize, compressionL… in FUZ_test()
626 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
628 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
629 …ret = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize-missingBytes, compressi… in FUZ_test()
631 …FUZ_CHECKTEST(compressedBuffer[HCcompressedSize-missingBytes], "LZ4_compress_HC overran output buf… in FUZ_test()
943 hcbytes += HCcompressedSize; in FUZ_test()
/dports/archivers/liblz4/lz4-1.9.3/tests/
H A Dfuzzer.c383 int compressedSize, HCcompressedSize; in FUZ_test() local
461HCcompressedSize = LZ4_compress_HC(block, compressedBuffer, blockSize, (int)compressedBufferSize, … in FUZ_test()
462 FUZ_CHECKTEST(HCcompressedSize==0, "LZ4_compress_HC() failed"); in FUZ_test()
647 … ret = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize, compressionLevel); in FUZ_test()
652 …press_HC_extStateHC(stateLZ4HC, block, compressedBuffer, blockSize, HCcompressedSize, compressionL… in FUZ_test()
670 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
672 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
673 … const hcSize = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize-missingBytes,… in FUZ_test()
676 …FUZ_CHECKTEST(compressedBuffer[HCcompressedSize-missingBytes], "LZ4_compress_HC overran output buf… in FUZ_test()
986 assert(HCcompressedSize >= 0); in FUZ_test()
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/tests/
H A Dfuzzer.c383 int compressedSize, HCcompressedSize; in FUZ_test() local
461HCcompressedSize = LZ4_compress_HC(block, compressedBuffer, blockSize, (int)compressedBufferSize, … in FUZ_test()
462 FUZ_CHECKTEST(HCcompressedSize==0, "LZ4_compress_HC() failed"); in FUZ_test()
644 … ret = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize, compressionLevel); in FUZ_test()
649 …press_HC_extStateHC(stateLZ4HC, block, compressedBuffer, blockSize, HCcompressedSize, compressionL… in FUZ_test()
667 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
669 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
670 … const hcSize = LZ4_compress_HC(block, compressedBuffer, blockSize, HCcompressedSize-missingBytes,… in FUZ_test()
673 …FUZ_CHECKTEST(compressedBuffer[HCcompressedSize-missingBytes], "LZ4_compress_HC overran output buf… in FUZ_test()
982 hcbytes += HCcompressedSize; in FUZ_test()