Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinflate.h82 struct inflate_state { struct
84 inflate_mode mode; /* current inflate mode */
97 unsigned whave; /* valid bytes in the window */
98 unsigned wnext; /* window write index */
101 unsigned long hold; /* input bit accumulator */
102 unsigned bits; /* number of bits in "in" */
107 unsigned extra; /* extra bits needed */
111 unsigned lenbits; /* index bits for lencode */
112 unsigned distbits; /* index bits for distcode */
121 code codes[ENOUGH]; /* space for code tables */
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dinflate.h81 struct inflate_state { struct
82 inflate_mode mode; /* current inflate mode */
94 unsigned whave; /* valid bytes in the window */
95 unsigned wnext; /* window write index */
98 unsigned long hold; /* input bit accumulator */
99 unsigned bits; /* number of bits in "in" */
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
118 code codes[ENOUGH]; /* space for code tables */
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A 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 */
/AliOS-Things-master/components/SDL2/src/image/
A Dminiz.h1192 } inflate_state; typedef

Completed in 28 milliseconds