Home
last modified time | relevance | path

Searched defs:cSize (Results 1 - 12 of 12) sorted by relevance

/third_party/lz4/ossfuzz/
H A 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, state_extDictHCRoundTrip() local
[all...]
/third_party/lz4/tests/
H A DabiTest.c81 { int const cSize = LZ4_compress_fast_continue(&LZ4_cState, (const char*)srcBuff, (char*)compressedBuff, (int)srcSize, (int)compressedBuffCapacity, acceleration); in roundTripTest() local
H A DroundTripTest.c109 int const cSize = compress((const char*)srcBuff, (char*)compressedBuff, (int)srcSize, (int)compressedBuffCapacity, selected_clevel); in roundTripTest() local
H A Dfullbench.c529 size_t cSize=0; in fullSpeedBench() local
H A Dframetest.c228 size_t cSize, testSize; in basicTests() local
871 test_lz4f_decompression_wBuffers( const void* cSrc, size_t cSize, void* dst, size_t dstCapacity, o_scenario_e o_scenario, const void* srcRef, size_t decompressedSize, U64 crcOrig, U32* const randState, LZ4F_dctx* const dCtx, U32 seed, U32 testNb, int findErrorPos) test_lz4f_decompression_wBuffers() argument
960 test_lz4f_decompression(const void* cSrc, size_t cSize, const void* srcRef, size_t decompressedSize, U64 crcOrig, U32* const randState, LZ4F_dctx* const dCtx, U32 seed, U32 testNb, int findErrorPos) test_lz4f_decompression() argument
1034 size_t cSize; fuzzerTests() local
[all...]
H A Dfuzzer.c400 { 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-missingBytes); FUZ_test() local
1112 int const cSize = LZ4_compress_default(NULL, testCompressed, 0, maxCSize); FUZ_unitTests() local
1121 { int const cSize = LZ4_compress_default(NULL, NULL, 0, 0); FUZ_unitTests() local
1136 int cSize; FUZ_unitTests() local
1160 int const cSize = LZ4_compress_default(testInput, testCompressed, sampleSize, testCompressedSize); FUZ_unitTests() local
1390 { int const cSize = LZ4_compress_HC_continue(&sHC, testInput + 64 KB, testCompressed, testCompressedSize, testCompressedSize-1); FUZ_unitTests() local
[all...]
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp741 int32_t cSize = in readAnElement() local
/third_party/lz4/programs/
H A Dbench.c348 size_t cSize; member
435 size_t cSize = srcSize; in BMK_benchMem() local
[all...]
H A Dlz4io.c707 size_t const cSize = LZ4F_compressFrame_usingCDict(ctx, dstBuffer, dstBufferSize, srcBuffer, readSize, ress.cdict, &prefs); in LZ4IO_compressFilename_extRess() local
/third_party/lz4/lib/
H A Dlz4frame.c454 { size_t const cSize = LZ4F_compressUpdate(cctx, dstPtr, (size_t)(dstEnd-dstPtr), srcBuffer, srcSize, &options); in LZ4F_compressFrame_usingCDict() local
832 U32 cSize; in LZ4F_makeBlock() local
[all...]
H A Dlz4hc.c960 int cSize; in LZ4_compress_HC() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 19 milliseconds