Searched refs:static_dtree (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 93 local ct_data static_dtree[D_CODES]; variable 129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 252 static_d_desc.static_tree = static_dtree; in tr_static_init() 305 static_dtree[n].Len = 5; in tr_static_init() 306 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 976 (const ct_data *)static_dtree);
|
D | trees.h | 65 local const ct_data static_dtree[D_CODES] = { variable
|
/external/syslinux/com32/lib/zlib/ |
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);
|
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|
/external/zlib/src/ |
D | trees.c | 93 local ct_data static_dtree[D_CODES]; variable 129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 252 static_d_desc.static_tree = static_dtree; in tr_static_init() 305 static_dtree[n].Len = 5; in tr_static_init() 306 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 976 (const ct_data *)static_dtree);
|
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|