Lines Matching defs:distance
42 /* number of distance codes */
124 * bytes. With this organization, matches are limited to a distance of
201 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
205 struct tree_desc_s d_desc; /* desc. for distance tree */
317 /* Mapping from a distance to a distance code. dist is the distance - 1 and
341 # define _tr_tally_dist(s, distance, length, flush) \
343 ush dist = (ush)(distance); \
360 # define _tr_tally_dist(s, distance, length, flush) \
362 ush dist = (ush)(distance); \
374 # define _tr_tally_dist(s, distance, length, flush) \
375 flush = _tr_tally(s, distance, length)