Searched refs:static_dtree (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libz/ |
H A D | trees.c | 91 local ct_data static_dtree[D_CODES]; variable 133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 310 static_d_desc.static_tree = static_dtree; in tr_static_init() 363 static_dtree[n].Len = 5; in tr_static_init() 364 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 402 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 403 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 1059 (const ct_data *)static_dtree);
|
H A D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|
/openbsd/sys/lib/libz/ |
H A D | trees.c | 91 local ct_data static_dtree[D_CODES]; variable 133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 310 static_d_desc.static_tree = static_dtree; in tr_static_init() 363 static_dtree[n].Len = 5; in tr_static_init() 364 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 402 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 403 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 1059 (const ct_data *)static_dtree);
|
H A D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | trees.c | 93 local ct_data static_dtree[D_CODES]; variable 135 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 311 static_d_desc.static_tree = static_dtree; in tr_static_init() 364 static_dtree[n].Len = 5; in tr_static_init() 365 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 403 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 404 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 1059 (const ct_data *)static_dtree);
|
H A D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { variable
|