/external/zstd/examples/ |
D | simple_decompression.c | 26 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress() local
|
D | dictionary_decompression.c | 40 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress() local
|
/external/zstd/tests/fuzz/ |
D | decompress_dstSize_tooSmall.c | 55 size_t const rSize = ZSTD_decompressDCtx(dctx, rBuf, rBufSize, cBuf, cSize); in LLVMFuzzerTestOneInput() local
|
D | huf_round_trip.c | 107 size_t rSize; in LLVMFuzzerTestOneInput() local
|
D | dictionary_loader.c | 93 size_t const rSize = in LLVMFuzzerTestOneInput() local
|
D | stream_round_trip.c | 164 size_t const rSize = in LLVMFuzzerTestOneInput() local
|
D | dictionary_stream_round_trip.c | 192 size_t const rSize = in LLVMFuzzerTestOneInput() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_pixeltransfer.c | 49 const GLuint rSize = ctx->PixelMaps.RtoR.Size; in load_color_map_texture() local
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | CommandDispatcher.c | 253 INT32 rSize; in CommandDispatcher() local
|
/external/zstd/zlibWrapper/examples/ |
D | zwrapbench.c | 243 size_t rSize; in BMK_benchMem() local 266 size_t rSize; in BMK_benchMem() local 429 size_t rSize; in BMK_benchMem() local
|
/external/zstd/tests/ |
D | fuzzer.c | 547 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests() local 553 { unsigned long long const rSize = ZSTD_getDecompressedSize(compressedBuffer, cSize); in basicUnitTests() local 559 { unsigned long long const rSize = ZSTD_findDecompressedSize(compressedBuffer, cSize); in basicUnitTests() local 1661 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests() local 3892 { unsigned long long const rSize = ZSTD_findDecompressedSize(cBuffer, cSize); in fuzzerTests() local
|
/external/lz4/programs/ |
D | bench.c | 407 size_t const rSize = (size_t)compP.blockFunction( in BMK_benchMem() local
|
/external/zstd/lib/decompress/ |
D | zstd_decompress.c | 1226 { size_t rSize; in ZSTD_decompressContinue() local
|
/external/zstd/lib/legacy/ |
D | zstd_v01.c | 2134 size_t rSize; in ZSTDv01_decompressContinue() local
|
D | zstd_v03.c | 3097 size_t rSize; in ZSTD_decompressContinue() local
|
D | zstd_v04.c | 3243 size_t rSize; in ZSTD_decompressContinue() local
|
D | zstd_v02.c | 3455 size_t rSize; in ZSTD_decompressContinue() local
|
D | zstd_v05.c | 3629 size_t rSize; in ZSTDv05_decompressContinue() local
|
D | zstd_v06.c | 3770 { size_t rSize; in ZSTDv06_decompressContinue() local
|
D | zstd_v07.c | 4042 { size_t rSize; in ZSTDv07_decompressContinue() local
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 6256 U64 const rSize = ZSTD_getCParamRowSize(srcSizeHint, dictSize, mode); in ZSTD_getCParams_internal() local
|