Home
last modified time | relevance | path

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

/external/v8/src/
Dlog-utils.h256 bool StoreInCompressor(LogRecordCompressor* compressor);
260 bool RetrieveCompressedPrevious(LogRecordCompressor* compressor) { in RetrieveCompressedPrevious() argument
261 return RetrieveCompressedPrevious(compressor, ""); in RetrieveCompressedPrevious()
265 bool RetrieveCompressedPrevious(LogRecordCompressor* compressor,
Dlog-utils.cc327 bool LogMessageBuilder::StoreInCompressor(LogRecordCompressor* compressor) { in StoreInCompressor() argument
328 return compressor->Store(Vector<const char>(Log::message_buffer_, pos_)); in StoreInCompressor()
333 LogRecordCompressor* compressor, const char* prefix) { in RetrieveCompressedPrevious() argument
338 const bool has_prev = compressor->RetrievePreviousCompressed(&prev_record); in RetrieveCompressedPrevious()
/external/zlib/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/ppp/pppd/include/net/
Dppp-comp.h58 struct compressor { struct
/external/bzip2/
Dbzip2.txt3 bzip2, bunzip2 - a block-sorting file compressor, v1.0.6
253 compressor to allocate around 7600k of memory, but only
Dbzip2.1.preformatted6 bzip2, bunzip2 − a block‐sorting file compressor, v1.0.6
256 compressor to allocate around 7600k of memory, but only
/external/jpeg/
Dfilelist.doc66 jcmainct.c Main buffer controller (preprocessor => JPEG compressor).
Dstructure.doc120 The compressor and decompressor are each divided into two main sections:
121 the JPEG compressor or decompressor proper, and the preprocessing or
130 Looking more closely, the compressor library contains the following main
185 It also permits a small reduction in file size, because the compressor can
946 We will not worry about making the compressor capable of outputting DNL.
Dlibjpeg.doc228 byte before passing it to the compressor. If you need to compress data
421 will cause the compressor to return before accepting all the passed lines.
899 TRUE causes the compressor to compute optimal Huffman coding tables
902 FALSE, which tells the compressor to use the supplied or default
923 By default, scan_info is NULL; this causes the compressor to write a
926 compressor will then write a JPEG file having one scan for each scan
1021 release v6, the compressor library will fill this in automatically;
1555 compressor to return to the caller of jpeg_write_scanlines(), with the return
1561 When forced to suspend, the compressor will backtrack to a convenient stopping
1570 for efficiency; you don't want the compressor to suspend often. (In fact, an
[all …]
Dusage.doc27 quality against file size by adjusting the compressor's "quality" setting.
/external/chromium/net/third_party/nss/ssl/
Dsslimpl.h547 SSLCompressor compressor; /* Don't name these fields compress */ member
Dssl3con.c1399 pwSpec->compressor = NULL; in ssl3_InitCompressionContext()
1408 pwSpec->compressor = ssl3_DeflateCompress; in ssl3_InitCompressionContext()
2050 if (cwSpec->compressor) { in ssl3_CompressMACEncryptRecord()
2052 rv = cwSpec->compressor( in ssl3_CompressMACEncryptRecord()
8728 spec->compressor = NULL; in ssl3_InitCipherSpec()
/external/zlib/
DChangeLog1024 - allow preset dictionary shared between compressor and decompressor
/external/dropbear/libtomcrypt/
Dchanges1186 … Added an element to the hash descriptors that gives the size of a block [sent into the compressor]
/external/srec/config/en.us/dictionary/
Dlarge.ok5978 compressor k}presP
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-145063 JavaScript TypeError loading Dean Edwards' JS compressor/obfuscator