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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dtrees.c170 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
327 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
601 local void gen_codes (tree, max_code, bl_count) function
724 gen_codes ((ct_data *)tree, max_code, s->bl_count);

Completed in 40 milliseconds