Searched refs:distlen (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/lib/ |
H A D | deflate.c | 245 int i, litlen, distlen, hufflen; in inflate() local 251 distlen = bitbuf_get(bb, 5)+1; // max 32 in inflate() 263 for (i = 0; i < litlen + distlen;) { in inflate() 277 if (i > litlen+distlen) error_exit("bad tree"); in inflate() 280 len2huff(disthuff = ((struct huff *)libbuf)+2, bits+litlen, distlen); in inflate()
|
/third_party/zlib/contrib/blast/ |
H A D | blast.c | 309 static const unsigned char distlen[] = {2, 20, 53, 230, 247, 151, 248}; in decomp() local 319 construct(&distcode, distlen, sizeof(distlen)); in decomp()
|
Completed in 3 milliseconds