Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c67 static const int extra_dbits[D_CODES] /* extra bits for each distance code */
95 static ct_data static_dtree[D_CODES];
112 static int base_dist[D_CODES];
127 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
263 for ( ; code < D_CODES; code++) { in tr_static_init()
285 for (n = 0; n < D_CODES; n++) { in tr_static_init()
334 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0; in init_block()
770 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, in send_all_trees()
986 (ush)d_code(dist) < (ush)D_CODES, "zlib_tr_tally: bad match");
998 for (dcode = 0; dcode < D_CODES; dcode++) {
[all …]
Ddefutil.h21 #define D_CODES 30 macro
169 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */