Searched refs:wbits (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h88 unsigned wbits; /* log base 2 of requested window size */ member in struct:inflate_state
H A Dinflate.c182 state->wbits = (unsigned)windowBits;
335 ZALLOC(strm, 1U << state->wbits,
342 state->wsize = 1U << state->wbits;
622 if (len > state->wbits) {
1345 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
1362 wsize = 1U << state->wbits;
H A Dinfback.c55 state->wbits = windowBits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h88 unsigned wbits; /* log base 2 of requested window size */ member in struct:inflate_state
H A Dinflate.c182 state->wbits = (unsigned)windowBits;
335 ZALLOC(strm, 1U << state->wbits,
342 state->wsize = 1U << state->wbits;
622 if (len > state->wbits) {
1345 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
1362 wsize = 1U << state->wbits;
H A Dinfback.c55 state->wbits = windowBits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h80 unsigned wbits; /* log base 2 of requested window size */ member in struct:inflate_state
H A Dinflate.c41 state->wsize = 1U << state->wbits;
69 state->wbits = (unsigned)windowBits;
371 if (len > state->wbits) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_zlib.c143 int wbits = MAX_WBITS; local
162 wbits = -((data_in[0] >> 4) + 8);
171 if (Z_OK != zlib_inflateInit2(&inf_strm, wbits)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Disocdata.c30 iwb->wbits = 0;
94 __func__, iwb->data[atomic_read(&iwb->write)], iwb->wbits);
120 data <<= iwb->wbits;
122 nbits += iwb->wbits;
129 iwb->wbits = nbits;
149 iwb->data[write] &= (1 << iwb->wbits) - 1;
H A Dgigaset.h334 * - wbits is the number of valid data bits in data[write], starting at the LSB
348 int wbits; member in struct:isowbuf_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3081 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member in struct:internal_state
3161 z->state->wbits = (uInt)w;
3212 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
3336 if (length >= ((uInt)1<<z->state->wbits))
3338 length = (1<<z->state->wbits)-1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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)

Completed in 430 milliseconds