Home | History | Annotate | Download | only in puff

Lines Matching defs:lens

402  *   length symbol.  These are in the static arrays below, lens[] for the base
443 static const short lens[29] = { /* Size base for length codes 257..285 */
477 len = lens[symbol] + bits(s, lext[symbol]);