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

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h110 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h113 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c231 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:deflate_state
624 s->w_bits = windowBits;
625 s->w_size = 1 << s->w_bits;
749 uInt header = (DEFLATED + ((state->w_bits-8)<<4)) << 8;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c379 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:deflate_state
909 s->w_bits = windowBits;
910 s->w_size = 1 << s->w_bits;
1142 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;

Completed in 90 milliseconds