Home
last modified time | relevance | path

Searched defs:decompressedSize (Results 1 – 25 of 108) sorted by relevance

12345

/aosp_15_r20/external/lz4/tests/
H A Dfreestanding.c68 const int decompressedSize = LZ4_decompress_safe( in test_lz4() local
105 const int decompressedSize = LZ4_decompress_safe( in test_lz4hc() local
H A Dframetest.c1000 const void* srcRef, size_t decompressedSize, in test_lz4f_decompression_wBuffers()
1088 const void* srcRef, size_t decompressedSize, in test_lz4f_decompression()
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex_aidl_interface-cpp-source/gen/include/android/apex/
DCompressedApexInfo.h25 int64_t decompressedSize = 0L; variable
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex_aidl_interface-java-source/gen/android/apex/
DCompressedApexInfo.java14 public long decompressedSize = 0L; field in CompressedApexInfo
/aosp_15_r20/external/zstd/tests/fuzz/
H A Dgenerate_sequences.c38 size_t decompressedSize = ZSTD_decompress(decompressed, srcSize, dst, compressedSize); in testRoundTrip() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress_superblock.c548 const size_t decompressedSize = in ZSTD_compressSubBlock_multi() local
592 const size_t decompressedSize = in ZSTD_compressSubBlock_multi() local
/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtypeArray.java101 int decompressedSize = mDecompressedSize; in writeToParcel() local
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/lz4/lib/
Dlz4.h630 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/lz4/lib/
Dlz4.h554 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/external/lz4/lib/
H A Dlz4.h671 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/lz4/lib/
Dlz4.h554 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/lz4/lib/
Dlz4.h630 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/lz4/lib/
Dlz4.h630 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/lz4/lib/
Dlz4.h554 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/lz4/lib/
Dlz4.h630 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/lz4/lib/
Dlz4.h554 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
H A DExhaustiveTest.java108 int decompressedSize = Math.max(2, 2 * len); in myMultipassTest() local
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/lz4/lib/
Dlz4.h532 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/lz4/lib/
Dlz4.h532 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/lz4/lib/
Dlz4.h532 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/lz4/lib/
Dlz4.h532 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/lz4/lib/
Dlz4.h532 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/lz4/lib/
Dlz4.h532 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/lz4/lib/
Dlz4.h532 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/compression/
H A DExhaustiveTest.java105 int decompressedSize = Math.max(2, 2 * len); in myMultipassTest() local

12345