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

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c77 lbits and dbits tuning parameters.
412 This results of this trade are in the variables lbits and dbits
414 length codes can decode in one step, and dbits is the same thing for
427 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
434 static int dbits = 6; /* bits in base distance lookup table */ variable
1066 bd = dbits;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3662 This results of this trade are in the variables lbits and dbits
3664 length codes can decode in one step, and dbits is the same thing for
3677 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
4115 Byte dbits; /* dtree bits decoder per branch */ member in struct:inflate_codes_state
4134 c->dbits = (Byte)bd;
4171 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z);
4226 c->sub.code.need = c->dbits;
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4806 * This results of this trade are in the variables lbits and dbits
4808 * literal/ length codes can decode in one step, and dbits is the same
4821 * being about one bit more than those, so lbits is 8+1 and dbits is
5296 Byte dbits; /* dtree bits decoder per branch */ member in struct:inflate_codes_state
5317 c->dbits = (Byte)bd;
5357 r = inflate_fast(c->lbits, c->dbits,
5414 c->sub.code.need = c->dbits;

Completed in 207 milliseconds