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

/illumos-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
413 below. lbits is the number of bits the first level table for literal/
427 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
433 static int lbits = 9; /* bits in base literal/length lookup table */ variable
1055 bl = lbits;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c955 parse_key(char *input, uint_t *keybuflen, uint_t *lbits) argument
998 *lbits = (hexlen + (hexlen & 0x1)) << 2;
1000 *lbits = bits;
/illumos-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
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;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4806 * This results of this trade are in the variables lbits and dbits
4807 * below. lbits is the number of bits the first level table for
4821 * being about one bit more than those, so lbits is 8+1 and dbits is
5295 Byte lbits; /* ltree bits decoded per branch */ member in struct:inflate_codes_state
5316 c->lbits = (Byte)bl;
5357 r = inflate_fast(c->lbits, c->dbits,
5367 c->sub.code.need = c->lbits;

Completed in 78 milliseconds