Lines Matching refs:distance
40 /* number of distance codes */
116 * bytes. With this organization, matches are limited to a distance of
193 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
197 struct tree_desc_s d_desc; /* desc. for distance tree */
292 /* Mapping from a distance to a distance code. dist is the distance - 1 and
315 # define _tr_tally_dist(s, distance, length, flush) \
317 ush dist = (distance); \
327 # define _tr_tally_dist(s, distance, length, flush) \
328 flush = _tr_tally(s, distance, length)