Lines Matching refs:D_CODES
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
93 local ct_data static_dtree[D_CODES];
110 local int base_dist[D_CODES];
135 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
356 for ( ; code < D_CODES; code++) {
378 for (n = 0; n < D_CODES; n++) {
417 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
418 for (i = 0; i < D_CODES; i++) {
420 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
442 fprintf(header, "local const int base_dist[D_CODES] = {\n");
443 for (i = 0; i < D_CODES; i++) {
445 SEPARATOR(i, D_CODES-1, 10));
461 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
860 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
954 Assert (code < D_CODES, "bad d_code");
1137 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");