/external/rust/crates/libz-sys/src/zlib-ng/tools/ |
D | maketrees.c | 17 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/ |
D | deflate_quick.c | 27 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()
|
D | trees_tbl.h | 67 Z_INTERNAL const ct_data static_dtree[D_CODES] = { variable
|
D | trees_emit.h | 16 extern Z_INTERNAL const ct_data static_dtree[D_CODES];
|
D | trees.c | 59 {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/ |
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|
D | trees.c | 93 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/ |
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|
D | trees.c | 98 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/ |
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|
D | trees.c | 93 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/ |
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|
D | trees.c | 93 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/ |
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|
D | trees.c | 93 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);
|