Home | History | Annotate | Download | only in zlib

Lines Matching full:d_code

1026                (ush)d_code(dist) < (ush)D_CODES,  "_tr_tally: bad match");
1029 s->dyn_dtree[d_code(dist)].Freq++;
1087 code = d_code(dist);
1088 Assert (code < D_CODES, "bad d_code");