Searched defs:wnext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dinffast.c82 unsigned wnext; /* window write index */ local
109 wnext = state->wnext;
217 if (wnext == 0) { /* very common case */
227 else if (wnext < op) { /* wrap around window */
228 from += wsize + wnext - op;
229 op -= wnext;
236 if (wnext < len) { /* some from start of window */
237 op = wnext;
247 from += wnext
[all...]
H A Dinflate.h95 unsigned wnext; /* window write index */ member in struct:inflate_state

Completed in 61 milliseconds