Searched refs:w_bits (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h86 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:deflate_state
H A Ddeflate.c207 s->w_bits = windowBits;
208 s->w_size = 1 << s->w_bits;
342 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h110 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
H A Ddeflate.c278 s->w_bits = windowBits;
279 s->w_size = 1 << s->w_bits;
506 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
625 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h110 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
H A Ddeflate.c278 s->w_bits = windowBits;
279 s->w_size = 1 << s->w_bits;
506 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
625 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c356 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:deflate_state
786 s->w_bits = windowBits;
787 s->w_size = 1 << s->w_bits;
998 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;

Completed in 94 milliseconds