Home | History | Annotate | Download | only in stage2

Lines Matching refs:dbits

77    lbits and dbits tuning parameters.
410 This results of this trade are in the variables lbits and dbits
412 length codes can decode in one step, and dbits is the same thing for
425 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
432 static int dbits = 6; /* bits in base distance lookup table */
1047 bd = dbits;