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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dstats1a.h83 unsigned lbits; member in struct:__anon3010
H A Dlzo1a.c619 lzo_stats->lbits = LBITS;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c40 c1 30 Mar 92 M. Adler removed lbits, dbits environment variables.
173 lbits and dbits tuning parameters.
903 This results of this trade are in the variables lbits and dbits
904 below. lbits is the number of bits the first level table for literal/
918 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
925 static ZCONST unsigned lbits = 9; variable
1325 bl = lbits;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c57 lbits and dbits tuning parameters.
288 This results of this trade are in the variables lbits and dbits
289 below. lbits is the number of bits the first level table for literal/
303 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
309 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
976 bl = lbits;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/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;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c4159 This results of this trade are in the variables lbits and dbits
4160 below. lbits is the number of bits the first level table for literal/
4174 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4641 Byte lbits; /* ltree bits decoded per branch */ member in struct:inflate_codes_state
4661 c->lbits = (Byte)bl;
4699 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4708 c->sub.code.need = c->lbits;

Completed in 151 milliseconds