Home
last modified time | relevance | path

Searched refs:bitmap_clear_bit (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/crypto/openssh/regress/unittests/bitmap/
H A Dtests.c113 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 Dbitmap.h43 void bitmap_clear_bit(struct bitmap *b, u_int n);
H A Dbitmap.c126 bitmap_clear_bit(struct bitmap *b, u_int n) in bitmap_clear_bit() function
H A Dssh_namespace.h47 #define bitmap_clear_bit Fssh_bitmap_clear_bit macro
/freebsd-12.1/contrib/gcc/
H A Dsched-deps.c388 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 Ddf-problems.c1468 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 Dtree-vrp.c4166 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 Dtree-ssa-dse.c395 bitmap_clear_bit (stores, i); in dse_finalize_block()
H A Dtree-object-size.c764 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 Dbitmap.h129 extern void bitmap_clear_bit (bitmap, int);
H A Dtree-ssa-dom.c2365 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 Dtree-ssa-pre.c506 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 Dtree-flow-inline.h775 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 Dtree-ssa-live.c1375 bitmap_clear_bit (vec, p); in add_conflicts_if_valid()
1470 bitmap_clear_bit (live, p2); in build_tree_conflict_graph()
H A Dbasic-block.h75 #define CLEAR_REGNO_REG_SET(HEAD, REG) bitmap_clear_bit (HEAD, REG)
H A Dtree-ssa-loop-manip.c165 bitmap_clear_bit (livein, def_bb->index); in add_exit_phis_var()
H A Dtree-outof-ssa.c1649 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 Dipa-type-escape.c1770 bitmap_clear_bit (global_types_seen, TYPE_UID (type)); in type_escape_execute()
H A Dbitmap.c474 bitmap_clear_bit (bitmap head, int bit) in bitmap_clear_bit() function
H A Dpredict.c1653 bitmap_clear_bit (tovisit, bb->index); in propagate_freq()
H A Ddf-scan.c468 bitmap_clear_bit (local_blocks_to_scan, bb_index); in df_rescan_blocks()
H A Dglobal.c2128 bitmap_clear_bit (bb_info->avloc, regno); in mark_reg_change()
H A Dtree-scalar-evolution.c2219 bitmap_clear_bit (already_instantiated, SSA_NAME_VERSION (chrec)); in instantiate_parameters_1()
H A Dtree-ssa-structalias.c1260 bitmap_clear_bit (graph->succs[to], to); in unify_nodes()
H A Dtree-ssa-loop-ivopts.c4560 bitmap_clear_bit (ivs->cands, cid); in iv_ca_set_no_cp()