/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
D | BlockInputStream.java | 219 long compressedSize = inCounted.getSize(); in read() local 250 long compressedSize = inCounted.getSize(); in validate() local
|
D | LZMA2OutputStream.java | 113 int compressedSize = rc.finish(); in writeChunk() local 135 private void writeLZMA(int uncompressedSize, int compressedSize) in writeLZMA()
|
D | BlockOutputStream.java | 118 long compressedSize = outCounted.getSize(); in validate() local
|
D | LZMA2InputStream.java | 276 int compressedSize = in.readUnsignedShort() + 1; in decodeChunkHeader() local
|
/external/lz4/lib/ |
D | lz4.c | 1251 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() 1256 int LZ4_decompress_safe_partial(const char* source, char* dest, int compressedSize, int targetOutpu… in LZ4_decompress_safe_partial() 1310 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_safe_continue() 1370 …t LZ4_decompress_usingDict_generic(const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_usingDict_generic() 1382 int LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutput… in LZ4_decompress_safe_usingDict() 1393 int LZ4_decompress_safe_forceExtDict(const char* source, char* dest, int compressedSize, int maxOut… in LZ4_decompress_safe_forceExtDict() 1453 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k()
|
D | lz4frame.c | 961 static int LZ4F_decompress_safe (const char* source, char* dest, int compressedSize, int maxDecompr… in LZ4F_decompress_safe()
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | rfbtightproto.h | 330 uint16_t compressedSize; member 402 uint16_t compressedSize; member 417 uint16_t compressedSize; member
|
/external/libvncserver/webclients/novnc/include/ |
D | jsunzip.js | 126 'compressedSize' : compressedSize, property
|
/external/dng_sdk/source/ |
D | dng_preview.cpp | 416 uint32 compressedSize = fCompressedData->LogicalSize (); in SpoolAdobeThumbnail() local
|
D | dng_read_image.cpp | 2770 uint32 compressedSize, in dng_read_tiles_task() 3129 uint32 compressedSize = 0; in Read() local
|
D | dng_image_writer.cpp | 4355 uint32 compressedSize, in dng_write_tiles_task() 4634 uint32 compressedSize = CompressedBufferSize (ifd, uncompressedSize); in WriteImage() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 95 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 96 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 339 int compressedSize = 0; in LzmaBenchmark() local
|
/external/lz4/tests/ |
D | fuzzer.c | 309 int compressedSize, HCcompressedSize; in FUZ_test() local
|
D | fullbench.c | 83 int compressedSize; member
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 655 private int compressedSize = 0; field in TJCompressor
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 738 size_t compressedSize; member
|