/external/syslinux/com32/lib/zlib/ |
D | trees.c | 91 local ct_data static_ltree[L_CODES+2]; variable 131 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 255 static_l_desc.static_tree = static_ltree; in tr_static_init() 298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 306 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 344 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header() 345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() [all …]
|
D | trees.h | 3 local const ct_data static_ltree[L_CODES+2] = { variable
|
/external/zlib/src/ |
D | trees.c | 86 local ct_data static_ltree[L_CODES+2]; variable 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 250 static_l_desc.static_tree = static_ltree; in tr_static_init() 293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header() 340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() [all …]
|
D | trees.h | 3 local const ct_data static_ltree[L_CODES+2] = { variable
|
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 86 local ct_data static_ltree[L_CODES+2]; variable 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 250 static_l_desc.static_tree = static_ltree; in tr_static_init() 293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header() 340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() [all …]
|
D | trees.h | 4 local const ct_data static_ltree[L_CODES+2] = { variable
|
/external/python/cpython2/Modules/zlib/ |
D | trees.c | 86 local ct_data static_ltree[L_CODES+2]; variable 126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 250 static_l_desc.static_tree = static_ltree; in tr_static_init() 293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header() 340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() [all …]
|
D | trees.h | 3 local const ct_data static_ltree[L_CODES+2] = { variable
|