/third_party/lz4/ossfuzz/ |
D | round_trip_stream_fuzzer.c | 147 int const cSize = LZ4_compress_fast_continue(state->cstream, src, dst, in state_prefixRoundTrip() local 168 int const cSize = LZ4_compress_fast_continue(state->cstream, src, dst, in state_extDictRoundTrip() local 217 int const cSize = LZ4_compress_HC_continue(state->cstreamHC, src, dst, in state_prefixHCRoundTrip() local 239 int const cSize = LZ4_compress_HC_continue(state->cstreamHC, src, dst, in state_extDictHCRoundTrip() local
|
/third_party/lz4/tests/ |
D | fuzzer.c | 399 { int cSize, srcSize = blockSize; in FUZ_test() local 428 { int cSize, srcSize = blockSize; in FUZ_test() local 661 …{ int const cSize = LZ4_compress_default(block, compressedBuffer, blockSize, compressedSize-miss… in FUZ_test() local 1064 int const cSize = LZ4_compress_default(NULL, testCompressed, 0, maxCSize); in FUZ_unitTests() local 1073 { int const cSize = LZ4_compress_default(NULL, NULL, 0, 0); in FUZ_unitTests() local 1088 int cSize; in FUZ_unitTests() local 1112 … int const cSize = LZ4_compress_default(testInput, testCompressed, sampleSize, testCompressedSize); in FUZ_unitTests() local 1341 …{ int const cSize = LZ4_compress_HC_continue(&sHC, testInput + 64 KB, testCompressed, testCompre… in FUZ_unitTests() local
|
D | frametest.c | 180 size_t cSize, testSize; in basicTests() local 811 const void* cSrc, size_t cSize, in test_lz4f_decompression_wBuffers() 898 size_t test_lz4f_decompression(const void* cSrc, size_t cSize, in test_lz4f_decompression() 972 size_t cSize; in fuzzerTests() local
|
D | roundTripTest.c | 109 …int const cSize = compress((const char*)srcBuff, (char*)compressedBuff, (int)srcSize, (int)compres… in roundTripTest() local
|
D | fullbench.c | 503 size_t cSize=0; in fullSpeedBench() local
|
/third_party/lz4/programs/ |
D | bench.c | 311 size_t cSize; member 380 size_t cSize = 0; in BMK_benchMem() local
|
D | lz4io.c | 695 …size_t const cSize = LZ4F_compressFrame_usingCDict(ctx, dstBuffer, dstBufferSize, srcBuffer, readS… in LZ4IO_compressFilename_extRess() local
|
/third_party/lz4/lib/ |
D | lz4frame.c | 408 …{ size_t const cSize = LZ4F_compressUpdate(cctx, dstPtr, (size_t)(dstEnd-dstPtr), srcBuffer, srcSi… in LZ4F_compressFrame_usingCDict() local 747 U32 cSize = (U32)compress(lz4ctx, (const char*)src, (char*)(cSizePtr+BHSize), in LZ4F_makeBlock() local
|
D | lz4hc.c | 962 …int const cSize = LZ4_compress_HC_extStateHC(statePtr, src, dst, srcSize, dstCapacity, compression… in LZ4_compress_HC() local
|
/third_party/icu/tools/unicode/c/genuca/ |
D | genuca.cpp | 741 int32_t cSize = in readAnElement() local
|