Home
last modified time | relevance | path

Searched refs:static_dtree (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/tools/
Dmaketrees.c17 static ct_data static_dtree[D_CODES]; variable
92 static_dtree[n].Len = 5; in tr_static_init()
93 static_dtree[n].Code = (uint16_t)bi_reverse((unsigned)n, 5); in tr_static_init()
116 … printf("{{%2u},{%u}}%s", static_dtree[i].Code, static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_quick.c27 extern const ct_data static_dtree[D_CODES];
99 zng_tr_emit_dist(s, static_ltree, static_dtree, match_len - MIN_MATCH, dist); in deflate_quick()
Dtrees_tbl.h67 Z_INTERNAL const ct_data static_dtree[D_CODES] = { variable
Dtrees_emit.h16 extern Z_INTERNAL const ct_data static_dtree[D_CODES];
Dtrees.c59 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
697 compress_block(s, (const ct_data *)static_ltree, (const ct_data *)static_dtree);
/external/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
Dtrees.c93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);
/external/libwebsockets/win32port/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
Dtrees.c98 local ct_data static_dtree[D_CODES]; variable
134 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
257 static_d_desc.static_tree = static_dtree; in tr_static_init()
310 static_dtree[n].Len = 5; in tr_static_init()
311 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
350 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
993 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/external/rust/crates/libz-sys/src/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
Dtrees.c93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);
/external/python/cpython2/Modules/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
Dtrees.c93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);
/external/angle/third_party/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
Dtrees.c93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);