Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.h110 uInt w_bits; /* log2(w_size) (8..16) */ member
H A Ddeflate.c284 s->w_bits = windowBits;
285 s->w_size = 1 << s->w_bits;
512 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
631 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/titanic_50/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;
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c379 uInt w_bits; /* log2(w_size) (8..16) */ member
909 s->w_bits = windowBits;
910 s->w_size = 1 << s->w_bits;
1142 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;