Searched refs:compressor (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/ |
D | log-utils.h | 256 bool StoreInCompressor(LogRecordCompressor* compressor); 260 bool RetrieveCompressedPrevious(LogRecordCompressor* compressor) { in RetrieveCompressedPrevious() argument 261 return RetrieveCompressedPrevious(compressor, ""); in RetrieveCompressedPrevious() 265 bool RetrieveCompressedPrevious(LogRecordCompressor* compressor,
|
D | log-utils.cc | 327 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/ |
D | rfc1950.txt | 138 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 …]
|
D | rfc1951.txt | 122 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 …]
|
D | rfc1952.txt | 109 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/ |
D | ppp-comp.h | 58 struct compressor { struct
|
/external/bzip2/ |
D | bzip2.txt | 3 bzip2, bunzip2 - a block-sorting file compressor, v1.0.6 253 compressor to allocate around 7600k of memory, but only
|
D | bzip2.1.preformatted | 6 bzip2, bunzip2 − a block‐sorting file compressor, v1.0.6 256 compressor to allocate around 7600k of memory, but only
|
/external/jpeg/ |
D | filelist.doc | 66 jcmainct.c Main buffer controller (preprocessor => JPEG compressor).
|
D | structure.doc | 120 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.
|
D | libjpeg.doc | 228 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 …]
|
D | usage.doc | 27 quality against file size by adjusting the compressor's "quality" setting.
|
/external/chromium/net/third_party/nss/ssl/ |
D | sslimpl.h | 547 SSLCompressor compressor; /* Don't name these fields compress */ member
|
D | ssl3con.c | 1399 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/ |
D | ChangeLog | 1024 - allow preset dictionary shared between compressor and decompressor
|
/external/dropbear/libtomcrypt/ |
D | changes | 1186 … Added an element to the hash descriptors that gives the size of a block [sent into the compressor]
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 5978 compressor k}presP
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 5063 JavaScript TypeError loading Dean Edwards' JS compressor/obfuscator
|