Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c511 #define td inflate_codes_td macro
577 t = td + ((unsigned) bb & md); in inflate_codes()
653 #undef td
816 huft_t *td; /* distance code table */ in inflate_block() local
879 td = inflate_codes_tl + ((unsigned) b_dynamic & m); in inflate_block()
880 j = td->b; in inflate_block()
883 j = td->v.n; in inflate_block()