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

/freebsd-10-stable/crypto/openssh/
H A Dbitmap.h42 void bitmap_clear_bit(struct bitmap *b, u_int n);
H A Dbitmap.c124 bitmap_clear_bit(struct bitmap *b, u_int n) function
H A Dssh_namespace.h57 #define bitmap_clear_bit Fssh_bitmap_clear_bit macro
/freebsd-10-stable/crypto/openssh/regress/unittests/bitmap/
H A Dtests.c113 bitmap_clear_bit(b, i);
117 bitmap_clear_bit(b, j);
121 bitmap_clear_bit(b, k);
/freebsd-10-stable/contrib/gcc/
H A Dsched-deps.c394 bitmap_clear_bit (&spec_dependency_cache
426 bitmap_clear_bit (&output_dependency_cache
430 bitmap_clear_bit (&anti_dependency_cache
1907 bitmap_clear_bit (&spec_dependency_cache[INSN_LUID (insn)],
1946 bitmap_clear_bit (&forward_dependency_cache[INSN_LUID (elem)],
2050 bitmap_clear_bit (&true_dependency_cache[INSN_LUID (insn)],
2052 bitmap_clear_bit (&anti_dependency_cache[INSN_LUID (insn)],
2054 bitmap_clear_bit (&output_dependency_cache[INSN_LUID (insn)],
2056 bitmap_clear_bit (&spec_dependency_cache[INSN_LUID (insn)],
H A Dtree-ssa-dse.c395 bitmap_clear_bit (stores, i);
H A Dbitmap.h129 extern void bitmap_clear_bit (bitmap, int);
H A Ddf-problems.c1472 bitmap_clear_bit (bb_info->use, dregno);
1506 bitmap_clear_bit (bb_info->use, dregno);
1531 bitmap_clear_bit (bb_info->use, dregno);
1548 bitmap_clear_bit (bb_info->use, dregno);
2285 bitmap_clear_bit (bb_info->gen, i);
2295 bitmap_clear_bit (bb_info->gen, regno);
3444 bitmap_clear_bit (local_live, dregno);
3485 bitmap_clear_bit (live, dregno);
3522 bitmap_clear_bit (live, DF_REF_REGNO (def));
H A Dtree-vrp.c4166 bitmap_clear_bit (e, SSA_NAME_VERSION (var));
4212 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1));
4213 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2));
4263 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1));
4264 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2));
4278 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1));
4279 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2));
4288 bitmap_clear_bit (e1, SSA_NAME_VERSION (n1));
4289 bitmap_clear_bit (e2, SSA_NAME_VERSION (n2));
H A Dtree-object-size.c764 bitmap_clear_bit (osi->reexamine, varno);
799 bitmap_clear_bit (osi->reexamine, *sp);
H A Dtree-ssa-dom.c2365 bitmap_clear_bit (interesting_names, version);
2375 bitmap_clear_bit (interesting_names, version);
2384 bitmap_clear_bit (interesting_names, version);
H A Dtree-flow-inline.h775 bitmap_clear_bit (call_clobbered_vars, DECL_UID (var));
784 bitmap_clear_bit (call_clobbered_vars, DECL_UID (var));
H A Dtree-ssa-pre.c506 bitmap_clear_bit (set->values, VALUE_HANDLE_ID (v));
625 bitmap_clear_bit (dest->expressions, i);
646 bitmap_clear_bit (dest->expressions, i);
776 bitmap_clear_bit (set->expressions, SSA_NAME_VERSION (node->expr));
2020 bitmap_clear_bit (RVUSE_GEN (bb), SSA_NAME_VERSION (use));
H A Dtree-outof-ssa.c1649 bitmap_clear_bit (tab->partition_in_use, partition);
1707 bitmap_clear_bit (tab->partition_in_use, partition);
H A Dtree-ssa-live.c1375 bitmap_clear_bit (vec, p);
1470 bitmap_clear_bit (live, p2);
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);
H A Dbitmap.c482 bitmap_clear_bit (bitmap head, int bit)
474 bitmap_clear_bit (bitmap head, int bit) function
H A Dipa-type-escape.c1772 bitmap_clear_bit (global_types_seen, TYPE_UID (type));
H A Dpredict.c1659 bitmap_clear_bit (tovisit, bb->index);
H A Ddf-scan.c470 bitmap_clear_bit (local_blocks_to_scan, bb_index);
H A Dglobal.c2143 bitmap_clear_bit (bb_info->avloc, regno);
H A Dtree-scalar-evolution.c2224 bitmap_clear_bit (already_instantiated, SSA_NAME_VERSION (chrec));
H A Dtree-ssa-structalias.c1260 bitmap_clear_bit (graph->succs[to], to);
H A Dtree-ssa-loop-ivopts.c4560 bitmap_clear_bit (ivs->cands, cid);

Completed in 405 milliseconds