Searched defs:dSize (Results 1 - 8 of 8) sorted by relevance
| /third_party/lz4/ossfuzz/ |
| H A D | round_trip_stream_fuzzer.c | 107 int const dSize = LZ4_decompress_safe_continue(state->dstream, src, dst, in state_decompress() local
|
| /third_party/lz4/tests/ |
| H A D | abiTest.c | 86 { int const dSize = LZ4_decompress_safe_continue (&LZ4_dState, (const char*)compressedBuff, (char*)resultBuff, cSize, (int)resultBuffCapacity); in roundTripTest() local
|
| H A D | roundTripTest.c | 112 { int const dSize = LZ4_decompress_safe((const char*)compressedBuff, (char*)resultBuff, cSize, (int)resultBuffCapacity); in roundTripTest() local
|
| H A D | fuzzer.c | 416 { 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 D | distributed_want_params.cpp | 723 size_t dSize = params_.size(); in DoMarshalling() local
|
| /kernel/linux/linux-6.6/lib/zstd/decompress/ |
| H A D | zstd_decompress_block.c | 2067 size_t dSize; local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | decompress.c | 1481 size_t dSize; in ZSTD_decompressBlock() local
|
| /third_party/backends/backend/ |
| H A D | hp3900_rts8822.c | 10205 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 25 milliseconds