HomeSort by: relevance | last modified time | path
    Searched defs:dbits (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
zlib.c 4492 This results of this trade are in the variables lbits and dbits
4494 length codes can decode in one step, and dbits is the same thing for
4507 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
5108 Byte dbits; /* dtree bits decoder per branch */ member in struct:inflate_codes_state
5125 c->dbits = (Byte)bd;
5159 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
5215 c->sub.code.need = c->dbits;

Completed in 14 milliseconds