Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 – 25 of 30) sorted by relevance

12

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DScatterZipOutputStream.java56 final long compressedSize; field in ScatterZipOutputStream.CompressedEntry
59 … ZipArchiveEntryRequest zipArchiveEntryRequest, final long crc, final long compressedSize, final l… in CompressedEntry()
113 compressedEntry.compressedSize)) { in writeTo()
DZip64ExtendedInformationExtraField.java52 private ZipEightByteInteger size, compressedSize, relativeHeaderOffset; field in Zip64ExtendedInformationExtraField
82 final ZipEightByteInteger compressedSize) { in Zip64ExtendedInformationExtraField()
97 final ZipEightByteInteger compressedSize, in Zip64ExtendedInformationExtraField()
292 public void setCompressedSize(final ZipEightByteInteger compressedSize) { in setCompressedSize()
DZipArchiveOutputStream.java764 ZipEightByteInteger compressedSize; in putArchiveEntry() local
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
DMinimalZipEntry.java38 private final long compressedSize; field in MinimalZipEntry
86 long compressedSize, in MinimalZipEntry()
DMinimalZipParser.java174 long compressedSize = read32BitUnsigned(in); in parseCentralDirectoryEntry() local
/external/xz-java/src/org/tukaani/xz/
DBlockInputStream.java220 long compressedSize = inCounted.getSize(); in read() local
251 long compressedSize = inCounted.getSize(); in validate() local
DLZMA2OutputStream.java118 int compressedSize = rc.finish(); in writeChunk() local
140 private void writeLZMA(int uncompressedSize, int compressedSize) in writeLZMA()
DBlockOutputStream.java119 long compressedSize = outCounted.getSize(); in validate() local
DLZMA2InputStream.java303 int compressedSize = in.readUnsignedShort() + 1; in decodeChunkHeader() local
/external/u-boot/lib/lzma/
DLzmaTools.c51 SizeT compressedSize = (SizeT)(length - LZMA_PROPS_SIZE); in lzmaBuffToBuffDecompress() local
/external/lz4/examples/
DframeCompress.c87 size_t const compressedSize = LZ4F_compressUpdate(ctx, in compress_file_internal() local
102 { 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/
DLocalFileHeader.java31 long compressedSize; field in LocalFileHeader
/external/lz4/tests/
Dfuzzer.c370 int compressedSize, HCcompressedSize; in FUZ_test() local
1010 int compressedSize; in FUZ_unitTests() local
1170 int compressedSize; in FUZ_unitTests() local
1230 int compressedSize; in FUZ_unitTests() local
Dframetest.c546 size_t compressedSize = cSizeWithDict; in basicTests() local
603 size_t compressedSize = cSizeContiguous; in basicTests() local
639 size_t compressedSize = cSizeIndep; in basicTests() local
Dfullbench.c83 int compressedSize; member
/external/lz4/lib/
Dlz4.c1651 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe()
1659 int LZ4_decompress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSiz… in LZ4_decompress_safe_partial()
1678 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k()
1694 static int LZ4_decompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, … in LZ4_decompress_safe_withSmallPrefix()
1704 int compressedSize, int maxOutputSize, in LZ4_decompress_safe_forceExtDict()
1726 int LZ4_decompress_safe_doubleDict(const char* source, char* dest, int compressedSize, int maxOutpu… in LZ4_decompress_safe_doubleDict()
1801 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_safe_continue()
1882 int LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutput… in LZ4_decompress_safe_usingDict()
/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/
DDeltaFriendlyOldBlobSizeLimiterTest.java128 String path, long compressedSize, long uncompressedSize) { in makeFakeEntry()
/external/archive-patcher/explainer/src/main/java/com/google/archivepatcher/explainer/
DPatchExplainer.java111 long compressedSize = getCompressedSize(newFile, entry.getValue(), compressor); in explainPatch() local
/external/dng_sdk/source/
Ddng_preview.cpp416 uint32 compressedSize = fCompressedData->LogicalSize (); in SpoolAdobeThumbnail() local
Ddng_read_image.cpp2770 uint32 compressedSize, in dng_read_tiles_task()
3129 uint32 compressedSize = 0; in Read() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZArchiveEntry.java49 private long size, compressedSize; field in SevenZArchiveEntry
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java98 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DExhaustiveTest.java101 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
/external/lzma/Java/SevenZip/
DLzmaBench.java339 int compressedSize = 0; in LzmaBenchmark() local
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java674 private int compressedSize = 0; field in TJCompressor

12