/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/libgdx/gdx/jni/ |
D | com.badlogic.gdx.graphics.glutils.ETC1.cpp | 99 int compressedSize = etc1_get_encoded_data_size(width, height); in wrapped_Java_com_badlogic_gdx_graphics_glutils_ETC1_encodeImage() local 120 int compressedSize = etc1_get_encoded_data_size(width, height); in wrapped_Java_com_badlogic_gdx_graphics_glutils_ETC1_encodeImagePKM() local
|
/external/lz4/lib/ |
D | lz4.c | 1121 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() 1126 int LZ4_decompress_safe_partial(const char* source, char* dest, int compressedSize, int targetOutpu… in LZ4_decompress_safe_partial() 1188 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_safe_continue() 1254 …t LZ4_decompress_usingDict_generic(const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_usingDict_generic() 1267 int LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutput… in LZ4_decompress_safe_usingDict() 1278 int LZ4_decompress_safe_forceExtDict(const char* source, char* dest, int compressedSize, int maxOut… in LZ4_decompress_safe_forceExtDict() 1356 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k()
|
D | lz4frame.c | 847 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 | 92 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/lz4/programs/ |
D | bench.c | 121 int compressedSize; member
|
D | fuzzer.c | 343 int dictSize, blockSize, blockStart, compressedSize, HCcompressedSize; in FUZ_test() local
|
D | fullbench.c | 134 int compressedSize; member
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 339 int compressedSize = 0; in LzmaBenchmark() local
|
/external/mesa3d/src/mesa/main/ |
D | texgetimage.c | 868 GLuint compressedSize; in getcompressedteximage_error_check() local
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 645 private int compressedSize = 0; field in TJCompressor
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 650 UInt32 compressedSize; member
|