| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ | 
| D | Zip64ExtendedInformationExtraField.java | 52     private ZipEightByteInteger size, compressedSize, relativeHeaderOffset;  field in Zip64ExtendedInformationExtraField82                                               final ZipEightByteInteger compressedSize) {  in Zip64ExtendedInformationExtraField()
 97                                               final ZipEightByteInteger compressedSize,  in Zip64ExtendedInformationExtraField()
 292     public void setCompressedSize(final ZipEightByteInteger compressedSize) {  in setCompressedSize()
 
 | 
| D | ScatterZipOutputStream.java | 56         final long compressedSize;  field in ScatterZipOutputStream.CompressedEntry59 … ZipArchiveEntryRequest zipArchiveEntryRequest, final long crc, final long compressedSize, final l…  in CompressedEntry()
 113                         compressedEntry.compressedSize)) {  in writeTo()
 
 | 
| /external/zstd/tests/fuzz/ | 
| D | dictionary_loader.c | 41     size_t const compressedSize = ZSTD_compress2(  in compress()  local48                          void const* compressed, size_t compressedSize,  in decompress()
 
 | 
| /external/angle/src/libANGLE/ | 
| D | BlobCache.cpp | 58                              const size_t compressedSize,  in DecompressBlobCacheData()113                                size_t *compressedSize)  in compressAndPut()
 224     size_t compressedSize;  in getAndDecompress()  local
 
 | 
| D | MemoryShaderCache.cpp | 93     size_t compressedSize;  in putShader()  local
 | 
| /external/xz-java/src/org/tukaani/xz/ | 
| D | BlockInputStream.java | 220             long compressedSize = inCounted.getSize();  in read()  local251         long compressedSize = inCounted.getSize();  in validate()  local
 
 | 
| D | LZMA2OutputStream.java | 118         int compressedSize = rc.finish();  in writeChunk()  local140     private void writeLZMA(int uncompressedSize, int compressedSize)  in writeLZMA()
 
 | 
| D | BlockOutputStream.java | 119         long compressedSize = outCounted.getSize();  in validate()  local
 | 
| D | LZMA2InputStream.java | 303             int compressedSize = in.readUnsignedShort() + 1;  in decodeChunkHeader()  local
 | 
| /external/lz4/ossfuzz/ | 
| D | compress_fuzzer.c | 44         int compressedSize = size;  in LLVMFuzzerTestOneInput()  local
 | 
| D | compress_hc_fuzzer.c | 48         int compressedSize = size;  in LLVMFuzzerTestOneInput()  local
 | 
| D | round_trip_frame_uncompressed_fuzzer.c | 77     size_t compressedSize = headerSize;  in compress_round_trip()  local
 | 
| /external/lz4/tests/ | 
| D | freestanding.c | 57     const int compressedSize = LZ4_compress_default(  in test_lz4()  local93     const int compressedSize = LZ4_compress_HC(  in test_lz4hc()  local
 
 | 
| D | fuzzer.c | 384         int compressedSize, HCcompressedSize;  in FUZ_test()  local1254                 int compressedSize; U64 crcOrig;  in FUZ_unitTests()  local
 1501                 int compressedSize;  in FUZ_unitTests()  local
 1558             int compressedSize;  in FUZ_unitTests()  local
 
 | 
| D | frametest.c | 628             size_t compressedSize = cSizeWithDict;  in basicTests()  local685                 size_t compressedSize = cSizeContiguous;  in basicTests()  local
 721                 size_t compressedSize = cSizeIndep;  in basicTests()  local
 
 | 
| /external/zstd/lib/common/ | 
| D | zstd_trace.h | 88     size_t compressedSize;  member
 | 
| /external/lz4/lib/ | 
| D | lz4.c | 2345 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize)  in LZ4_decompress_safe()2353 int LZ4_decompress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSiz…  in LZ4_decompress_safe_partial()
 2373 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu…  in LZ4_decompress_safe_withPrefix64k()
 2381 …ompress_safe_partial_withPrefix64k(const char* source, char* dest, int compressedSize, int targetO…  in LZ4_decompress_safe_partial_withPrefix64k()
 2398 static int LZ4_decompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, …  in LZ4_decompress_safe_withSmallPrefix()
 2407 …press_safe_partial_withSmallPrefix(const char* source, char* dest, int compressedSize, int targetO…  in LZ4_decompress_safe_partial_withSmallPrefix()
 2418                                      int compressedSize, int maxOutputSize,  in LZ4_decompress_safe_forceExtDict()
 2428                                      int compressedSize, int targetOutputSize, int dstCapacity,  in LZ4_decompress_safe_partial_forceExtDict()
 2451 int LZ4_decompress_safe_doubleDict(const char* source, char* dest, int compressedSize, int maxOutpu…  in LZ4_decompress_safe_doubleDict()
 2524 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp…  in LZ4_decompress_safe_continue()
 [all …]
 
 | 
| D | lz4.h | 629 #define LZ4_DECOMPRESS_INPLACE_MARGIN(compressedSize)          (((compressedSize) >> 8) + 32)  argument
 | 
| /external/zstd/examples/ | 
| D | streaming_memory_usage.c | 87         size_t compressedSize;  in main()  local
 | 
| /external/zstd/lib/dictBuilder/ | 
| D | cover.h | 40   size_t compressedSize;  member
 | 
| /external/lz4/examples/ | 
| D | frameCompress.c | 86       size_t compressedSize;  in compress_file_internal()  local131     {   size_t const compressedSize = LZ4F_compressEnd(ctx,  in compress_file_internal()  local
 
 | 
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/arj/ | 
| D | LocalFileHeader.java | 31     long compressedSize;  field in LocalFileHeader
 | 
| /external/zstd/lib/legacy/ | 
| D | zstd_legacy.h | 123                const void* src, size_t compressedSize,  in ZSTD_decompressLegacy()
 | 
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ | 
| D | SevenZArchiveEntry.java | 49     private long size, compressedSize;  field in SevenZArchiveEntry
 | 
| /external/dng_sdk/source/ | 
| D | dng_preview.cpp | 416 	uint32 compressedSize = fCompressedData->LogicalSize ();  in SpoolAdobeThumbnail()  local
 |