Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Dtrees.h64 local const ct_data static_dtree[D_CODES] = {
123 local const int base_dist[D_CODES] = {
A Dtrees.c99 local ct_data static_dtree[D_CODES];
116 local int base_dist[D_CODES];
135 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
288 for ( ; code < D_CODES; code++) { in tr_static_init()
310 for (n = 0; n < D_CODES; n++) { in tr_static_init()
350 for (i = 0; i < D_CODES; i++) { in gen_trees_header()
375 for (i = 0; i < D_CODES; i++) { in gen_trees_header()
377 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
423 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
1056 for (dcode = 0; dcode < D_CODES; dcode++) {
[all …]
A Ddeflate.h39 #define D_CODES 30 macro
193 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */

Completed in 6 milliseconds