/external/xz-java/src/org/tukaani/xz/index/ |
D | IndexHash.java | 35 public void add(long unpaddedSize, long uncompressedSize) in add() 66 long uncompressedSize = DecoderUtil.decodeVLI(inChecked); in validate() local
|
D | IndexEncoder.java | 28 public void add(long unpaddedSize, long uncompressedSize) in add()
|
D | BlockInfo.java | 19 public long uncompressedSize = -1; field in BlockInfo
|
D | IndexBase.java | 44 void add(long unpaddedSize, long uncompressedSize) throws XZIOException { in add()
|
D | IndexDecoder.java | 91 long uncompressedSize = DecoderUtil.decodeVLI(inChecked); in IndexDecoder() local
|
/external/xz-java/src/org/tukaani/xz/ |
D | LZMA2OutputStream.java | 119 int uncompressedSize = lzma.getUncompressedSize(); in writeChunk() local 140 private void writeLZMA(int uncompressedSize, int compressedSize) in writeLZMA() 172 private void writeUncompressed(int uncompressedSize) throws IOException { in writeUncompressed()
|
D | BlockOutputStream.java | 26 private long uncompressedSize = 0; field in BlockOutputStream
|
D | BlockInputStream.java | 31 private long uncompressedSize = 0; field in BlockInputStream
|
D | LZMA2InputStream.java | 53 private int uncompressedSize = 0; field in LZMA2InputStream
|
D | SeekableXZInputStream.java | 116 private long uncompressedSize = 0; field in SeekableXZInputStream
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/ |
D | SnappyCompressorOutputStream.java | 71 …public SnappyCompressorOutputStream(final OutputStream os, final long uncompressedSize) throws IOE… in SnappyCompressorOutputStream() 83 …public SnappyCompressorOutputStream(final OutputStream os, final long uncompressedSize, final int … in SnappyCompressorOutputStream() 98 …public SnappyCompressorOutputStream(final OutputStream os, final long uncompressedSize, Parameters… in SnappyCompressorOutputStream() 152 private void writeUncompressedSize(long uncompressedSize) throws IOException { in writeUncompressedSize()
|
/external/angle/src/libANGLE/ |
D | BlobCache.cpp | 41 uLong uncompressedSize = static_cast<uLong>(cacheSize); in CompressBlobCacheData() local 74 uint32_t uncompressedSize = in DecompressBlobCacheData() local
|
/external/zstd/tests/fuzz/ |
D | seekable_roundtrip.c | 32 size_t const uncompressedSize = FUZZ_dataProducer_uint32Range(producer, 0, size); in LLVMFuzzerTestOneInput() local
|
/external/zstd/lib/common/ |
D | zstd_trace.h | 84 size_t uncompressedSize; member
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
D | ZipExtractorTask.java | 157 long uncompressedSize = getOriginalSize(zip); in unzip() local
|
/external/dng_sdk/source/ |
D | dng_jpeg_image.cpp | 102 uint32 uncompressedSize = SafeUint32Mult ( in Process() local
|
D | dng_read_image.cpp | 2227 uint32 uncompressedSize = ComputeBufferSize (pixelType, tileArea.Size(), in ReadTile() local 2771 uint32 uncompressedSize) in dng_read_tiles_task() 3035 uint32 uncompressedSize = 0; in Read() local
|
D | dng_image_writer.cpp | 2682 uint32 uncompressedSize) in CompressedBufferSize() 4356 uint32 uncompressedSize) in dng_write_tiles_task() 4630 uint32 uncompressedSize = SafeUint32Mult(subTileLength, tileRowBytes); in WriteImage() local
|
/external/xz-java/src/org/tukaani/xz/lzma/ |
D | LZMAEncoder.java | 68 private int uncompressedSize = 0; field in LZMAEncoder 277 assert uncompressedSize == 1; in encodeInit() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_internal_shaders_autogen.cpp | 358 uLong uncompressedSize = zlib_internal::GetGzipUncompressedSize(compressedShaderCode.code, in GetShader() local
|
/external/angle/util/capture/ |
D | frame_capture_test_utils.h | 36 uint32_t uncompressedSize = in DecompressBinaryData() local
|
/external/zstd/lib/decompress/ |
D | zstd_decompress.c | 845 static void ZSTD_DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, un… in ZSTD_DCtx_trace_end()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 833 uLong uncompressedSize = static_cast<uLong>(binaryData.size()); in SaveBinaryData() local
|