Searched refs:inflate (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/freetype/dist/src/gzip/
H A Dzlib.h297 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
304 the zlib header if present: this will be done by inflate(). (So next_in and
309 ZEXTERN(int) inflate OF((z_streamp strm, int flush));
311 inflate decompresses as much data as possible, and stops when the input
316 The detailed semantics are as follows. inflate performs one or both of the
322 will resume at this point for the next call of inflate().
325 accordingly. inflate() provides as much output as possible, until there
329 Before the call of inflate(), the application should ensure that at least
334 call of inflate(). If inflate return
[all...]
H A Drules.mk49 $(GZIP_DIR)/inflate.c \
H A Dftzconf.h20 # define inflate z_inflate macro
135 The memory requirements for inflate are (in bytes) 1 << windowBits
H A Dftgzip.c102 #include "inflate.c"
438 err = inflate( zstream, Z_NO_FLUSH );
500 /* Reset inflate stream if we're seeking backwards. */
662 * to inflate the file, plus the two 4KB intermediate input/output
731 /* check for `input' delayed to `inflate' */
762 err = inflate( &stream, Z_FINISH );
H A Dinflate.c0 /* inflate.c -- zlib interface to inflate modules
29 /* inflate private state */
33 inflate_mode mode; /* current inflate mode */
63 Tracev((stderr, "inflate: reset\n"));
77 Tracev((stderr, "inflate: end\n"));
131 Tracev((stderr, "inflate: allocated\n"));
147 ZEXPORT(int) inflate( /* z, f) */ function in typeref:typename:int
188 Tracev((stderr, "inflate: zlib header ok\n"));
269 Tracev((stderr, "inflate
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dcompress.c133 /* allocate inflate state */
146 ret = inflate(&strm, Z_NO_FLUSH);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Derror2aub.c77 switch (inflate(&zstream, Z_SYNC_FLUSH)) {
106 static int ascii85_decode(const char *in, uint32_t **out, bool inflate) argument
137 if (!inflate)
H A Daubinator_error_decode.c317 switch (inflate(&zstream, Z_SYNC_FLUSH)) {
346 static int ascii85_decode(const char *in, uint32_t **out, bool inflate) argument
377 if (!inflate)
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Derror2aub.c64 switch (inflate(&zstream, Z_SYNC_FLUSH)) {
93 static int ascii85_decode(const char *in, uint32_t **out, bool inflate) argument
124 if (!inflate)
H A Daubinator_error_decode.c314 switch (inflate(&zstream, Z_SYNC_FLUSH)) {
343 static int ascii85_decode(const char *in, uint32_t **out, bool inflate) argument
374 if (!inflate)
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dgunzip.c83 and call inflate appropriately.
84 -- we may also need to add CRC maintenance - if inflate tells us
131 x->zstat = inflate(&(x->z), Z_NO_FLUSH);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dgunzip.c84 and call inflate appropriately.
85 -- we may also need to add CRC maintenance - if inflate tells us
132 x->zstat = inflate(&(x->z), Z_NO_FLUSH);
/xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
H A Dv3d_decoder.c631 switch (inflate(&zstream, Z_SYNC_FLUSH)) {
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c1056 /* allocate inflate state */
1069 ret = inflate(&strm, Z_NO_FLUSH);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
H A Dv3d_decoder.c620 switch (inflate(&zstream, Z_SYNC_FLUSH)) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_decoder.c528 switch (inflate(&zstream, Z_SYNC_FLUSH)) {
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_decoder.c530 switch (inflate(&zstream, Z_SYNC_FLUSH)) {

Completed in 30 milliseconds