Home | History | Annotate | Download | only in puff

Lines Matching full:lext

381  *   lengths and lext[] for the corresponding number of extra bits.
424 static const short lext[29] = { /* Extra bits for length codes 257..285 */
452 len = lens[symbol] + bits(s, lext[symbol]);