| /openbsd-src/gnu/usr.bin/perl/t/win32/ |
| H A D | stat.t | 290 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 D | monitor.c | 415 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 D | iq2000.c | 399 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 D | jpeg | 36 # 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 D | perlintro.pod | 192 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 D | perllol.pod | 309 We can reduce some of the looping through slices
|
| H A D | perlsyn.pod | 503 Besides the normal array index looping, C<for> can lend itself 541 in the list that you're looping over.
|
| H A D | perlreguts.pod | 277 branch. The looping logic for quantifiers also makes similar use of
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 1898 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 D | mt.md | 155 ;; 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 D | llvm-exegesis.rst | 252 Instead of looping over the snippet directly, first duplicate it so that the
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | epsf.tex | 281 \epsffileoktrue %true while we are looping
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | md.texi | 36 * 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 D | md.texi | 38 * 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 D | c-tree.texi | 1542 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 D | MachTask.mm | 836 // it is time to go back to our normal looping mode
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | README.txt | 512 Be careful though as the last attempt caused infinite looping on lencod.
|
| /openbsd-src/gnu/gcc/gcc/config/m88k/ |
| H A D | m88k.md | 2152 ;; 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 D | m88k.md | 2184 ;; 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 D | LoopTerminology.rst | 144 branches (or switches), and a basic block looping on itself.
|
| H A D | AliasAnalysis.rst | 423 infinite looping, however currently an implementation which wants to do this can
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | ChangeLog-9899 | 611 (process_program_headers): Reset dynamic_size before looping
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | ChangeLog-9899 | 611 (process_program_headers): Reset dynamic_size before looping
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq5.pod | 175 To skip lines, use the looping controls. The C<next> in this example
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstr64Bit.td | 377 // We have to keep values in MI's uses during LL/SC looping as they are,
|