Searched defs:whave (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dinffast.c83 unsigned whave; /* valid bytes in the window */ local
110 whave = state->whave;
191 if (op > whave) {
H A Dinflate.h92 unsigned whave; /* valid bytes in the window */ member in struct:inflate_state
/illumos-gate/usr/src/boot/lib/libz/
H A Dinffast.c81 unsigned whave; /* valid bytes in the window */ local
108 whave = state->whave;
189 if (op > whave) {
197 if (len <= op - whave) {
203 len -= op - whave;
206 } while (--op > whave);
H A Dinflate.h94 unsigned whave; /* valid bytes in the window */ member in struct:inflate_state

Completed in 62 milliseconds