Searched refs:D_CODES (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.h91 local const ct_data static_dtree[D_CODES] = {
150 local const int base_dist[D_CODES] = {
H A Dtrees.c91 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
124 local ct_data static_dtree[D_CODES];
141 local int base_dist[D_CODES];
160 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
311 for ( ; code < D_CODES; code++) {
333 for (n = 0; n < D_CODES; n++) {
372 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
373 for (i = 0; i < D_CODES; i++) {
375 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
396 fprintf(header, "local const int base_dist[D_CODES]
[all...]
H A Ddeflate.h66 #define D_CODES 30 macro
220 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */

Completed in 19 milliseconds