HomeSort by: relevance | last modified time | path
    Searched defs:gen_codes (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
trees.c 204 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) { function in typeref:typename:local void
362 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
705 gen_codes ((ct_data *)tree, max_code, s->bl_count);
  /src/sys/net/
zlib.c 2246 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count);
2401 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
2671 local void gen_codes (ct_data *tree, /* the tree to decorate */ function in typeref:typename:local void
2791 gen_codes ((ct_data *)tree, max_code, s->bl_count);

Completed in 17 milliseconds