HomeSort by: relevance | last modified time | path
    Searched defs:lext (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/infback9/
inftree9.c 59 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ local in function:inflate_table9
178 extra = lext;
  /src/common/dist/zlib/
inftrees.c 60 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ local in function:inflate_table
185 extra = lext;
  /src/common/dist/zlib/contrib/puff/
puff.c 403 * lengths and lext[] for the corresponding number of extra bits.
446 static const short lext[29] = { /* Extra bits for length codes 257..285 */ local in function:codes
477 len = lens[symbol] + bits(s, lext[symbol]);

Completed in 13 milliseconds