Home
last modified time | relevance | path

Searched refs:compressing (Results 1 – 25 of 75) sorted by relevance

123

/external/xz-java/src/
DTestAllocSpeed.java33 private static boolean compressing; field in TestAllocSpeed
72 if (compressing) { in run()
83 compressing = Boolean.parseBoolean(args[0]); in main()
/external/python/cpython2/Demo/zlib/
Dminigzip.py115 compressing = False
118 compressing = True
124 if compressing:
/external/lzma/DOC/
Dlzma-history.txt6 - The speed for LZMA/LZMA2 compressing was increased by 3-10%,
20 - The speed for LZMA/LZMA2 compressing was increased
129 for compressing from memory to memory.
256 - C++ code for .7z archives compressing/decompressing from 7-zip
291 - Compressing speed and memory requirements for compressing were increased
303 - Speed optimizations for compressing in -a2 mode
356 - New example for RAM->RAM compressing/decompressing:
398 - "Benchmark" command was added. It measures compressing
428 2001-2008: Improvements to LZMA compressing/decompressing code,
Dlzma-sdk.txt141 …Format7zR - 7zr.dll: Reduced version of 7z DLL: extracting/compressing to 7z/LZMA/BCJ/BCJ2
192 - Estimated compressing speed: about 2 MB/s on 2 GHz CPU
224 b: Benchmark. There are two tests: compressing and decompressing
312 To increase the compression ratio for LZMA compressing it's desirable
322 special filters before compressing. For example, it's possible to
D7zFormat.txt6 See "Methods.txt" for description for defined compressing methods.
Dinstaller.txt19 Example of compressing command for installation packages:
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dcompress-float.ll30 ; transformation patterns should be used whether compressing an input .s file or
31 ; compressing codegen output. This file contains sanity checks using
Dcompress.ll21 ; transformation patterns should be used whether compressing an input .s file or
22 ; compressing codegen output. This file contains sanity checks to ensure that is
/external/llvm-project/llvm/test/MC/RISCV/
Dcompress-debug-info.s7 # This file ensures that compressing an instruction preserves its debug info.
/external/python/cpython2/Doc/library/
Dgzip.rst18 :program:`gzip`\ -format files, automatically compressing or decompressing the
58 the stream when compressing. All :program:`gzip` compressed streams are
Dzlib.rst73 Returns a compression object, to be used for compressing data streams that won't
85 "window size") used when compressing data, and whether a header and
214 :const:`Z_FULL_FLUSH` allow compressing further strings of data, while
215 :const:`Z_FINISH` finishes the compressed stream and prevents compressing any
Djpeg.rst18 written by the Independent JPEG Group (IJG). JPEG is a standard for compressing
/external/zstd/programs/
DREADME.md99 - `gzip` : if zlib support is enabled, will mimic `gzip` by compressing file using `.gz` format, re…
100 - `xz` : if lzma support is enabled, will mimic `xz` by compressing file using `.xz` format, removi…
101 - `lzma` : if lzma support is enabled, will mimic `lzma` by compressing file using `.lzma` format, …
102 - `lz4` : if lz4 support is enabled, will mimic `lz4` by compressing file using `.lz4` format. If l…
270 On the other extreme, compressing a file with few long distance matches (such as
/external/rust/crates/libz-sys/
DREADME.md24 or output of the deflated data (e.g. "compressing this data produces exactly
DCargo.toml.orig42 # or output of the deflated data (e.g. "compressing this data produces exactly
/external/zstd/contrib/match_finders/
DREADME.md32 * when compressing small files (<10 KB) using a equally small dictionary that
/external/python/cpython3/Doc/library/
Dzlib.rst66 Returns a compression object, to be used for compressing data streams that won't
80 "window size") used when compressing data, and whether a header and
222 allow compressing further bytestrings of data, while :const:`Z_FINISH` finishes the
223 compressed stream and prevents compressing any more data. After calling :meth:`flush`
Dgzip.rst19 automatically compressing or decompressing the data so that it looks like an
104 the last modification time field in the stream when compressing. It
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.0110 The following is the compression results obtained compressing the 2.6.6
150 of data-based schemes by compressing small files together.
/external/xz-java/
DNEWS28 If you are (de)compressing many tiny files in a row, taking
/external/brotli/c/tools/
Dbrotli.md46 * when compressing, a suffix is appended to the source filename to
/external/grpc-grpc-java/examples/
Dbuild.gradle135 applicationName = 'compressing-hello-world-client'
/external/bzip2/
Dbzip2.txt184 compressing. Has no effect when decompressing.
251 file is smaller than a block. For example, compressing a
313 sion errors, you might consider compressing with a smaller
DCHANGES74 when compressing/decompressing to stdout, don't catch control-C
257 * do not print senseless report with -v when compressing an empty
/external/libjpeg-turbo/
DREADME.md47 This API provides an easy-to-use interface for compressing and decompressing
58 This is the de facto industry-standard API for compressing and decompressing
91 the pixel when compressing from/decompressing to an RGB buffer.

123