Home
last modified time | relevance | path

Searched refs:static_ltree (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/tools/
Dmaketrees.c11 static ct_data static_ltree[L_CODES+2]; variable
81 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
82 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
83 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
84 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
88 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
111 … printf("{{%3u},{%u}}%s", static_ltree[i].Code, static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_quick.c26 extern const ct_data static_ltree[L_CODES+2];
37 zng_tr_emit_end_block(s, static_ltree, last); \
99 zng_tr_emit_dist(s, static_ltree, static_dtree, match_len - MIN_MATCH, dist); in deflate_quick()
107 zng_tr_emit_lit(s, static_ltree, s->window[s->strstart]); in deflate_quick()
Dtrees_tbl.h6 Z_INTERNAL const ct_data static_ltree[L_CODES+2] = { variable
Dtrees.c56 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
310 Tracecv(tree != static_ltree, (stderr, "\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
625 zng_tr_emit_end_block(s, static_ltree, 0); in zng_tr_align()
697 compress_block(s, (const ct_data *)static_ltree, (const ct_data *)static_dtree);
Dtrees_emit.h15 extern Z_INTERNAL const ct_data static_ltree[L_CODES+2];
/external/libwebsockets/win32port/zlib/
Dtrees.c91 local ct_data static_ltree[L_CODES+2]; variable
131 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
255 static_l_desc.static_tree = static_ltree; in tr_static_init()
298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
306 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
344 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header()
345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
[all …]
Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
/external/rust/crates/libz-sys/src/zlib/
Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header()
338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
[all …]
Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
/external/python/cpython2/Modules/zlib/
Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header()
338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
[all …]
Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
/external/zlib/
Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header()
338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
[all …]
Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable