Searched refs:static_dtree (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/libkern/zlib/ |
| H A D | trees.h | 91 local const ct_data static_dtree[D_CODES] = { variable
|
| H A D | trees.c | 124 local ct_data static_dtree[D_CODES]; variable 160 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 285 static_d_desc.static_tree = static_dtree; in tr_static_init() 337 static_dtree[n].Len = 5; in tr_static_init() 338 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 378 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 379 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 1047 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
|