Home
last modified time | relevance | path

Searched defs:dSize (Results 1 - 8 of 8) sorted by relevance

/third_party/lz4/ossfuzz/
H A Dround_trip_stream_fuzzer.c107 int const dSize = LZ4_decompress_safe_continue(state->dstream, src, dst, in state_decompress() local
/third_party/lz4/tests/
H A DabiTest.c86 { int const dSize = LZ4_decompress_safe_continue (&LZ4_dState, (const char*)compressedBuff, (char*)resultBuff, cSize, (int)resultBuffCapacity); in roundTripTest() local
H A DroundTripTest.c112 { int const dSize = LZ4_decompress_safe((const char*)compressedBuff, (char*)resultBuff, cSize, (int)resultBuffCapacity); in roundTripTest() local
H A Dfuzzer.c416 { int const dSize = LZ4_decompress_safe(compressedBuffer, decodedBuffer, cSize, srcSize); in FUZ_test() local
449 { int const dSize = LZ4_decompress_safe(compressedBuffer, decodedBuffer, cSize, srcSize); in FUZ_test() local
1145 { int const dSize = LZ4_decompress_safe(testCompressed, testVerify, cSize, testInputSize); in FUZ_unitTests() local
1169 { int const dSize = LZ4_decompress_safe(startInput, testVerify, cSize, sampleSize); FUZ_unitTests() local
1393 { int const dSize = LZ4_decompress_safe_usingDict(testCompressed, testVerify, cSize, testCompressedSize, testInput, 64 KB); FUZ_unitTests() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp723 size_t dSize = params_.size(); in DoMarshalling() local
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c2067 size_t dSize; local
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c1481 size_t dSize; in ZSTD_decompressBlock() local
/third_party/backends/backend/
H A Dhp3900_rts8822.c10205 RTS_GetImage_GetBuffer (struct st_device *dev, double dSize, in RTS_GetImage_GetBuffer() argument
10278 double dSize = scancfg->bytesperline * scancfg->coord.height; RTS_GetImage_Read() local
[all...]

Completed in 29 milliseconds