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

/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h90 unsigned wbits; /* log base 2 of requested window size */ member in struct:inflate_state
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h92 unsigned wbits; /* log base 2 of requested window size */ member in struct:inflate_state
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2763 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member in struct:internal_state
2830 z->state->wbits = (uInt)w;
2879 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3626 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member in struct:internal_state
3706 z->state->wbits = (uInt)w;
3764 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
3908 if (length >= ((uInt)1<<z->state->wbits))
3910 length = (1<<z->state->wbits)-1;

Completed in 85 milliseconds