Home
last modified time | relevance | path

Searched defs:inflate_state (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Modules/zlib/
Dinflate.h82 struct inflate_state { struct
83 z_streamp strm; /* pointer back to this zlib stream */
84 inflate_mode mode; /* current inflate mode */
85 int last; /* true if processing last block */
86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
88 int havedict; /* true if dictionary provided */
89 int flags; /* gzip header method and flags (0 if zlib) */
90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
91 unsigned long check; /* protected copy of check value */
92 unsigned long total; /* protected copy of output count */
[all …]
/external/rust/crates/libz-sys/src/zlib/
Dinflate.h82 struct inflate_state { struct
83 z_streamp strm; /* pointer back to this zlib stream */
84 inflate_mode mode; /* current inflate mode */
85 int last; /* true if processing last block */
86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
88 int havedict; /* true if dictionary provided */
89 int flags; /* gzip header method and flags (0 if zlib) */
90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
91 unsigned long check; /* protected copy of check value */
92 unsigned long total; /* protected copy of output count */
[all …]
/external/freetype/src/gzip/
Dinflate.h85 struct inflate_state { struct
86 z_streamp strm; /* pointer back to this zlib stream */
87 inflate_mode mode; /* current inflate mode */
88 int last; /* true if processing last block */
89 int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
91 int havedict; /* true if dictionary provided */
92 int flags; /* gzip header method and flags, 0 if zlib, or
94 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
95 unsigned long check; /* protected copy of check value */
96 unsigned long total; /* protected copy of output count */
[all …]
/external/tflite-support/third_party/zlib/
Dinflate.h82 struct inflate_state { struct
83 z_streamp strm; /* pointer back to this zlib stream */
84 inflate_mode mode; /* current inflate mode */
85 int last; /* true if processing last block */
86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
88 int havedict; /* true if dictionary provided */
89 int flags; /* gzip header method and flags (0 if zlib) */
90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
91 unsigned long check; /* protected copy of check value */
92 unsigned long total; /* protected copy of output count */
[all …]
/external/zlib/
Dinflate.h82 struct inflate_state { struct
83 z_streamp strm; /* pointer back to this zlib stream */
84 inflate_mode mode; /* current inflate mode */
85 int last; /* true if processing last block */
86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
88 int havedict; /* true if dictionary provided */
89 int flags; /* gzip header method and flags, 0 if zlib, or
91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
92 unsigned long check; /* protected copy of check value */
93 unsigned long total; /* protected copy of output count */
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.h87 struct inflate_state { struct
89 inflate_mode mode; /* current inflate mode */
90 int last; /* true if processing last block */
91 int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
93 int havedict; /* true if dictionary provided */
94 int flags; /* gzip header method and flags, 0 if zlib, or
96 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
97 unsigned long check; /* protected copy of check value */
98 unsigned long total; /* protected copy of output count */
101 unsigned wbits; /* log base 2 of requested window size */
[all …]
/external/libwebsockets/win32port/zlib/
Dinflate.h81 struct inflate_state { struct
82 inflate_mode mode; /* current inflate mode */
83 int last; /* true if processing last block */
84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
85 int havedict; /* true if dictionary provided */
86 int flags; /* gzip header method and flags (0 if zlib) */
87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
88 unsigned long check; /* protected copy of check value */
89 unsigned long total; /* protected copy of output count */
90 gz_headerp head; /* where to save gzip header information */
[all …]
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/
Dinflate9.h35 struct inflate_state { struct
37 unsigned char FAR *window; /* allocated sliding window, if needed */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code codes[ENOUGH]; /* space for code tables */
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c404 } inflate_state; typedef
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h58395 struct inflate_state { struct
58396 inflate_mode mode;
58397 int last;
58398 int wrap;
58399 int havedict;
58400 int flags;
58401 unsigned int dmax;
58402 long unsigned int check;
58403 long unsigned int total;
58404 unsigned int wbits;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h90583 struct inflate_state { struct
90584 inflate_mode mode;
90585 int last;
90586 int wrap;
90587 int havedict;
90588 int flags;
90589 unsigned int dmax;
90590 long unsigned int check;
90591 long unsigned int total;
90592 unsigned int wbits;
[all …]
Dvmlinux.h90583 struct inflate_state { struct
90584 inflate_mode mode;
90585 int last;
90586 int wrap;
90587 int havedict;
90588 int flags;
90589 unsigned int dmax;
90590 long unsigned int check;
90591 long unsigned int total;
90592 unsigned int wbits;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h57297 struct inflate_state { struct
57298 inflate_mode mode;
57299 int last;
57300 int wrap;
57301 int havedict;
57302 int flags;
57303 unsigned int dmax;
57304 long unsigned int check;
57305 long unsigned int total;
57306 unsigned int wbits;
[all …]
Dvmlinux_510.h57297 struct inflate_state { struct
57298 inflate_mode mode;
57299 int last;
57300 int wrap;
57301 int havedict;
57302 int flags;
57303 unsigned int dmax;
57304 long unsigned int check;
57305 long unsigned int total;
57306 unsigned int wbits;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h60544 struct inflate_state { struct
60545 inflate_mode mode;
60546 int last;
60547 int wrap;
60548 int havedict;
60549 int flags;
60550 unsigned int dmax;
60551 long unsigned int check;
60552 long unsigned int total;
60553 unsigned int wbits;
[all …]
Dvmlinux.h60544 struct inflate_state { struct
60545 inflate_mode mode;
60546 int last;
60547 int wrap;
60548 int havedict;
60549 int flags;
60550 unsigned int dmax;
60551 long unsigned int check;
60552 long unsigned int total;
60553 unsigned int wbits;
[all …]