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

/freebsd-10.2-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
379 length codes can decode in one step, and dbits is the same thing for
392 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
398 static const int dbits = 6; /* bits in base distance lookup table */ variable
944 bd = dbits;
/freebsd-10.2-release/sys/net/
H A Dzlib.c4175 This results of this trade are in the variables lbits and dbits
4177 length codes can decode in one step, and dbits is the same thing for
4190 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4658 Byte dbits; /* dtree bits decoder per branch */ member in struct:inflate_codes_state
4678 c->dbits = (Byte)bd;
4715 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4770 c->sub.code.need = c->dbits;

Completed in 156 milliseconds