Searched refs:d_code (Results 1 – 10 of 10) sorted by relevance
290 #define d_code(dist) \ macro322 s->dyn_dtree[d_code(dist)].Freq++; \
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);
303 #define d_code(dist) \ macro337 s->dyn_dtree[d_code(dist)].Freq++; \
1032 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");1035 s->dyn_dtree[d_code(dist)].Freq++;1071 code = d_code(dist);
2506 static const char d_code[] = "$(D_CODE "; in highlightText() local2510 i = buf->insert(i, d_code, strlen(d_code)); in highlightText()
564 #define d_code(dist) \ macro596 s->dyn_dtree[d_code(dist)].Freq++; \3132 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match"); in _tr_flush_block()3135 s->dyn_dtree[d_code(dist)].Freq++; in _tr_flush_block()3193 code = d_code(dist); in _tr_flush_block()