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

/freebsd-10.1-release/sys/kern/
H A Dinflate.c87 c1 30 Mar 92 M. Adler removed lbits, dbits environment variables.
184 lbits and dbits tuning parameters.
377 This results of this trade are in the variables lbits and dbits
378 below. lbits is the number of bits the first level table for literal/
392 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
397 static const int lbits = 9; /* bits in base literal/length lookup table */ variable
935 bl = lbits;
/freebsd-10.1-release/sys/net/
H A Dzlib.c4175 This results of this trade are in the variables lbits and dbits
4176 below. lbits is the number of bits the first level table for literal/
4190 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4657 Byte lbits; /* ltree bits decoded per branch */ member in struct:inflate_codes_state
4677 c->lbits = (Byte)bl;
4715 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4724 c->sub.code.need = c->lbits;

Completed in 172 milliseconds