D_CODES           193 tools/packfi2/deflate.h     struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
D_CODES            64 tools/packfi2/trees.c local const int extra_dbits[D_CODES] /* extra bits for each distance code */
D_CODES            97 tools/packfi2/trees.c local ct_data static_dtree[D_CODES];
D_CODES           114 tools/packfi2/trees.c local int base_dist[D_CODES];
D_CODES           133 tools/packfi2/trees.c {static_dtree, extra_dbits, 0,          D_CODES, MAX_BITS};
D_CODES           284 tools/packfi2/trees.c     for ( ; code < D_CODES; code++) {
D_CODES           306 tools/packfi2/trees.c     for (n = 0; n < D_CODES; n++) {
D_CODES           346 tools/packfi2/trees.c     for (i = 0; i < D_CODES; i++) {
D_CODES           348 tools/packfi2/trees.c                 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
D_CODES           370 tools/packfi2/trees.c     for (i = 0; i < D_CODES; i++) {
D_CODES           372 tools/packfi2/trees.c                 SEPARATOR(i, D_CODES-1, 10));
D_CODES           418 tools/packfi2/trees.c     for (n = 0; n < D_CODES;  n++) s->dyn_dtree[n].Freq = 0;
D_CODES           845 tools/packfi2/trees.c     Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
D_CODES          1038 tools/packfi2/trees.c                (ush)d_code(dist) < (ush)D_CODES,  "_tr_tally: bad match");
D_CODES          1051 tools/packfi2/trees.c         for (dcode = 0; dcode < D_CODES; dcode++) {
D_CODES          1100 tools/packfi2/trees.c             Assert (code < D_CODES, "bad d_code");
D_CODES            64 tools/packfi2/trees.h local const ct_data static_dtree[D_CODES] = {
D_CODES           123 tools/packfi2/trees.h local const int base_dist[D_CODES] = {