Searched refs:lbits (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c57 lbits and dbits tuning parameters.
246 This results of this trade are in the variables lbits and dbits
247 below. lbits is the number of bits the first level table for literal/
261 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
267 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
931 bl = lbits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c61 lbits and dbits tuning parameters.
247 This results of this trade are in the variables lbits and dbits
248 below. lbits is the number of bits the first level table for literal/
262 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
268 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
870 bl = lbits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c773 const int lbits = 9; /* bits in base literal/length lookup table */ local
895 bl = lbits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3662 This results of this trade are in the variables lbits and dbits
3663 below. lbits is the number of bits the first level table for literal/
3677 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4114 Byte lbits; /* ltree bits decoded per branch */ member in struct:inflate_codes_state
4133 c->lbits = (Byte)bl;
4171 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4180 c->sub.code.need = c->lbits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4162 This results of this trade are in the variables lbits and dbits
4163 below. lbits is the number of bits the first level table for literal/
4177 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4644 Byte lbits; /* ltree bits decoded per branch */ member in struct:inflate_codes_state
4664 c->lbits = (Byte)bl;
4702 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4711 c->sub.code.need = c->lbits;

Completed in 373 milliseconds