Home
last modified time | relevance | path

Searched refs:distlen (Results 1 – 2 of 2) sorted by relevance

/external/toybox/lib/
Ddeflate.c236 int i, litlen, distlen, hufflen; in inflate() local
242 distlen = bitbuf_get(bb, 5)+1; // max 32 in inflate()
254 for (i = 0; i < litlen + distlen;) { in inflate()
268 if (i > litlen+distlen) error_exit("bad tree"); in inflate()
271 len2huff(disthuff = ((struct huff *)toybuf)+2, bits+litlen, distlen); in inflate()
/external/zlib/src/contrib/blast/
Dblast.c309 static const unsigned char distlen[] = {2, 20, 53, 230, 247, 151, 248}; in decomp() local
319 construct(&distcode, distlen, sizeof(distlen)); in decomp()