Home
last modified time | relevance | path

Searched refs:missingBytes (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dopencl_abstract_dynamic_data.cpp64 int missingBytes = alignmentSize - dataLength % alignmentSize; in PutDummyToAlign() local
65 if (missingBytes > 0 && missingBytes != alignmentSize) in PutDummyToAlign()
67 std::vector<char> dummyData(missingBytes); in PutDummyToAlign()
69 array->append(dummyData.data(), missingBytes); in PutDummyToAlign()
70 return missingBytes; in PutDummyToAlign()
/dports/archivers/lizard/lizard-1.0/tests/
H A Dfuzzer.c463 { int missingBytes = (FUZ_rand(&randState) % 0x3F) + 1; in FUZ_test() local
464 if (missingBytes >= compressedSize) missingBytes = compressedSize-1; in FUZ_test()
465 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
466 compressedBuffer[compressedSize-missingBytes] = 0; in FUZ_test()
469 …ressedBuffer[compressedSize-missingBytes], "Lizard_compress_MinLevel overran output buffer ! (%i m… in FUZ_test()
475 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
476 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
477 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
480 …mpressedBuffer[HCcompressedSize-missingBytes], "Lizard_compress overran output buffer ! (%i missin… in FUZ_test()
535 if ((U32)blockSize > missingBytes) { in FUZ_test()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/lz4/programs/
H A Dfuzzer.c566 int missingBytes = (FUZ_rand(&randState) % 0x3F) + 1; in FUZ_test() local
567 if (missingBytes >= compressedSize) missingBytes = compressedSize-1; in FUZ_test()
568 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
569 compressedBuffer[compressedSize-missingBytes] = 0; in FUZ_test()
572 …essedBuffer[compressedSize-missingBytes], "LZ4_compress_limitedOutput overran output buffer ! (%i … in FUZ_test()
579 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
580 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
581 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
675 U32 missingBytes = (FUZ_rand(&randState) & 0xF) + 2; in FUZ_test() local
676 if ((U32)blockSize > missingBytes) in FUZ_test()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/tests/
H A Dfuzzer.c517 { int missingBytes = (FUZ_rand(&randState) % 0x3F) + 1; in FUZ_test() local
518 if (missingBytes >= compressedSize) missingBytes = compressedSize-1; in FUZ_test()
519 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
520 compressedBuffer[compressedSize-missingBytes] = 0; in FUZ_test()
523 …mpressedBuffer[compressedSize-missingBytes], "LZ4_compress_default overran output buffer ! (%i mis… in FUZ_test()
529 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
530 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
531 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
534 …mpressedBuffer[HCcompressedSize-missingBytes], "LZ4_compress_HC overran output buffer ! (%i missin… in FUZ_test()
622 if ((U32)blockSize > missingBytes) { in FUZ_test()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/programs/
H A Dfuzzer.c566 int missingBytes = (FUZ_rand(&randState) % 0x3F) + 1; in FUZ_test() local
567 if (missingBytes >= compressedSize) missingBytes = compressedSize-1; in FUZ_test()
568 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
569 compressedBuffer[compressedSize-missingBytes] = 0; in FUZ_test()
572 …essedBuffer[compressedSize-missingBytes], "LZ4_compress_limitedOutput overran output buffer ! (%i … in FUZ_test()
579 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
580 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
581 compressedBuffer[HCcompressedSize-missingBytes] = 0; in FUZ_test()
675 U32 missingBytes = (FUZ_rand(&randState) & 0xF) + 2; in FUZ_test() local
676 if ((U32)blockSize > missingBytes) in FUZ_test()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/tests/
H A Dfuzzer.c615 if (missingBytes >= compressedSize) missingBytes = compressedSize-1; in FUZ_test()
616 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
617 compressedBuffer[compressedSize-missingBytes] = 0; in FUZ_test()
620 …mpressedBuffer[compressedSize-missingBytes], "LZ4_compress_default overran output buffer ! (%i mis… in FUZ_test()
626 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
627 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
631 …mpressedBuffer[HCcompressedSize-missingBytes], "LZ4_compress_HC overran output buffer ! (%i missin… in FUZ_test()
726 if ((U32)blockSize > missingBytes) { in FUZ_test()
727 decodedBuffer[blockSize-missingBytes] = 0; in FUZ_test()
824 if ((U32)blockSize > missingBytes) { in FUZ_test()
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/tests/
H A Dfuzzer.c655 if (missingBytes >= compressedSize) missingBytes = compressedSize-1; in FUZ_test()
656 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
657 compressedBuffer[compressedSize-missingBytes] = 0; in FUZ_test()
661 …mpressedBuffer[compressedSize-missingBytes], "LZ4_compress_default overran output buffer ! (%i mis… in FUZ_test()
667 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
668 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
673 …mpressedBuffer[HCcompressedSize-missingBytes], "LZ4_compress_HC overran output buffer ! (%i missin… in FUZ_test()
766 if (blockSize > missingBytes) { in FUZ_test()
767 decodedBuffer[blockSize-missingBytes] = 0; in FUZ_test()
863 if ((U32)blockSize > missingBytes) { in FUZ_test()
[all …]
/dports/archivers/liblz4/lz4-1.9.3/tests/
H A Dfuzzer.c658 if (missingBytes >= compressedSize) missingBytes = compressedSize-1; in FUZ_test()
659 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
660 compressedBuffer[compressedSize-missingBytes] = 0; in FUZ_test()
664 …mpressedBuffer[compressedSize-missingBytes], "LZ4_compress_default overran output buffer ! (%i mis… in FUZ_test()
670 if (missingBytes >= HCcompressedSize) missingBytes = HCcompressedSize-1; in FUZ_test()
671 missingBytes += !missingBytes; /* avoid special case missingBytes==0 */ in FUZ_test()
676 …mpressedBuffer[HCcompressedSize-missingBytes], "LZ4_compress_HC overran output buffer ! (%i missin… in FUZ_test()
769 if (blockSize > missingBytes) { in FUZ_test()
770 decodedBuffer[blockSize-missingBytes] = 0; in FUZ_test()
863 if (blockSize > missingBytes) { in FUZ_test()
[all …]
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dxml-utils.cxx180 int missingBytes = m_missingBytes; in finish() local
182 missingBytes = 4 - m_pendingRank; in finish()
189 write( decoded, 1, 3 - missingBytes ); in finish()
221 int missingBytes = m_missingBytes; in decodeBase64() local
234 ++missingBytes; in decodeBase64()
246 write( decoded, 1, 3 - missingBytes ); in decodeBase64()
250 missingBytes = 0; in decodeBase64()
258 m_missingBytes = missingBytes; in decodeBase64()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; in main()
204 if (++missingBytes > 5) { in main()
205 missingBytes = 0; in main()
207 int reducedLen = len - missingBytes; in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/sound/sampled/AudioInputStream/
H A DAISReadFraction.java188 int missingBytes = 0; field in AISReadFraction.FractionalIS
204 if (++missingBytes > 5) { in read()
205 missingBytes = 0; in read()
207 int reducedLen = len - missingBytes; in read()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/testing/
H A Dbenchmark.go58 missingBytes bool // one of the subbenchmarks does not have bytes set. member
530 b.missingBytes = true
533 if !b.missingBytes {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/testing/
H A Dbenchmark.go58 missingBytes bool // one of the subbenchmarks does not have bytes set. member
532 b.missingBytes = true
535 if !b.missingBytes {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/testing/
H A Dbenchmark.go58 missingBytes bool // one of the subbenchmarks does not have bytes set. member
530 b.missingBytes = true
533 if !b.missingBytes {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/testing/
H A Dbenchmark.go58 missingBytes bool // one of the subbenchmarks does not have bytes set. member
530 b.missingBytes = true
533 if !b.missingBytes {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/testing/
H A Dbenchmark.go58 missingBytes bool // one of the subbenchmarks does not have bytes set. member
530 b.missingBytes = true
533 if !b.missingBytes {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/testing/
H A Dbenchmark.go58 missingBytes bool // one of the subbenchmarks does not have bytes set. member
530 b.missingBytes = true
533 if !b.missingBytes {

123