| /netbsd-src/tests/lib/csu/ |
| H A D | t_crt0.sh | 36 constructor executed 37 main executed 38 destructor executed 52 constructor executed 53 main executed 54 destructor executed 68 constructor executed 70 constructor2 executed 72 destructor2 executed 74 destructor executed [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_ast_codegen.c | 63 __isl_take isl_union_map *executed, 66 __isl_take isl_union_map *executed, __isl_take isl_ast_build *build, 88 static isl_stat generate_non_single_valued(__isl_take isl_map *executed, in generate_non_single_valued() argument 97 identity = isl_set_identity(isl_map_range(isl_map_copy(executed))); in generate_non_single_valued() 98 executed = isl_map_domain_product(executed, identity); in generate_non_single_valued() 101 list = generate_code(isl_union_map_from_map(executed), build, 1); in generate_non_single_valued() 112 __isl_keep isl_map *executed, __isl_keep isl_ast_build *build) in at_each_domain() argument 121 isl_union_map_from_map(isl_map_copy(executed))); in at_each_domain() 153 static isl_stat add_domain(__isl_take isl_map *executed, in add_domain() argument 172 graft = at_each_domain(graft, executed, build); in add_domain() [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | base_command_test.cpp | 54 bool executed; member in __anon4487df170111::mock_cmd 63 executed(false) in mock_cmd() 84 executed = true; in run() 94 bool executed; member in __anon4487df170111::mock_cmd_no_data 103 executed(false) in mock_cmd_no_data() 121 executed = true; in run() 220 ATF_REQUIRE(cmd.executed); in ATF_TEST_CASE_BODY() 236 ATF_REQUIRE(!cmd.executed); in ATF_TEST_CASE_BODY() 264 ATF_REQUIRE(cmd.executed); in ATF_TEST_CASE_BODY() 280 ATF_REQUIRE(!cmd.executed); in ATF_TEST_CASE_BODY()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | RUN | 199 CPU #1 executed 41,994 AND instructions. 200 CPU #1 executed 519,785 AND Immediate instructions. 201 CPU #1 executed 680,058 Add instructions. 202 CPU #1 executed 41,994 Add Extended instructions. 203 CPU #1 executed 921,916 Add Immediate instructions. 204 CPU #1 executed 221,199 Add Immediate Carrying instructions. 205 CPU #1 executed 943,823 Add Immediate Shifted instructions. 206 CPU #1 executed 471,909 Add to Zero Extended instructions. 207 CPU #1 executed 571,915 Branch instructions. 208 CPU #1 executed 1,992,403 Branch Conditional instructions. [all …]
|
| H A D | README | 208 CPU #1 executed 41,994 AND instructions. 209 CPU #1 executed 519,785 AND Immediate instructions. 213 CPU #1 executed 1 System Call instruction. 214 CPU #1 executed 207,746 XOR instructions. 216 CPU #1 executed 23,740,856 cycles. 217 CPU #1 executed 10,242,780 stalls waiting for data. 218 CPU #1 executed 1 stall waiting for a function unit. 222 CPU #1 executed 3,136,229 branch functional unit instructions. 223 CPU #1 executed 16,949,396 instructions that were accounted for in timing info. 224 CPU #1 executed 871,920 data reads. [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
| H A D | RUN | 199 CPU #1 executed 41,994 AND instructions. 200 CPU #1 executed 519,785 AND Immediate instructions. 201 CPU #1 executed 680,058 Add instructions. 202 CPU #1 executed 41,994 Add Extended instructions. 203 CPU #1 executed 921,916 Add Immediate instructions. 204 CPU #1 executed 221,199 Add Immediate Carrying instructions. 205 CPU #1 executed 943,823 Add Immediate Shifted instructions. 206 CPU #1 executed 471,909 Add to Zero Extended instructions. 207 CPU #1 executed 571,915 Branch instructions. 208 CPU #1 executed 1,992,403 Branch Conditional instructions. [all …]
|
| H A D | README | 208 CPU #1 executed 41,994 AND instructions. 209 CPU #1 executed 519,785 AND Immediate instructions. 213 CPU #1 executed 1 System Call instruction. 214 CPU #1 executed 207,746 XOR instructions. 216 CPU #1 executed 23,740,856 cycles. 217 CPU #1 executed 10,242,780 stalls waiting for data. 218 CPU #1 executed 1 stall waiting for a function unit. 222 CPU #1 executed 3,136,229 branch functional unit instructions. 223 CPU #1 executed 16,949,396 instructions that were accounted for in timing info. 224 CPU #1 executed 871,920 data reads. [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | depsrc-exec.mk | 12 : ${.TARGET:T}: This is always executed. 15 : This is not executed. 16 +: ${.TARGET:T}: This is not executed as well.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | php_funccalls_example.txt | 3 This is a simple script to count executed PHP functions. Here it traces 15 While tracing, func_a() from the program "func_abc.php" was executed once, 16 as were func_b() and func_c(). sleep was executed three times.
|
| H A D | py_who_example.txt | 5 along with the number of lines executed per program as recorded by the line 8 Here it runs as the Code/Python/func_abc.py program is executed. 31 You can see that the program itself had four lines executed attributed to it,
|
| H A D | rb_who_example.txt | 5 along with the number of lines executed per program as recorded by the line 8 Here it runs as three Ruby programs are executed. Code/Ruby/func_abc.rb runs
|
| H A D | pl_who_example.txt | 4 traces as a few examples programs are executed (from Code/Perl/*.pl). 14 While tracing, the user with UID 100 executed three Perl programs;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | php_funccalls_example.txt | 3 This is a simple script to count executed PHP functions. Here it traces 15 While tracing, func_a() from the program "func_abc.php" was executed once, 16 as were func_b() and func_c(). sleep was executed three times.
|
| H A D | py_who_example.txt | 5 along with the number of lines executed per program as recorded by the line 8 Here it runs as the Code/Python/func_abc.py program is executed. 31 You can see that the program itself had four lines executed attributed to it,
|
| H A D | rb_who_example.txt | 5 along with the number of lines executed per program as recorded by the line 8 Here it runs as three Ruby programs are executed. Code/Ruby/func_abc.rb runs
|
| H A D | pl_who_example.txt | 4 traces as a few examples programs are executed (from Code/Perl/*.pl). 14 While tracing, the user with UID 100 executed three Perl programs;
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| H A D | input | 26 displays the executed buffers as it executes them. This means that if 53 buffer when it is executed. For buffers not cut in line mode and which 58 3: Maps and executable buffers are copied when they are executed -- 78 buffer when it is executed. For buffers not cut in line mode and which 90 If the first line is loaded into 'a' and executed: 97 If the first two lines are loaded into 'a' and executed: 105 and executed: 113 and executed: 133 The command is loaded into 'e', and then executed. 'e' executes 150 3: Maps and executable buffers are copied when they are executed -- [all …]
|
| /netbsd-src/sys/arch/x68k/stand/common/ |
| H A D | exec_image.S | 38 || void exec_image(loaded,executed,entry,size,bootdev,boothowto) 40 || unsigned int executed; 63 || %a5: executed
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | break.ms | 10 ; This first insn isn't executed (it's a filler); it would fail 11 ; ungracefully if executed.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gcov.texi | 68 what lines of code are actually executed 100 has executed. You can use these logfiles along with @command{gprof} to aid 156 executed. 259 @var{blocks_executed}: number of executed blocks of the function 312 (not all statements on the line are executed) 536 Lines executed:92.86% of 14 695 As you can see, line 33 contains a basic block that was not executed. 716 function Foo<char>::Foo() called 0 returned 0% blocks executed 0% 720 function Foo<int>::Foo() called 1 returned 100% blocks executed 100% 726 function Foo<char>::inc() called 0 returned 0% blocks executed 0% [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcov.texi | 68 what lines of code are actually executed 100 has executed. You can use these logfiles along with @command{gprof} to aid 156 executed. 259 @var{blocks_executed}: number of executed blocks of the function 312 (not all statements on the line are executed) 535 Lines executed:92.86% of 14 694 As you can see, line 33 contains a basic block that was not executed. 715 function Foo<char>::Foo() called 0 returned 0% blocks executed 0% 719 function Foo<int>::Foo() called 1 returned 100% blocks executed 100% 725 function Foo<char>::inc() called 0 returned 0% blocks executed 0% [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/d10v/ |
| H A D | t-rep.s | 11 ;; Check that the instruction @REP_E is executed when it 30 ;; Check that the loop is executed the correct number of times
|
| /netbsd-src/external/bsd/libpcap/dist/doc/ |
| H A D | README.macos | 40 the files won't immediately cause the startup item to be executed; it 41 will be executed on the next reboot. To change the permissions before 51 script and plist file won't immediately cause the script to be executed; 52 it will be executed on the next reboot. To change the permissions
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mmix/ |
| H A D | crti.S | 52 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-src/external/gpl3/gcc/dist/libgcc/config/mmix/ |
| H A D | crti.S | 52 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.
|