Home
last modified time | relevance | path

Searched refs:w_bits (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h114 uInt w_bits; /* log2(w_size) (8..16) */ member
H A Ddeflate.c308 s->w_bits = (uInt)windowBits;
309 s->w_size = 1 << s->w_bits;
742 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
857 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c231 uInt w_bits; /* log2(w_size) (8..16) */ member
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.c377 uInt w_bits; /* log2(w_size) (8..16) */ member
907 s->w_bits = windowBits;
908 s->w_size = 1 << s->w_bits;
1140 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1320 uInt w_bits; /* log2(w_size) (8..16) */ member