| /openbsd-src/regress/usr.bin/ssh/unittests/bitmap/ |
| H A D | tests.c | 108 bitmap_clear_bit(b, i); in tests() 112 bitmap_clear_bit(b, j); in tests() 116 bitmap_clear_bit(b, k); in tests()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | bitmap.h | 43 void bitmap_clear_bit(struct bitmap *b, u_int n);
|
| H A D | bitmap.c | 124 bitmap_clear_bit(struct bitmap *b, u_int n) in bitmap_clear_bit() function
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sched-deps.c | 388 bitmap_clear_bit (&spec_dependency_cache in add_or_update_back_dep_1() 420 bitmap_clear_bit (&output_dependency_cache in add_or_update_back_dep_1() 424 bitmap_clear_bit (&anti_dependency_cache in add_or_update_back_dep_1() 1897 bitmap_clear_bit (&spec_dependency_cache[INSN_LUID (insn)], in adjust_add_sorted_back_dep() 1936 bitmap_clear_bit (&forward_dependency_cache[INSN_LUID (elem)], in delete_forw_dep() 2040 bitmap_clear_bit (&true_dependency_cache[INSN_LUID (insn)], in delete_back_forw_dep() 2042 bitmap_clear_bit (&anti_dependency_cache[INSN_LUID (insn)], in delete_back_forw_dep() 2044 bitmap_clear_bit (&output_dependency_cache[INSN_LUID (insn)], in delete_back_forw_dep() 2046 bitmap_clear_bit (&spec_dependency_cache[INSN_LUID (insn)], in delete_back_forw_dep()
|
| H A D | df-problems.c | 1468 bitmap_clear_bit (bb_info->use, dregno); in df_lr_bb_local_compute() 1502 bitmap_clear_bit (bb_info->use, dregno); in df_lr_bb_local_compute() 1527 bitmap_clear_bit (bb_info->use, dregno); in df_lr_bb_local_compute() 1544 bitmap_clear_bit (bb_info->use, dregno); in df_lr_bb_local_compute() 2279 bitmap_clear_bit (bb_info->gen, i); in df_urec_mark_reg_change() 2289 bitmap_clear_bit (bb_info->gen, regno); in df_urec_mark_reg_change() 3437 bitmap_clear_bit (local_live, dregno); in df_create_unused_note() 3478 bitmap_clear_bit (live, dregno); in df_create_unused_note() 3515 bitmap_clear_bit (live, DF_REF_REGNO (def)); in df_ri_bb_compute()
|
| H A D | tree-vrp.c | 4160 bitmap_clear_bit (e, SSA_NAME_VERSION (var)); in compare_name_with_value() 4206 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1)); in compare_names() 4207 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2)); in compare_names() 4257 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1)); in compare_names() 4258 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2)); in compare_names() 4272 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1)); in compare_names() 4273 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2)); in compare_names() 4282 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1)); in compare_names() 4283 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2)); in compare_names()
|
| H A D | tree-ssa-dse.c | 395 bitmap_clear_bit (stores, i); in dse_finalize_block()
|
| H A D | tree-object-size.c | 764 bitmap_clear_bit (osi->reexamine, varno); in collect_object_sizes_for() 799 bitmap_clear_bit (osi->reexamine, *sp); in check_for_plus_in_loops_1()
|
| H A D | bitmap.h | 129 extern void bitmap_clear_bit (bitmap, int);
|
| H A D | tree-ssa-dom.c | 2365 bitmap_clear_bit (interesting_names, version); in eliminate_const_or_copy() 2375 bitmap_clear_bit (interesting_names, version); in eliminate_const_or_copy() 2384 bitmap_clear_bit (interesting_names, version); in eliminate_const_or_copy()
|
| H A D | tree-ssa-pre.c | 506 bitmap_clear_bit (set->values, VALUE_HANDLE_ID (v)); in value_remove_from_set_bitmap() 625 bitmap_clear_bit (dest->expressions, i); in bitmap_set_and() 646 bitmap_clear_bit (dest->expressions, i); in bitmap_set_and_compl() 776 bitmap_clear_bit (set->expressions, SSA_NAME_VERSION (node->expr)); in bitmap_set_replace_value() 2003 bitmap_clear_bit (RVUSE_GEN (bb), SSA_NAME_VERSION (use)); in compute_rvuse_and_antic_safe()
|
| H A D | tree-flow-inline.h | 775 bitmap_clear_bit (call_clobbered_vars, DECL_UID (var)); in clear_call_clobbered() 784 bitmap_clear_bit (call_clobbered_vars, DECL_UID (var)); in mark_non_addressable()
|
| H A D | tree-ssa-live.c | 1375 bitmap_clear_bit (vec, p); in add_conflicts_if_valid() 1470 bitmap_clear_bit (live, p2); in build_tree_conflict_graph()
|
| H A D | tree-ssa-loop-manip.c | 165 bitmap_clear_bit (livein, def_bb->index); in add_exit_phis_var()
|
| H A D | basic-block.h | 75 #define CLEAR_REGNO_REG_SET(HEAD, REG) bitmap_clear_bit (HEAD, REG)
|
| H A D | tree-outof-ssa.c | 1649 bitmap_clear_bit (tab->partition_in_use, partition); in finish_expr() 1707 bitmap_clear_bit (tab->partition_in_use, partition); in kill_expr()
|
| H A D | ipa-type-escape.c | 1770 bitmap_clear_bit (global_types_seen, TYPE_UID (type)); in type_escape_execute()
|
| H A D | bitmap.c | 474 bitmap_clear_bit (bitmap head, int bit) in bitmap_clear_bit() function
|
| H A D | predict.c | 1653 bitmap_clear_bit (tovisit, bb->index); in propagate_freq()
|
| H A D | df-scan.c | 468 bitmap_clear_bit (local_blocks_to_scan, bb_index); in df_rescan_blocks()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | bitmap.h | 98 extern void bitmap_clear_bit PARAMS ((bitmap, int));
|
| H A D | ra-rewrite.c | 1240 bitmap_clear_bit (ri.need_reload, web->id); 1254 bitmap_clear_bit (ri.need_reload, supweb->id); 1269 bitmap_clear_bit (ri.need_reload, sweb->id);
|
| H A D | df.c | 1510 bitmap_clear_bit (ru, DF_REF_ID (use)); 1704 bitmap_clear_bit (bb_info->rd_gen, DF_REF_ID (def2)); 1772 bitmap_clear_bit (bb_info->ru_gen, DF_REF_ID (use)); 1829 bitmap_clear_bit (bb_info->lr_use, dregno); 1888 bitmap_clear_bit (live, dregno);
|
| H A D | basic-block.h | 66 #define CLEAR_REGNO_REG_SET(HEAD, REG) bitmap_clear_bit (HEAD, REG)
|
| H A D | bitmap.c | 365 bitmap_clear_bit (head, bit) in bitmap_clear_bit() function
|