/external/zlib/src/contrib/ada/ |
buffer_demo.adb | 69 Decompressor : Filter_Type; 80 Inflate_Init (Decompressor); 84 (Decompressor, 89 (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last), 94 ("Total in : " & Count'Image (Total_In (Decompressor)) & 95 ", out : " & Count'Image (Total_Out (Decompressor)));
|
/external/chromium/net/spdy/ |
spdy_framer.cc | 93 int DecompressHeaderBlockInZStream(z_stream* decompressor) { 94 int rv = inflate(decompressor, Z_SYNC_FLUSH); 97 if (decompressor->adler == dictionary_id) { 98 rv = inflateSetDictionary(decompressor, 102 rv = inflate(decompressor, Z_SYNC_FLUSH); 1064 z_stream* decompressor = local 1224 z_stream* decompressor = GetHeaderDecompressor(); local 1420 z_stream* decompressor = GetStreamDecompressor(frame.stream_id()); local 1584 z_stream* decompressor = it->second; local 1605 z_stream* decompressor = it->second; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ppp-comp.h | 88 /* Allocate space for a decompressor (receive side) */ 91 /* Free space used by a decompressor */ 94 /* Initialize a decompressor */ 99 /* Reset a decompressor */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ppp-comp.h | 88 /* Allocate space for a decompressor (receive side) */ 91 /* Free space used by a decompressor */ 94 /* Initialize a decompressor */ 99 /* Reset a decompressor */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ppp-comp.h | 88 /* Allocate space for a decompressor (receive side) */ 91 /* Free space used by a decompressor */ 94 /* Initialize a decompressor */ 99 /* Reset a decompressor */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOutputParser.java | 145 Inflater decompressor = new Inflater(); local 146 decompressor.setInput(mAtraceOutput, mSystraceIndex, mAtraceLength - mSystraceIndex); 152 while ((n = decompressor.inflate(buf)) > 0) { 158 decompressor.end();
|
/external/ppp/pppd/include/net/ |
ppp-comp.h | 76 /* Allocate space for a decompressor (receive side) */ 78 /* Free space used by a decompressor */ 80 /* Initialize a decompressor */ 83 /* Reset a decompressor */
|
/external/zlib/src/doc/ |
rfc1950.txt | 138 Unless otherwise indicated below, a compliant decompressor must be 298 below). The decompressor can use this identifier to determine 359 A compliant decompressor must check CMF, FLG, and ADLER32, and 361 A compliant decompressor must give an error indication if CM is 365 data to be interpreted incorrectly. A compliant decompressor must 367 identifier of a known preset dictionary. A decompressor may 370 decompressor must support all the preset dictionaries specified by 372 dictionary feature, a compliant decompressor must reject any 470 decompressor can be initialized with the appropriate context by 476 The compressor and the decompressor must use exactly the sam [all...] |
/external/jpeg/ |
jdatasrc.c | 69 * decompressor to output however much of the image is there. However, 76 * the decompressor will return to its caller (with an indication of the 82 * When suspending, the decompressor will back up to a convenient restart point
|
wrppm.c | 73 JSAMPROW pixrow; /* decompressor output buffer */ 85 * put_pixel_rows handles the "normal" 8-bit case where the decompressor 256 /* We will fwrite() directly from decompressor output buffer. */
|
jdinput.c | 8 * This file contains input control logic for the JPEG decompressor. 9 * These routines are concerned with controlling the decompressor's input 76 * In the full decompressor, this will be overridden by jdmaster.c; 233 * The decompressor output side looks only at the saved quant tables, 267 * the entire decompressor (during jpeg_start_decompress).
|
jdapimin.c | 231 * requests suspension of the decompressor. In this case the application 276 * Consume data in advance of what the decompressor requires. 277 * This can be called at any time once the decompressor object has
|
jdtrans.c | 219 * This substitutes for jdmaster.c's initialization of the full decompressor. 249 /* Initialize input side of decompressor to consume first scan. */
|
/external/qemu/distrib/jpeg-6b/ |
jdatasrc.c | 69 * decompressor to output however much of the image is there. However, 76 * the decompressor will return to its caller (with an indication of the 82 * When suspending, the decompressor will back up to a convenient restart point
|
wrppm.c | 73 JSAMPROW pixrow; /* decompressor output buffer */ 85 * put_pixel_rows handles the "normal" 8-bit case where the decompressor 256 /* We will fwrite() directly from decompressor output buffer. */
|
jdinput.c | 8 * This file contains input control logic for the JPEG decompressor. 9 * These routines are concerned with controlling the decompressor's input 76 * In the full decompressor, this will be overridden by jdmaster.c; 233 * The decompressor output side looks only at the saved quant tables, 267 * the entire decompressor (during jpeg_start_decompress).
|
jdapimin.c | 231 * requests suspension of the decompressor. In this case the application 276 * Consume data in advance of what the decompressor requires. 277 * This can be called at any time once the decompressor object has
|
jdtrans.c | 219 * This substitutes for jdmaster.c's initialization of the full decompressor. 249 /* Initialize input side of decompressor to consume first scan. */
|
/external/qemu/distrib/zlib-1.2.3/ |
uncompr.c | 16 been saved previously by the compressor and transmitted to the decompressor
|
/external/zlib/src/ |
uncompr.c | 16 been saved previously by the compressor and transmitted to the decompressor
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if_ppp.h | 86 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ 97 #define SC_VJ_RESET 0x20000000 /* Need to reset the VJ decompressor */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
if_ppp.h | 86 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ 97 #define SC_VJ_RESET 0x20000000 /* Need to reset the VJ decompressor */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
if_ppp.h | 86 #define SC_DECOMP_RUN 0x00002000 /* decompressor has been inited */ 97 #define SC_VJ_RESET 0x20000000 /* Need to reset the VJ decompressor */
|
/external/zlib/src/contrib/ |
README.contrib | 20 Decompressor for output of PKWare Data Compression Library (DCL)
|
/external/kernel-headers/original/linux/ |
zlib.h | 132 the uncompressed data and may be saved for use in the decompressor 133 (particularly if the decompressor wants to decompress everything in 244 that the decompressor can get all input data available so far. (In particular 501 call of deflate. The compressor and decompressor must use exactly the same 518 of the dictionary; the decompressor may later use this value to determine 637 The compressor and decompressor must use exactly the same dictionary (see [all...] |