Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/usr.bin/perl/t/win32/
H A Dstat.t290 ok(!stat($tmpfile1), "looping symlink chain fails stat");
292 ok(lstat($tmpfile1), "looping symlink chain passes lstat");
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c415 int looping; in monitor_readchar() local
419 looping = 0; in monitor_readchar()
425 while (looping); in monitor_readchar()
449 int looping; in readchar() local
453 looping = 0; in readchar()
478 looping = 1; in readchar()
491 while (looping); in readchar()
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c399 int looping; in iq2000_count_memory_refs() local
413 looping = FALSE; in iq2000_count_memory_refs()
431 looping = 1; in iq2000_count_memory_refs()
438 looping = 1; in iq2000_count_memory_refs()
446 looping = 1; in iq2000_count_memory_refs()
453 looping = 1; in iq2000_count_memory_refs()
460 looping = 1; in iq2000_count_memory_refs()
467 looping = 1; in iq2000_count_memory_refs()
479 looping = 1; in iq2000_count_memory_refs()
490 while (looping); in iq2000_count_memory_refs()
/openbsd-src/usr.bin/file/magdir/
H A Djpeg36 # All possible combinations of entries have to be enumerated, since no looping
125 # And if there was some sort of looping construct to do searches, plus a few
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlintro.pod192 it's set implicitly by certain looping constructs.
339 =head2 Conditional and looping constructs
341 Perl has most of the usual conditional and looping constructs.
425 For more detail on looping constructs (and some that weren't mentioned in
517 can be done a line at a time with Perl's looping constructs.
H A Dperllol.pod309 We can reduce some of the looping through slices
H A Dperlsyn.pod503 Besides the normal array index looping, C<for> can lend itself
541 in the list that you're looping over.
H A Dperlreguts.pod277 branch. The looping logic for quantifiers also makes similar use of
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c1898 int looping; local
1912 looping = FALSE;
1930 looping = 1;
1937 looping = 1;
1945 looping = 1;
1952 looping = 1;
1959 looping = 1;
1966 looping = 1;
1978 looping = 1;
1989 while (looping);
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.md155 ;; Loop instructions. ms2 has a low overhead looping instructions.
175 ;; This is the real looping instruction. It is placed just before the
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-exegesis.rst252 Instead of looping over the snippet directly, first duplicate it so that the
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Depsf.tex281 \epsffileoktrue %true while we are looping
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dmd.texi36 * Looping Patterns:: How to define patterns for special looping insns.
3094 low-overhead looping instructions as the loop optimizer will try to
3095 modify suitable loops to utilize it. If nested low-overhead looping is
3105 used by a low-overhead looping instruction. If initialization insns do
3607 @cindex looping instruction patterns
3608 @cindex defining looping instruction patterns
3622 GCC has three special named patterns to support low overhead looping.
3678 The other two special looping patterns, @samp{doloop_begin} and
3683 The @samp{doloop_end} pattern describes the actual looping instruction
3684 (or the implicit looping operation) and the @samp{doloop_begin} pattern
[all …]
/openbsd-src/gnu/gcc/gcc/doc/
H A Dmd.texi38 * Looping Patterns:: How to define patterns for special looping insns.
4223 low-overhead looping instructions as the loop optimizer will try to
4224 modify suitable loops to utilize it. If nested low-overhead looping is
4234 used by a low-overhead looping instruction. If initialization insns do
4905 @cindex looping instruction patterns
4906 @cindex defining looping instruction patterns
4920 GCC has three special named patterns to support low overhead looping.
4976 The other two special looping patterns, @samp{doloop_begin} and
4981 The @samp{doloop_end} pattern describes the actual looping instruction
4982 (or the implicit looping operation) and the @samp{doloop_begin} pattern
[all …]
H A Dc-tree.texi1542 always process the statement tree by looping over substatements, like
2700 occur right after the looping body, it will be emitted between
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm836 // it is time to go back to our normal looping mode
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DREADME.txt512 Be careful though as the last attempt caused infinite looping on lencod.
/openbsd-src/gnu/gcc/gcc/config/m88k/
H A Dm88k.md2152 ;; Call a non-looping block move library function (e.g. __movstrSI96x64).
2196 ;; Call an SImode looping block move library function (e.g. __movstrSI64n68).
2197 ;; operands 0-5 as in the non-looping interface
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.md2184 ;; Call a non-looping block move library function (e.g. __movstrSI96x64).
2228 ;; Call an SImode looping block move library function (e.g. __movstrSI64n68).
2229 ;; operands 0-5 as in the non-looping interface
/openbsd-src/gnu/llvm/llvm/docs/
H A DLoopTerminology.rst144 branches (or switches), and a basic block looping on itself.
H A DAliasAnalysis.rst423 infinite looping, however currently an implementation which wants to do this can
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-9899611 (process_program_headers): Reset dynamic_size before looping
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-9899611 (process_program_headers): Reset dynamic_size before looping
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq5.pod175 To skip lines, use the looping controls. The C<next> in this example
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td377 // We have to keep values in MI's uses during LL/SC looping as they are,

1234