Home
last modified time | relevance | path

Searched defs:dSize (Results 1 – 24 of 24) sorted by relevance

/external/zstd/tests/fuzz/
Dsimple_decompress.c43 size_t const dSize = ZSTD_decompressDCtx(dctx, rBuf, bufSize, src, size); in LLVMFuzzerTestOneInput() local
Dseekable_roundtrip.c66 size_t dSize; in LLVMFuzzerTestOneInput() local
Dsimple_round_trip.c58 size_t dSize; in roundTripTest() local
Dsequence_compression_api.c284 { size_t const dSize = ZSTD_decompressDCtx(dctx, result, resultCapacity, compressed, cSize); in roundTripTest_compressSequencesAndLiterals() local
300 size_t dSize; in roundTripTest() local
Dstream_round_trip.c198 size_t dSize; in LLVMFuzzerTestOneInput() local
/external/zstd/examples/
Dsimple_decompression.c37 size_t const dSize = ZSTD_decompress(rBuff, rSize, cBuff, cSize); in decompress() local
Ddictionary_decompression.c64 size_t const dSize = ZSTD_decompress_usingDDict(dctx, rBuff, rSize, cBuff, cSize, ddict); in decompress() local
/external/zstd/contrib/linux-kernel/test/
Dstatic_test.c40 …size_t const dSize = zstd_decompress_dctx(dctx, NULL, 0, kEmptyZstdFrame, sizeof(kEmptyZstdFrame)); in test_decompress_unzstd() local
Dtest.c166 … size_t const dSize = zstd_decompress_dctx(dctx, data->data2, data->dataSize, data->comp, cSize); in test_decompress_unzstd() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptSym.c137 INT32 dSize, // IN: data size (may need to be a in CryptSymmetricEncrypt()
291 INT32 dSize, // IN: data size (may need to be a in CryptSymmetricDecrypt()
DCryptRsa.c1093 INT32 dSize = dIn->size; in CryptRsaEncrypt() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMemory.c99 unsigned int dSize // IN: size of the receiving buffer in MemoryCopy2B()
/external/lz4/tests/
Dfuzzer.c417 … { int const dSize = LZ4_decompress_safe(compressedBuffer, decodedBuffer, cSize, srcSize); in FUZ_test() local
450 … { int const dSize = LZ4_decompress_safe(compressedBuffer, decodedBuffer, cSize, srcSize); in FUZ_test() local
1159 { int const dSize = LZ4_decompress_safe(testCompressed, testVerify, cSize, testInputSize); in FUZ_unitTests() local
1183 … { int const dSize = LZ4_decompress_safe(startInput, testVerify, cSize, sampleSize); in FUZ_unitTests() local
1407 …{ int const dSize = LZ4_decompress_safe_usingDict(testCompressed, testVerify, cSize, testCompres… in FUZ_unitTests() local
DabiTest.c86 …{ int const dSize = LZ4_decompress_safe_continue (&LZ4_dState, (const char*)compressedBuff, (cha… in roundTripTest() local
DroundTripTest.c112 …{ int const dSize = LZ4_decompress_safe((const char*)compressedBuff, (char*)resultBuff, cSize, (… in roundTripTest() local
/external/zstd/tests/
Dfuzzer.c1240 size_t const dSize = ZSTD_decompressStream(dctx, &out, &in); in basicUnitTests() local
1265 size_t const dSize = ZSTD_decompressStream(dctx, &out, &in); in basicUnitTests() local
1360 size_t const dSize = ZSTD_decompress(output, outputSize, input, cSize); in basicUnitTests() local
1389 size_t const dSize = ZSTD_decompress(output, outputSize, input, cSize); in basicUnitTests() local
1405 size_t dSize; in basicUnitTests() local
2272 size_t dSize; in basicUnitTests() local
3292 { size_t dSize; in basicUnitTests() local
3851 … { size_t const dSize = ZSTD_decompress(decompressBuffer, decompressSize, dst, compressedSize); in basicUnitTests() local
3868 … { size_t const dSize = ZSTD_decompress(decompressBuffer, decompressSize, dst, compressedSize); in basicUnitTests() local
3961 … { size_t const dSize = ZSTD_decompress(decompressBuffer, decompressSize, dst, compressedSize); in basicUnitTests() local
[all …]
Dzstreamtest.c2344 size_t dSize = ZSTD_decompressDCtx(dctx, checkBuf, srcSize, dst, cSize); in basicUnitTests() local
2475 size_t const dSize = ZSTD_decompress(NULL, 0, compressed, compressedSize); in basicUnitTests() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
DDSCompiler.java270 final int dSize = derivativeCompiler.derivativesIndirection.length; in compileDerivativesIndirection() local
319 final int dSize = derivativeCompiler.lowerIndirection.length; in compileLowerIndirection() local
354 final int dSize = derivativeCompiler.multIndirection.length; in compileMultiplicationIndirection() local
420 final int dSize = derivativeCompiler.compIndirection.length; in compileCompositionIndirection() local
/external/zstd/contrib/seekable_format/
Dzstdseek_compress.c36 U32 dSize; member
/external/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c107 int const dSize = LZ4_decompress_safe_continue(state->dstream, src, dst, in state_decompress() local
/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c1152 size_t const dSize = ZSTD_decompress(dest, dstCapacity, source, sourceLen); in z_uncompress() local
/external/zstd/lib/decompress/
Dzstd_decompress_block.c2193 size_t dSize; local
/external/pytorch/test/cpp/tensorexpr/
Dtest_cuda.cpp959 auto dSize = dData.size() * sizeof(dData[0]); in TEST() local
/external/zstd/lib/legacy/
Dzstd_v07.c3710 size_t dSize; in ZSTDv07_decompressBlock() local