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

/linux-master/lib/zlib_deflate/
H A Ddeftree.c67 static const int extra_dbits[D_CODES] /* extra bits for each distance code */
90 static ct_data static_dtree[D_CODES];
107 static int base_dist[D_CODES];
122 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
209 for ( ; code < D_CODES; code++) {
231 for (n = 0; n < D_CODES; n++) {
280 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
716 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
932 (ush)d_code(dist) < (ush)D_CODES, "zlib_tr_tally: bad match");
944 for (dcode = 0; dcode < D_CODES; dcod
[all...]
H A Ddefutil.h23 #define D_CODES 30 macro
171 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */

Completed in 141 milliseconds