Home
last modified time | relevance | path

Searched refs:gen_codes (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/zlib/
Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
572 local void gen_codes (tree, max_code, bl_count) in gen_codes() function
696 gen_codes ((ct_data *)tree, max_code, s->bl_count);
/third_party/libwebsockets/win32port/zlib/
Dtrees.c147 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);
/third_party/zlib/
Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
572 local void gen_codes(tree, max_code, bl_count) in gen_codes() function
696 gen_codes ((ct_data *)tree, max_code, s->bl_count);
/third_party/node/deps/v8/third_party/zlib/
Dtrees.c142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
572 local void gen_codes (tree, max_code, bl_count) in gen_codes() function
696 gen_codes ((ct_data *)tree, max_code, s->bl_count);
/third_party/node/deps/zlib/
Dtrees.c202 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) { in gen_codes() function
360 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
703 gen_codes ((ct_data *)tree, max_code, s->bl_count); in build_tree()