Home | History | Annotate | Download | only in zlib

Lines Matching refs:d_code

1038                (ush)d_code(dist) < (ush)D_CODES,  "_tr_tally: bad match");

1041 s->dyn_dtree[d_code(dist)].Freq++;
1099 code = d_code(dist);
1100 Assert (code < D_CODES, "bad d_code");