Home
last modified time | relevance | path

Searched refs:compressor (Results 1 – 25 of 44) sorted by relevance

12

/external/squashfs-tools/squashfs-tools/
Dcompressor.c29 static struct compressor gzip_comp_ops = {
33 extern struct compressor gzip_comp_ops;
37 static struct compressor lzma_comp_ops = {
41 extern struct compressor lzma_comp_ops;
45 static struct compressor lzo_comp_ops = {
49 extern struct compressor lzo_comp_ops;
53 static struct compressor lz4_comp_ops = {
57 extern struct compressor lz4_comp_ops;
61 static struct compressor xz_comp_ops = {
65 extern struct compressor xz_comp_ops;
[all …]
Dcompressor.h25 struct compressor { struct
41 extern struct compressor *lookup_compressor(char *); argument
42 extern struct compressor *lookup_compressor_id(int);
46 static inline int compressor_init(struct compressor *comp, void **stream, in compressor_init()
55 static inline int compressor_compress(struct compressor *comp, void *strm, in compressor_compress()
62 static inline int compressor_uncompress(struct compressor *comp, void *dest, in compressor_uncompress()
73 static inline int compressor_options(struct compressor *comp, char *argv[], in compressor_options()
83 static inline int compressor_options_post(struct compressor *comp, int block_size) in compressor_options_post()
91 static inline void *compressor_dump_options(struct compressor *comp, in compressor_dump_options()
100 static inline int compressor_extract_options(struct compressor *comp, in compressor_extract_options()
[all …]
DAndroid.mk14 sort.h pseudo.h compressor.h xattr.h action.h error.h progressbar.h \
17 read_fs_files := read_fs.c squashfs_fs.h squashfs_swap.h compressor.h xattr.h \
26 compressor_files := compressor.c compressor.h squashfs_fs.h
49 gzip_wrapper_files := gzip_wrapper.c squashfs_fs.h gzip_wrapper.h compressor.h
53 lz4_wrapper_files := lz4_wrapper.c squashfs_fs.h lz4_wrapper.h compressor.h
DMakefile113 MKSQUASHFS_OBJS = mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o \
118 unsquash-4.o swap.o compressor.o unsquashfs_info.o
212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
Dread_fs.h26 extern struct compressor *read_super(int, struct squashfs_super_block *,
Dlzma_wrapper.c111 struct compressor lzma_comp_ops = {
Dmksquashfs.h143 extern struct compressor *comp;
Dlz4_wrapper.c271 struct compressor lz4_comp_ops = {
Dlzma_xz_wrapper.c153 struct compressor lzma_comp_ops = {
Dlzo_wrapper.c426 struct compressor lzo_comp_ops = {
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.214 2. Support for compressor specific options
33 -X<compressor-option>
36 options are prefixed by -X, and are passed to the compressor for handling.
38 The compression specific options supported by each compressor can be
42 Compressors available and compressor specific options:
DREADME-4.322 2. GZIP compressor now supports compression options, allowing different
25 3. Rewritten LZO compressor with compression options, allowing different
28 4. New LZ4 compressor (note not yet in mainline kernel)
96 The compression specific options are, obviously, specific to the compressor
97 in question, and you should read the compressor documentation and check
100 In general the defaults used by Mksquashfs for each compressor are optimised
101 to give the best performance for each compressor, where what constitutes
102 best depends on the compressor. For gzip/xz best means highest compression
146 Display the usage text for the currently selected compressor.
/external/lz4/
Dlz4_block_format.txt11 LZ4 is an LZ77-type compressor with a fixed, byte-oriented encoding.
19 not how the LZ4 compressor nor decompressor actually work.
21 on implementation details of the compressor, and vice versa.
109 There is no assumption nor limits to the way the compressor
118 Whatever the method used by the compressor, its result will be decodable
/external/zlib/src/doc/
Drfc1950.txt138 the specifications presented here; a compliant compressor must
290 bytes which are initially fed to the compressor without
294 which dictionary has been used by the compressor.
301 0 - compressor used fastest algorithm
302 1 - compressor used fast algorithm
303 2 - compressor used default algorithm
304 3 - compressor used maximum compression, slowest algorithm
345 A compliant compressor must produce streams with correct CMF, FLG
348 the compressor may use only preset dictionaries that are specified
350 preset dictionary feature, the compressor must not set the FDICT
[all …]
Drfc1951.txt122 compressor.
159 the specifications presented here; a compliant compressor must
763 A compressor may limit further the ranges of values specified in
766 32K. Similarly, a compressor may limit the size of blocks so that
780 recommended that the implementor of a compressor follow the general
791 specification per se, and a compressor need not follow it in order to
794 The compressor terminates a block when it determines that starting a
796 fills up the compressor's block buffer.
798 The compressor uses a chained hash table to find duplicated strings,
802 compressor examines the hash chain for XYZ. If the chain is empty,
[all …]
Drfc1952.txt109 compressor.
147 specifications presented here; a compliant compressor must produce
313 an optional indication, which the compressor may set by
320 this bit, since a compressor always has the option of
379 XFL = 2 - compressor used maximum compression,
381 XFL = 4 - compressor used fastest algorithm
464 A compliant compressor must produce files with correct ID1,
467 OS, 0 for all others). The compressor must set all reserved
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
Dconcat-charset.css10 The compressor should not get involved.
DREADME1 These test inputs are originally taken from the YUI compressor suite
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
DREADME.chromium11 The minifier is based on the semantics of the YUI compressor, which itself is
DREADME.rst24 The minifier is based on the semantics of the `YUI compressor`_\, which itself
64 .. _YUI compressor: https://github.com/yui/yuicompressor/
/external/liblzf/
DChanges8 - slightly improve compressor speed.
9 - halved memory requirements for compressor on 64 bit architectures,
47 - undo inline assembly in compressor, it is no longer helpful.
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/
DDESCRIPTION7 The minifier is based on the semantics of the `YUI compressor`_\, which itself
49 .. _YUI compressor: https://github.com/yui/yuicompressor/
/external/ppp/pppd/include/net/
Dppp-comp.h58 struct compressor { struct
/external/squashfs-tools/
DRELEASE-README171 -Xhelp print compressor options for selected compressor
173 Compressors available and compressor specific options:
296 Compressors available and compressor specific options:
335 If the compressor offers compression specific options (all the compressors now
336 have compression specific options except the deprecated lzma1 compressor)
339 specific to the compressor in question, and the compressor documentation and
341 the Mksquashfs compression defaults for each compressor are optimised to
342 give the best performance for each compressor, where what constitutes
343 best depends on the compressor. For gzip/xz best means highest compression,
355 for the xz compressor) and should increase I/O performance too. However,
/external/v8/src/
Dmksnapshot.cc52 void SetCompressor(Compressor* compressor) { in SetCompressor() argument
53 compressor_ = compressor; in SetCompressor()

12