Home
last modified time | relevance | path

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

123

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
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()
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()
/external/zstd/tests/fuzz/
Ddictionary_loader.c41 size_t const compressedSize = ZSTD_compress2( in compress() local
48 void const* compressed, size_t compressedSize, in decompress()
/external/angle/src/libANGLE/
DBlobCache.cpp58 const size_t compressedSize, in DecompressBlobCacheData()
113 size_t *compressedSize) in compressAndPut()
224 size_t compressedSize; in getAndDecompress() local
DMemoryShaderCache.cpp93 size_t compressedSize; in putShader() 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/lz4/ossfuzz/
Dcompress_fuzzer.c44 int compressedSize = size; in LLVMFuzzerTestOneInput() local
Dcompress_hc_fuzzer.c48 int compressedSize = size; in LLVMFuzzerTestOneInput() local
Dround_trip_frame_uncompressed_fuzzer.c77 size_t compressedSize = headerSize; in compress_round_trip() local
/external/lz4/tests/
Dfreestanding.c57 const int compressedSize = LZ4_compress_default( in test_lz4() local
93 const int compressedSize = LZ4_compress_HC( in test_lz4hc() local
Dfuzzer.c384 int compressedSize, HCcompressedSize; in FUZ_test() local
1254 int compressedSize; U64 crcOrig; in FUZ_unitTests() local
1501 int compressedSize; in FUZ_unitTests() local
1558 int compressedSize; in FUZ_unitTests() local
Dframetest.c628 size_t compressedSize = cSizeWithDict; in basicTests() local
685 size_t compressedSize = cSizeContiguous; in basicTests() local
721 size_t compressedSize = cSizeIndep; in basicTests() local
/external/zstd/lib/common/
Dzstd_trace.h88 size_t compressedSize; member
/external/lz4/lib/
Dlz4.c2345 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 …]
Dlz4.h629 #define LZ4_DECOMPRESS_INPLACE_MARGIN(compressedSize) (((compressedSize) >> 8) + 32) argument
/external/zstd/examples/
Dstreaming_memory_usage.c87 size_t compressedSize; in main() local
/external/zstd/lib/dictBuilder/
Dcover.h40 size_t compressedSize; member
/external/lz4/examples/
DframeCompress.c86 size_t compressedSize; in compress_file_internal() local
131 { 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/zstd/lib/legacy/
Dzstd_legacy.h123 const void* src, size_t compressedSize, in ZSTD_decompressLegacy()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZArchiveEntry.java49 private long size, compressedSize; field in SevenZArchiveEntry
/external/dng_sdk/source/
Ddng_preview.cpp416 uint32 compressedSize = fCompressedData->LogicalSize (); in SpoolAdobeThumbnail() local

123