Lines Matching refs:td
117 Huff_t *td;
252 Huff_t *tb, *tl, *td; /* literal, length, and distance tables */
257 td = state->td;
307 t = td + IGETBITS(state, bd);
393 Huff_t *tb, *tl, *td; /* literal, length, and distance tables */
398 td = state->td;
447 t = td + IGETBITS(state, bd);
533 Huff_t *tl, *td; /* length and distance state tables */
534 int bl, bd; /* number of bits decoded by tl[] and td[] */
537 td = state->td;
575 t = td + IGETBITS(state, bd);
661 Huff_t *tl, *td; /* length and distance state tables */
662 int bl, bd; /* number of bits decoded by tl[] and td[] */
665 td = state->td;
702 t = td + IGETBITS(state, bd);
875 &state->td, &state->bd, state->vm) != 0)
881 &state->td, &state->bd, state->vm) != 0)
900 &state->td, &state->bd, state->vm) != 0)
906 &state->td, &state->bd, state->vm) != 0)