Home
last modified time | relevance | path

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

/lib/
Dinflate.c591 struct huft *td, /* distance decoder tables */ in inflate_codes() argument
650 if ((e = (t = td + ((unsigned)b & md))->e) > 16) in inflate_codes()
772 struct huft *td; /* distance code table */ in inflate_fixed() local
802 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in inflate_fixed()
813 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed()
821 huft_free(td); in inflate_fixed()
838 struct huft *td; /* distance code table */ in inflate_dynamic() local
918 j = (td = tl + ((unsigned)b & m))->b; in inflate_dynamic()
920 j = td->v.n; in inflate_dynamic()
990 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
[all …]