Home
last modified time | relevance | path

Searched defs:rSize (Results 1 – 21 of 21) sorted by relevance

/external/zstd/examples/
Dsimple_decompression.c26 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress() local
Ddictionary_decompression.c40 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress() local
/external/zstd/tests/fuzz/
Ddecompress_dstSize_tooSmall.c55 size_t const rSize = ZSTD_decompressDCtx(dctx, rBuf, rBufSize, cBuf, cSize); in LLVMFuzzerTestOneInput() local
Dhuf_round_trip.c107 size_t rSize; in LLVMFuzzerTestOneInput() local
Ddictionary_loader.c93 size_t const rSize = in LLVMFuzzerTestOneInput() local
Dstream_round_trip.c164 size_t const rSize = in LLVMFuzzerTestOneInput() local
Ddictionary_stream_round_trip.c192 size_t const rSize = in LLVMFuzzerTestOneInput() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c49 const GLuint rSize = ctx->PixelMaps.RtoR.Size; in load_color_map_texture() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DCommandDispatcher.c253 INT32 rSize; in CommandDispatcher() local
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c243 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/
Dfuzzer.c547 { 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/
Dbench.c407 size_t const rSize = (size_t)compP.blockFunction( in BMK_benchMem() local
/external/zstd/lib/decompress/
Dzstd_decompress.c1226 { size_t rSize; in ZSTD_decompressContinue() local
/external/zstd/lib/legacy/
Dzstd_v01.c2134 size_t rSize; in ZSTDv01_decompressContinue() local
Dzstd_v03.c3097 size_t rSize; in ZSTD_decompressContinue() local
Dzstd_v04.c3243 size_t rSize; in ZSTD_decompressContinue() local
Dzstd_v02.c3455 size_t rSize; in ZSTD_decompressContinue() local
Dzstd_v05.c3629 size_t rSize; in ZSTDv05_decompressContinue() local
Dzstd_v06.c3770 { size_t rSize; in ZSTDv06_decompressContinue() local
Dzstd_v07.c4042 { size_t rSize; in ZSTDv07_decompressContinue() local
/external/zstd/lib/compress/
Dzstd_compress.c6256 U64 const rSize = ZSTD_getCParamRowSize(srcSizeHint, dictSize, mode); in ZSTD_getCParams_internal() local