gunzip.c | 505 static struct huft *td; /* distance code table */ variable in typeref:struct:huft 507 static int bd; /* lookup bits for td */ 779 if ((e = (t = td + ((unsigned) b & md))->e) > 16) 905 if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) 979 j = (td = tl + ((unsigned) b & m))->b; 981 j = td->v.n; 1048 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) [all...] |