Home | History | Annotate | Download | only in puff

Lines Matching full:lens

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