| /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 | 400 { int cSize, srcSize = blockSize; in FUZ_test() local 429 { int cSize, srcSize = blockSize; in FUZ_test() local 709 …{ int const cSize = LZ4_compress_default(block, compressedBuffer, blockSize, compressedSize-miss… in FUZ_test() local 1112 int const cSize = LZ4_compress_default(NULL, testCompressed, 0, maxCSize); in FUZ_unitTests() local 1121 { int const cSize = LZ4_compress_default(NULL, NULL, 0, 0); in FUZ_unitTests() local 1136 int cSize; in FUZ_unitTests() local 1160 … int const cSize = LZ4_compress_default(testInput, testCompressed, sampleSize, testCompressedSize); in FUZ_unitTests() local 1390 …{ int const cSize = LZ4_compress_HC_continue(&sHC, testInput + 64 KB, testCompressed, testCompre… in FUZ_unitTests() local
|
| D | abiTest.c | 81 …{ int const cSize = LZ4_compress_fast_continue(&LZ4_cState, (const char*)srcBuff, (char*)compres… in roundTripTest() local
|
| D | frametest.c | 228 size_t cSize, testSize; in basicTests() local 872 const void* cSrc, size_t cSize, in test_lz4f_decompression_wBuffers() 960 size_t test_lz4f_decompression(const void* cSrc, size_t cSize, in test_lz4f_decompression() 1034 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 | 529 size_t cSize=0; in fullSpeedBench() local
|
| /third_party/lz4/programs/ |
| D | bench.c | 348 size_t cSize; member 435 size_t cSize = srcSize; in BMK_benchMem() local
|
| D | lz4io.c | 707 …size_t const cSize = LZ4F_compressFrame_usingCDict(ctx, dstBuffer, dstBufferSize, srcBuffer, readS… in LZ4IO_compressFilename_extRess() local
|
| /third_party/icu/tools/unicode/c/genuca/ |
| D | genuca.cpp | 741 int32_t cSize = in readAnElement() local
|
| /third_party/lz4/lib/ |
| D | lz4frame.c | 454 …{ size_t const cSize = LZ4F_compressUpdate(cctx, dstPtr, (size_t)(dstEnd-dstPtr), srcBuffer, srcSi… in LZ4F_compressFrame_usingCDict() local 832 U32 cSize; in LZ4F_makeBlock() local
|
| D | lz4hc.c | 960 int cSize; in LZ4_compress_HC() local
|