Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dcompress.c272 int i, litlen, distlen, hufflen; in inflate() local
278 distlen = bitbuf_get(bb, 5)+1; // max 32 in inflate()
290 for (i = 0; i < litlen + distlen;) { in inflate()
304 if (i > litlen+distlen) error_exit("bad tree"); in inflate()
307 len2huff(disthuff = ((struct huff *)toybuf)+2, bits+litlen, distlen); in inflate()
/external/zlib/src/contrib/blast/
Dblast.c305 static const unsigned char distlen[] = {2, 20, 53, 230, 247, 151, 248}; in decomp() local
315 construct(&distcode, distlen, sizeof(distlen)); in decomp()