Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/zlib/
A Dinflate.h83 struct inflate_state { struct
85 inflate_mode mode; /* current inflate mode */
99 unsigned whave; /* valid bytes in the window */
100 unsigned wnext; /* window write index */
103 unsigned long hold; /* input bit accumulator */
104 unsigned bits; /* number of bits in "in" */
109 unsigned extra; /* extra bits needed */
113 unsigned lenbits; /* index bits for lencode */
114 unsigned distbits; /* index bits for distcode */
123 code codes[ENOUGH]; /* space for code tables */
[all …]

Completed in 3 milliseconds