Home
last modified time | relevance | path

Searched defs:cSize (Results 1 – 10 of 10) sorted by relevance

/third_party/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c147 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/
Dfuzzer.c399 { 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
Dframetest.c180 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
DroundTripTest.c109 …int const cSize = compress((const char*)srcBuff, (char*)compressedBuff, (int)srcSize, (int)compres… in roundTripTest() local
Dfullbench.c503 size_t cSize=0; in fullSpeedBench() local
/third_party/lz4/programs/
Dbench.c311 size_t cSize; member
380 size_t cSize = 0; in BMK_benchMem() local
Dlz4io.c695 …size_t const cSize = LZ4F_compressFrame_usingCDict(ctx, dstBuffer, dstBufferSize, srcBuffer, readS… in LZ4IO_compressFilename_extRess() local
/third_party/lz4/lib/
Dlz4frame.c408 …{ 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
Dlz4hc.c962 …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/
Dgenuca.cpp741 int32_t cSize = in readAnElement() local