| /netbsd-src/regress/sys/arch/m68k/060sp/ |
| H A D | goodoutput | 2 64-bit multiply...passed 3 64-bit divide...passed 4 cmp2,chk2...passed 5 movep...passed 6 Effective addresses...passed 7 cas...passed 8 cas2...passed 10 Unimplemented <ea>...passed 11 Unimplemented data type/format...passed 12 Non-maskable overflow...passed [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/integration/ |
| H A D | cmd_test_test.sh | 41 simple_all_pass:pass -> passed [S.UUUs] 44 2/2 passed (0 failed) 65 simple_some_fail:pass -> passed [S.UUUs] 67 1/2 passed (1 failed) 90 first:pass -> passed [S.UUUs] 92 second:pass -> passed [S.UUUs] 94 third:pass -> passed [S.UUUs] 98 7/7 passed (0 failed) 125 first:pass -> passed [S.UUUs] 127 second:pass -> passed [S.UUUs] [all …]
|
| H A D | cmd_report_test.sh | 197 simple_all_pass:pass -> passed [S.UUUs] 217 simple_all_pass:pass -> passed [S.UUUs] 224 --results-filter=passed 238 simple_all_pass:pass -> passed [S.UUUs] 245 --results-filter=skipped,passed
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.td | 99 // A SwiftSelf is passed in callee-saved R10. 102 // A SwiftError is passed in callee-saved R9. 111 // The first 5 integer arguments are passed in R2-R6. Note that R6 116 // The first 4 float and double arguments are passed in even registers F0-F6. 120 // The first 8 named vector arguments are passed in V24-V31. Sub-128 vectors 121 // are passed in the same way, but they're widened to one of these types 134 // Other vector arguments are passed in 8-byte-aligned 16-byte stack slots. 139 // Other arguments are passed in 8-byte-aligned 8-byte stack slots. 207 // words (8 bytes in 64-Bit mode) where some arguments are passed in registers 211 // The first three register-sized words of the parameter area are passed in [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/ |
| H A D | lib.d | 72 bool passed; in runTestsImpl() local 76 passed = true; in runTestsImpl() 77 assert(passed); in runTestsImpl() 95 passed = false; in runTestsImpl() 97 if (m.name == "lib") passed = true; in runTestsImpl() 98 assert(passed); in runTestsImpl()
|
| H A D | link.d | 5 bool passed; in testEH() local 9 passed = true; in testEH() 10 assert(passed); passed = false; in testEH()
|
| H A D | load.d | 70 bool passed; in testEH() local 74 passed = true; in testEH() 75 assert(passed); passed = false; in testEH()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/ |
| H A D | lib.d | 72 bool passed; in runTestsImpl() local 76 passed = true; in runTestsImpl() 77 assert(passed); in runTestsImpl() 95 passed = false; in runTestsImpl() 97 if (m.name == "lib") passed = true; in runTestsImpl() 98 assert(passed); in runTestsImpl()
|
| H A D | link.d | 5 bool passed; in testEH() local 9 passed = true; in testEH() 10 assert(passed); passed = false; in testEH()
|
| H A D | load.d | 69 bool passed; in testEH() local 73 passed = true; in testEH() 74 assert(passed); passed = false; in testEH()
|
| /netbsd-src/external/bsd/kyua-cli/dist/engine/ |
| H A D | test_result_test.cpp | 138 PARSE_TEST(passed); 179 GETTERS_TEST(passed, test_result::passed, "", 180 test_result(test_result::passed)); 188 GOOD_TEST(passed, true, test_result::passed); 199 OUTPUT_TEST(passed, "test_result{type='passed'}", 200 test_result(test_result::passed, ""));
|
| H A D | test_case_test.cpp | 562 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 574 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 584 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 618 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 633 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 647 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 689 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 772 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 803 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() 839 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::passed), in ATF_TEST_CASE_BODY() [all …]
|
| H A D | test_result.cpp | 74 return test_result(passed); in parse() 103 return test_result(passed, reason); in parse() 140 case passed: in good() 191 case test_result::passed: result_name = "passed"; break; in operator <<()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | provider-object.pod | 24 An object may be passed in the following manners: 32 This means that the I<object data> is passed as an octet string or an UTF8 47 This means that the I<object data> isn't passed directly, an I<object 48 reference> is passed instead. It's an octet string that only the correct 99 The object data I<passed by value>. 103 The object data I<passed by reference>. 114 The object data may only be I<passed by value>, and should be a UTF8 123 object data may be I<passed by value> or I<passed by reference>. 128 object type can only be I<passed by value>, and should be an octet string. 137 only be I<passed by value>, and should be an octet string. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-dejagnu.h | 43 static int passed; variable 74 passed++; in pass() 89 passed++; in xpass() 177 printf ("\t#passed:\t\t%d\n", passed); in totals() 210 passed = 0; in TestState() 230 passed++; in pass() 314 std::cout << "\t#passed:\t\t" << passed << std::endl; in totals()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-dejagnu.h | 43 static int passed; variable 74 passed++; in pass() 89 passed++; in xpass() 177 printf ("\t#passed:\t\t%d\n", passed); in totals() 210 passed = 0; in TestState() 230 passed++; in pass() 314 std::cout << "\t#passed:\t\t" << passed << std::endl; in totals()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 511 // The 'nest' parameter, if any, is passed in R10. 518 // A SwiftError is passed in R12. 531 // Pointers are always passed in full 64-bit registers. 534 // The first 6 integer arguments are passed in integer registers. 538 // The first 8 MMX vector arguments are passed in XMM registers on Darwin. 544 // Boolean vectors of AVX-512 are passed in SIMD registers. 554 // The first 8 FP/Vector arguments are passed in XMM registers. 559 // The first 8 256-bit vector arguments are passed in YMM registers, unless 562 // fixed arguments to vararg functions are supposed to be passed in 569 // The first 8 512-bit vector arguments are passed in ZMM registers. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
| H A D | m32c.abi | 51 First arg may be passed in r1l or r1 if it (1) fits (QImode or 53 structs, floats, etc). Otherwise, it's passed on the stack. 55 Second arg may be passed in r2, same restrictions (but not QImode), 56 even if the first arg is passed on the stack. 58 Third and further args are passed on the stack. No padding is used, 63 First arg may be passed in r0l or r0, same restrictions as above. 65 Second and further args are passed on the stack. Padding is used
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| H A D | m32c.abi | 51 First arg may be passed in r1l or r1 if it (1) fits (QImode or 53 structs, floats, etc). Otherwise, it's passed on the stack. 55 Second arg may be passed in r2, same restrictions (but not QImode), 56 even if the first arg is passed on the stack. 58 Third and further args are passed on the stack. No padding is used, 63 First arg may be passed in r0l or r0, same restrictions as above. 65 Second and further args are passed on the stack. Padding is used
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/ |
| H A D | tst | 8 passed=$(expr $passed + 1) 9 echo "$lnum yes" >> passed 11 echo "$lnum no" >> passed 46 passed=0 48 rm -f passed 49 date > passed 200 echo "Passed ${passed}/${total} tests"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 20 // i32 f32 arguments get passed in integer registers if there is space. 22 // f64 arguments are split and passed through registers or through stack. 59 // Structs up to 16 bytes in size are passed by value. They are right-aligned 62 // struct containing two floats would thus be passed in %f0 and %f1, while two 63 // float function arguments would occupy 8 bytes each, and be passed in %f1 and 66 // When a struct { int, float } is passed by value, the int goes in the high 107 // Function return values are passed exactly like function arguments, except a 121 // arguments whether they are passed in registers or not. 130 // Otherwise, return values are passed exactly like arguments.
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TestUtils/ |
| H A D | pch-test.pl | 14 my $passed = 0; 28 $passed++; 52 print("\n\n$passed tests passed\n");
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | timehist.c | 184 double lookfor, passed, res; in timehist_quartile() local 194 passed = 0; in timehist_quartile() 197 passed+(double)hist->buckets[i].count < lookfor) { in timehist_quartile() 198 passed += (double)hist->buckets[i++].count; in timehist_quartile() 207 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count); in timehist_quartile()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | linkage.m4 | 6 dnl Check to see if the (math function) argument passed is 48 dnl Check to see if the (math function) argument passed is 113 dnl Check to see if the (math function) argument passed is 134 dnl Check to see if the (math function) argument passed is 160 dnl Check to see if the (math function) argument passed is 181 dnl Check to see if the (math function) argument passed is 207 dnl Check to see if the (stdlib function) argument passed is 236 dnl Check to see if the (stdlib function) argument passed is 265 dnl Check to see if the (stdlib function) argument passed is 295 dnl Check to see if the (stdlib function) argument passed is
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| H A D | linkage.m4 | 6 dnl Check to see if the (math function) argument passed is 48 dnl Check to see if the (math function) argument passed is 113 dnl Check to see if the (math function) argument passed is 134 dnl Check to see if the (math function) argument passed is 160 dnl Check to see if the (math function) argument passed is 181 dnl Check to see if the (math function) argument passed is 207 dnl Check to see if the (stdlib function) argument passed is 236 dnl Check to see if the (stdlib function) argument passed is 265 dnl Check to see if the (stdlib function) argument passed is 295 dnl Check to see if the (stdlib function) argument passed is
|