| /freebsd-12.1/crypto/openssh/regress/unittests/bitmap/ |
| H A D | tests.c | 113 bitmap_clear_bit(b, i); in tests() 117 bitmap_clear_bit(b, j); in tests() 121 bitmap_clear_bit(b, k); in tests()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | bitmap.h | 43 void bitmap_clear_bit(struct bitmap *b, u_int n);
|
| H A D | bitmap.c | 126 bitmap_clear_bit(struct bitmap *b, u_int n) in bitmap_clear_bit() function
|
| H A D | ssh_namespace.h | 47 #define bitmap_clear_bit Fssh_bitmap_clear_bit macro
|
| /freebsd-12.1/contrib/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 | 4166 bitmap_clear_bit (e, SSA_NAME_VERSION (var)); in compare_name_with_value() 4212 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1)); in compare_names() 4213 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2)); in compare_names() 4263 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1)); in compare_names() 4264 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2)); in compare_names() 4278 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1)); in compare_names() 4279 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2)); in compare_names() 4288 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1)); in compare_names() 4289 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() 2020 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 | basic-block.h | 75 #define CLEAR_REGNO_REG_SET(HEAD, REG) bitmap_clear_bit (HEAD, REG)
|
| H A D | tree-ssa-loop-manip.c | 165 bitmap_clear_bit (livein, def_bb->index); in add_exit_phis_var()
|
| 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()
|
| H A D | global.c | 2128 bitmap_clear_bit (bb_info->avloc, regno); in mark_reg_change()
|
| H A D | tree-scalar-evolution.c | 2219 bitmap_clear_bit (already_instantiated, SSA_NAME_VERSION (chrec)); in instantiate_parameters_1()
|
| H A D | tree-ssa-structalias.c | 1260 bitmap_clear_bit (graph->succs[to], to); in unify_nodes()
|
| H A D | tree-ssa-loop-ivopts.c | 4560 bitmap_clear_bit (ivs->cands, cid); in iv_ca_set_no_cp()
|