Searched refs:gen_codes (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/com32/lib/zlib/ |
D | trees.c | 147 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 306 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 581 local void gen_codes (tree, max_code, bl_count) in gen_codes() function 704 gen_codes ((ct_data *)tree, max_code, s->bl_count);
|
/external/zlib/src/ |
D | trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 575 local void gen_codes (tree, max_code, bl_count) in gen_codes() function 698 gen_codes ((ct_data *)tree, max_code, s->bl_count);
|
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 575 local void gen_codes ( in gen_codes() function 698 gen_codes ((ct_data *)tree, max_code, s->bl_count); in build_tree()
|
/external/python/cpython2/Modules/zlib/ |
D | trees.c | 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init() 575 local void gen_codes (tree, max_code, bl_count) in gen_codes() function 698 gen_codes ((ct_data *)tree, max_code, s->bl_count);
|