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

  /src/common/dist/zlib/
trees.c 204 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) { function
362 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
705 gen_codes ((ct_data *)tree, max_code, s->bl_count);
  /src/external/cddl/osnet/dist/uts/common/zmod/
trees.c 146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
577 local void gen_codes (tree, max_code, bl_count) function
700 gen_codes ((ct_data *)tree, max_code, s->bl_count);
  /src/external/gpl3/binutils/dist/zlib/
trees.c 202 local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) { function
360 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
703 gen_codes ((ct_data *)tree, max_code, s->bl_count);
  /src/external/gpl3/binutils.old/dist/zlib/
trees.c 142 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);
572 local void gen_codes (tree, max_code, bl_count) function
696 gen_codes ((ct_data *)tree, max_code, s->bl_count);
  /src/external/gpl3/gdb/dist/zlib/
trees.c 142 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);
572 local void gen_codes (tree, max_code, bl_count) function
696 gen_codes ((ct_data *)tree, max_code, s->bl_count);
  /src/external/gpl3/gdb.old/dist/zlib/
trees.c 142 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);
572 local void gen_codes (tree, max_code, bl_count) function
696 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
2791 gen_codes ((ct_data *)tree, max_code, s->bl_count);

Completed in 42 milliseconds