Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 1016) sorted by path

12345678910>>...41

/openbsd/bin/csh/
H A Dlex.c231 loop: in word()
257 goto loop; in word()
272 goto loop; in word()
H A Dproc.c94 loop: in pchild()
102 goto loop; in pchild()
111 goto loop; in pchild()
197 goto loop; in pchild()
356 loop: in dowait()
362 goto loop; in dowait()
/openbsd/distrib/notes/
H A Dm4.common431 dnl install.sh ask whether to use DUIDs before the md_prep_disklabel loop
440 dnl install.sh md_prep_disklabel loop
/openbsd/etc/rc.d/
H A Drc.subr202 # optim: don't sleep(1) in the first loop
235 while true; do # no real loop, only needed to break
274 # timeout to re-enter the loop one last time which will
/openbsd/games/fortune/datfiles/
H A Dfortunes15152 loop?
H A Dfortunes24626 interactive read-execute-diagnose loop window. [Note that for 360
5543 asked the same question. In reply, the Grand Tortue grasped the loop
9964 Be careful when a loop exits to the same place from side and bottom.
13318 minimalization of open-loop errors in output amplifiers and correct
21967 minimalization of open-loop errors in output amplifiers and correct
27885 Lather, Rinse, Repeat is an infinite loop!
44945 With women, I've got a long bamboo pole with a leather loop on the end of
44946 it. I slip the loop around their necks so they can't get away or come too
/openbsd/games/hack/
H A Dmakedefs.c164 loop: in skipuntil()
191 goto loop; in skipuntil()
/openbsd/games/phantasia/
H A Dinterplayer.c126 int loop; /* for timing out */ in battleplayer() local
164 for (loop = 0; Other.p_status != S_INBATTLE && loop < 30; ++loop) in battleplayer()
217 for (loop = 0; loop < 20; ++loop) in battleplayer()
H A Dio.c248 int loop; /* counter */ in interrupt() local
257 for (loop = 0; loop < 80; ++loop) { /* save line on screen */ in interrupt()
258 move(4, loop); in interrupt()
259 line[loop] = inch(); in interrupt()
320 volatile int loop; /* counter */ in getanswer() local
326 for (loop = 3; loop; --loop) in getanswer()
332 if (def || loop <= 1) in getanswer()
356 ++loop; in getanswer()
361 ++loop; /* don't count this input */ in getanswer()
374 else if (!def && loop > 1) { in getanswer()
H A Dmain.c519 int loop; /* a loop counter */ in procmain() local
583 for (loop = 3; loop; --loop) { in procmain()
648 for (loop = 3; loop; --loop) { in procmain()
882 int loop; /* loop counter */ in recallplayer() local
895 for (loop = 0; loop < 2; ++loop) { in recallplayer()
H A Dmisc.c233 int loop; /* loop counter */ in tradingpost() local
251 for (loop = 0; loop < size; ++loop) in tradingpost()
254 if (loop == 6) in tradingpost()
257 cost = Menu[loop].cost; in tradingpost()
258 printw("(%d) %-12s: %6.0f\n", loop + 1, Menu[loop].item, cost); in tradingpost()
/openbsd/gnu/gcc/config/
H A Dacinclude.m41084 # decreasing significance. The loop breaks if the trigger file is found.
1088 # the possible paths in one loop rather than many separate loops to speed
/openbsd/gnu/gcc/fixincludes/
H A Dcheck.tpl121 # status from within a while loop that reads input. If you can
/openbsd/gnu/gcc/gcc/
H A Dbasic-block.h181 struct loop;
227 struct loop * GTY ((skip (""))) loop_father;
H A Dc.opt528 Scope of for-init-statement variables is local to the loop
H A Dcfghooks.c847 cfg_hook_duplicate_loop_to_header_edge (struct loop *loop, edge e, in cfg_hook_duplicate_loop_to_header_edge() argument
854 return cfg_hooks->cfg_hook_duplicate_loop_to_header_edge (loop, e, loops, in cfg_hook_duplicate_loop_to_header_edge()
H A Dcfghooks.h114 bool (*cfg_hook_duplicate_loop_to_header_edge) (struct loop *loop, edge e,
166 extern bool cfg_hook_duplicate_loop_to_header_edge (struct loop *loop, edge,
H A Dcfglayout.c1219 struct loop *base, basic_block after) in copy_bbs()
H A Dcfglayout.h34 edge *, unsigned, edge *, struct loop *,
H A Dcfgloop.c127 if (! loop || ! loop->header) in flow_loop_dump()
135 loop->depth, loop->level, in flow_loop_dump()
180 flow_loop_free (struct loop *loop) in flow_loop_free() argument
277 struct loop *loop; in mark_single_exit_loops() local
302 loop = loop->outer) in mark_single_exit_loops()
339 loop->pred = XNEWVEC (struct loop *, loop->depth); in establish_preds()
352 flow_loop_tree_node_add (struct loop *father, struct loop *loop) in flow_loop_tree_node_add() argument
708 struct loop *loop; in flow_loops_find() local
1060 struct loop *loop; in verify_loop_structure() local
1069 for (loop = bb->loop_father; loop; loop = loop->outer) in verify_loop_structure()
[all …]
H A Dcfgloop.h59 struct loop struct
99 struct loop *next; argument
102 struct loop *copy; argument
195 extern void flow_loop_tree_node_add (struct loop *, struct loop *);
199 extern struct loop * find_common_loop (struct loop *, struct loop *);
200 struct loop *superloop_at_depth (struct loop *, unsigned);
242 extern bool can_duplicate_loop_p (struct loop *loop);
251 extern struct loop * duplicate_loop (struct loops *, struct loop *,
258 struct loop * loop_version (struct loops *, struct loop *, void *,
360 extern void free_simple_loop_desc (struct loop *loop);
[all …]
H A Dcfgloopanal.c36 just_once_each_iteration_p (const struct loop *loop, basic_block bb) in just_once_each_iteration_p() argument
43 if (bb->loop_father != loop) in just_once_each_iteration_p()
279 struct loop *cloop; in mark_irreducible_loops()
362 num_loop_insns (struct loop *loop) in num_loop_insns() argument
384 average_num_loop_insns (struct loop *loop) in average_num_loop_insns() argument
419 expected_loop_iterations (const struct loop *loop) in expected_loop_iterations() argument
424 if (loop->latch->count || loop->header->count) in expected_loop_iterations()
432 if (e->src == loop->latch) in expected_loop_iterations()
453 if (e->src == loop->latch) in expected_loop_iterations()
468 get_loop_level (const struct loop *loop) in get_loop_level() argument
[all …]
H A Dcfgloopmanip.c385 add_bb_to_loop (loop->header, loop); in add_loop()
420 struct loop *loop = XCNEW (struct loop); in loopify() local
753 struct loop *loop) in update_single_exits_after_duplication() argument
760 for (; loop->outer; loop = loop->outer) in update_single_exits_after_duplication()
1157 loop->header->loop_father = loop; in create_preheader()
1190 struct loop *loop; in force_single_succ_latches() local
1404 struct loop *loop, *ploop; in fix_loop_structure() local
1444 loop = loop->inner; in fix_loop_structure()
1449 loop = loop->outer; in fix_loop_structure()
1453 loop = loop->next; in fix_loop_structure()
[all …]
H A Dcommon.opt108 Wunsafe-loop-optimizations
619 fmove-loop-invariants
669 Perform loop peeling
695 fprefetch-loop-arrays
750 frerun-cse-after-loop
754 frerun-loop-opt
984 ftree-loop-im
988 ftree-loop-linear
992 ftree-loop-ivcanon
996 ftree-loop-optimize
[all …]
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.md428 ;; the exception handling code will loop if a subq is used and an
6787 ;; the loop in this one insn.

12345678910>>...41