Searched refs:executed (Results 26 - 50 of 134) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dthumb2-it.S43 @ One conditional instruction, executed.
63 @ Block of four, alternating, starting with executed.
126 @ Block of four, only first executed.
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430-devices.cc427 This function only needs to be executed once, but it can be first called
432 static int executed = 0; local
435 if (mcu_name == NULL || executed == 1)
437 executed = 1;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mmix/
H A Dcrti.S52 crtstxt OCTA _init % Assumed to be the lowest executed address.
53 OCTA __etext % Assumed to be beyond the highest executed address.
137 % Register _fini to be executed as the last atexit function.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dthumb2-it.S43 @ One conditional instruction, executed.
63 @ Block of four, alternating, starting with executed.
126 @ Block of four, only first executed.
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d59 size_t executed;
494 assert(utResult.passed <= utResult.executed);
495 if (utResult.passed == utResult.executed)
514 cast(int)(utResult.executed - utResult.passed),
515 cast(int)utResult.executed);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d66 size_t executed;
94 return runMain && (executed == passed);
151 * standard program initialization process is not executed. This is most
166 * standard program termination process will not be not executed. This is
370 * ++result.executed;
383 * if (result.executed != result.passed)
530 * executed (the behavior can be affected by the `--DRT-testmode` switch
638 ++results.executed;
673 if (results.passed != results.executed)
692 results.runMain = (results.executed
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-dot-newline.mk9 # > found in a command line in a makefile, the command line that is executed
H A Dvarmod-assign-shell.mk15 # error message instead of the command that was executed. That's where the
H A Dvarmod-shell.mk23 # command that was executed.
H A Dvarmod-match-escape.mk33 # ':' is seen, and this time, copy=true is not executed but stays copy=false.
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d1175 int executed = 0;
1178 executed++;
1193 assert(executed == 1);
1199 int executed = 0;
1202 executed++;
1212 assert(executed == 1);
1218 int executed = 0;
1221 executed++;
1246 assert(executed == 1);
/netbsd-current/external/mit/isl/dist/
H A Disl_ast_build.c210 dup->executed = isl_union_map_copy(build->executed);
242 (build->executed && !dup->executed) ||
322 isl_union_map_free(build->executed);
1029 /* Replace build->executed by "executed".
1032 __isl_take isl_ast_build *build, __isl_take isl_union_map *executed)
1038 isl_union_map_free(build->executed);
1039 build->executed
1031 isl_ast_build_set_executed( __isl_take isl_ast_build *build, __isl_take isl_union_map *executed) argument
1269 isl_union_map *executed; local
[all...]
H A Disl_ast_build_private.h119 * "executed" contains the inverse schedule at this point
126 * not be stored in "executed") is known to be single valued, specifically
193 isl_union_map *executed; member in struct:isl_ast_build
232 __isl_take isl_union_map *executed);
/netbsd-current/external/bsd/cron/dist/
H A DINSTALL87 process you executed returns immediately.
/netbsd-current/external/bsd/kyua-cli/dist/examples/
H A Dkyua.conf53 -- executed as root.
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfunctional.d1514 int executed = 0;
1517 executed++;
1532 assert(executed == 1);
1538 int executed = 0;
1541 executed++;
1551 assert(executed == 1);
1568 int executed = 0;
1571 executed++;
1596 assert(executed == 1);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Dbra.s146 cmp.b #0, @dslot ; Should be non-zero if delay slot executed.
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dbra.s146 cmp.b #0, @dslot ; Should be non-zero if delay slot executed.
/netbsd-current/usr.bin/make/
H A DMakefile36 GCOV_PERL+= } elsif (/^Lines executed:(\d+\.\d+)% of (\d+)/ && defined($$file)) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A DTest.pm170 is executed.
176 is executed.
404 If true, the command will be executed with a perl backtick, and C<run> will
406 the command will be executed with C<system()>, and C<run> will return 1 if
694 This hook is executed after C<run> has performed its given command. The
1103 # the command gets executed with an appropriate environment. If EXE_SHELL
/netbsd-current/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A DMdoc.pm91 provide a macro definition that should be executed on a .Bl call.
96 provide a macro definition that should be executed on a .El call.
/netbsd-current/share/examples/puffs/pgfs/
H A Dnewfs.sql57 -- executed in a nearly constant time.
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v5/
H A Dmod_1_2.asm91 L(end): movge r9, r10 C executed iff coming via xit
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc-opts.def46 and is added to the list of commands to be executed on the specified
150 is executed, each of the requests will be sent
222 A number of interactive format commands are executed entirely
579 executed, or may simply be converted to conform to the new
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DTest.pm178 is executed.
403 If true, the command will be executed with a perl backtick,
405 If false or not given, the command will be executed with C<system()>,
741 This hook is executed after C<run> has performed its given command. The
1187 # the command gets executed with an appropriate environment. If EXE_SHELL

Completed in 333 milliseconds

123456