Searched refs:static_dtree (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/ |
H A D | trees.h | 88 local const ct_data static_dtree[D_CODES] = { variable
|
H A D | trees.c | 121 local ct_data static_dtree[D_CODES]; variable 157 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 279 static_d_desc.static_tree = static_dtree; 331 static_dtree[n].Len = 5; 332 static_dtree[n].Code = bi_reverse((unsigned)n, 5); 369 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n"); 371 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, 372 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); 1013 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
|
Completed in 236 milliseconds