/aosp_15_r20/external/zstd/zlibWrapper/examples/ |
H A 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
|
/aosp_15_r20/external/zstd/examples/ |
H A D | simple_decompression.c | 26 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress() local
|
H A D | dictionary_decompression.c | 40 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress() local
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | decompress_dstSize_tooSmall.c | 58 size_t const rSize = ZSTD_decompressDCtx(dctx, rBuf, rBufSize, cBuf, cSize); in LLVMFuzzerTestOneInput() local
|
H A D | huf_round_trip.c | 112 size_t rSize; in LLVMFuzzerTestOneInput() local
|
H A D | dictionary_loader.c | 95 size_t const rSize = in LLVMFuzzerTestOneInput() local
|
H A D | dictionary_stream_round_trip.c | 194 size_t const rSize = in LLVMFuzzerTestOneInput() local
|
H A D | stream_round_trip.c | 187 size_t const rSize = decompress(rBuf, neededBufSize, cBuf, cSize, producer); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_pixeltransfer.c | 49 const GLuint rSize = ctx->PixelMaps.RtoR.Size; in load_color_map_texture() local
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDeviceInterface.cpp | 111 restriction_size rSize; in makeDPURestrictions() local
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
H A D | CommandDispatcher.c | 253 INT32 rSize; in CommandDispatcher() local
|
/aosp_15_r20/external/zstd/tests/ |
H A D | fuzzer.c | 651 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests() local 657 { unsigned long long const rSize = ZSTD_getDecompressedSize(compressedBuffer, cSize); in basicUnitTests() local 663 { unsigned long long const rSize = ZSTD_findDecompressedSize(compressedBuffer, cSize); in basicUnitTests() local 2133 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests() local 4568 { unsigned long long const rSize = ZSTD_findDecompressedSize(cBuffer, cSize); in fuzzerTests() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 642 size_t const rSize = (size_t)((iend - ip)); in ZSTD_compressSubBlock_multi() local
|
/aosp_15_r20/system/security/identity/util/src/java/com/android/security/identity/internal/ |
H A D | Util.java | 350 int rSize = signature[rOffset + 1]; in signatureDerToCose() local
|
/aosp_15_r20/external/lz4/programs/ |
H A D | bench.c | 471 size_t const rSize = (size_t)compP.blockFunction( in BMK_benchMem() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | CollectionsTest.java | 285 final int rSize = myReversedLinkedList.size(); in test_binarySearchLjava_util_ListLjava_lang_ObjectLjava_util_Comparator() local
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosResourceManager.cpp | 2553 restriction_size rSize; in makeAcrylRestrictions() local
|
/aosp_15_r20/external/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 1340 { size_t rSize; in ZSTD_decompressContinue() local
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v01.c | 2102 size_t rSize; in ZSTDv01_decompressContinue() local
|
H A D | zstd_v03.c | 3041 size_t rSize; in ZSTD_decompressContinue() local
|
H A D | zstd_v04.c | 3193 size_t rSize; in ZSTD_decompressContinue() local
|
H A D | zstd_v02.c | 3401 size_t rSize; in ZSTD_decompressContinue() local
|
H A D | zstd_v06.c | 3720 { size_t rSize; in ZSTDv06_decompressContinue() local
|
H A D | zstd_v05.c | 3583 size_t rSize; in ZSTDv05_decompressContinue() local
|
H A D | zstd_v07.c | 3990 { size_t rSize; in ZSTDv07_decompressContinue() local
|