Home
last modified time | relevance | path

Searched refs:bl_count (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
243 ush bl_count[MAX_BITS+1]; in tr_static_init() local
291 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; 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()
505 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
521 s->bl_count[bits]++;
[all …]
Ddeflate.h203 ush bl_count[MAX_BITS+1]; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dtrees.c146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
247 ush bl_count[MAX_BITS+1]; in tr_static_init() local
293 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in tr_static_init()
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
507 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
523 s->bl_count[bits]++;
[all …]
Ddeflate.h200 ush bl_count[MAX_BITS+1]; member