Home
last modified time | relevance | path

Searched defs:rSize (Results 1 – 20 of 20) 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
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
414 size_t rSize; in BMK_benchMem() local
/external/zstd/tests/
Dfuzzer.c419 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests() local
425 { unsigned long long const rSize = ZSTD_getDecompressedSize(compressedBuffer, cSize); in basicUnitTests() local
431 { unsigned long long const rSize = ZSTD_findDecompressedSize(compressedBuffer, cSize); in basicUnitTests() local
1454 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests() local
3431 { unsigned long long const rSize = ZSTD_findDecompressedSize(cBuffer, cSize); in fuzzerTests() local
/external/lz4/programs/
Dbench.c260 …size_t const rSize = (size_t)compP.compressionFunction(blockTable[blockNb].srcPtr, blockTable[bloc… in BMK_benchMem() local
/external/zstd/lib/decompress/
Dzstd_decompress.c962 { size_t rSize; in ZSTD_decompressContinue() local
/external/zstd/lib/legacy/
Dzstd_v01.c2138 size_t rSize; in ZSTDv01_decompressContinue() local
Dzstd_v03.c3101 size_t rSize; in ZSTD_decompressContinue() local
Dzstd_v04.c3247 size_t rSize; in ZSTD_decompressContinue() local
Dzstd_v02.c3459 size_t rSize; in ZSTD_decompressContinue() local
Dzstd_v05.c3633 size_t rSize; in ZSTDv05_decompressContinue() local
Dzstd_v06.c3774 { size_t rSize; in ZSTDv06_decompressContinue() local
Dzstd_v07.c4046 { size_t rSize; in ZSTDv07_decompressContinue() local
/external/zstd/lib/compress/
Dzstd_compress.c5156 U64 const rSize = ZSTD_getCParamRowSize(srcSizeHint, dictSize, mode); in ZSTD_getCParams_internal() local