/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/checkers/ |
H A D | unix_api_example.c | 3 void test(const char *path) { in test() function 11 void test() { in test() function 17 void test() { in test() function 21 void test() { in test() function 25 void test() { in test() function 30 void test() { in test() function 34 void test() { in test() function
|
H A D | mismatched_deallocator_example.cpp | 2 void test() { in test() function 10 void test() { in test() function 16 void test() { in test() function 22 void test() { in test() function 38 void test() { in test() function 43 void test() { in test() function 49 void test(NSUInteger dataLength) { in test() function
|
H A D | unix_malloc_example.c | 2 void test() { in test() function 8 void test() { in test() function 14 void test() { in test() function 20 void test() { in test() function 25 void test() { in test() function
|
H A D | newdelete_example.cpp | 13 void test() { in test() function 19 void test() { in test() function 24 void test() { in test() function 30 void test() { in test() function 35 void test() { in test() function
|
/netbsd-src/external/bsd/ntp/dist/tests/libntp/ |
H A D | lfptostr.c | 50 l_fp test = {{200}, 0}; /* exact 200.0000000000 */ in test_PositiveInteger() local 58 l_fp test = {{-100}, 0}; /* -100 */ in test_NegativeInteger() local 66 l_fp test = {{200}, ONE_FOURTH}; /* 200.25 */ in test_PositiveIntegerWithFraction() local 74 l_fp test = {{-100}, ONE_FOURTH}; /* -99.75 */ in test_NegativeIntegerWithFraction() local 82 l_fp test = {{10}, ONE_FOURTH}; /* 10.25 */ in test_RoundingDownToInteger() local 90 l_fp test = {{10}, HALF}; /* 10.5 */ in test_RoundingMiddleToInteger() local 98 l_fp test = {{5}, THREE_FOURTH}; /* 5.75 */ in test_RoundingUpToInteger() local 106 l_fp test = {{8}, ONE_FOURTH}; /* 8.25 */ in test_SingleDecimal() local 114 l_fp test = {{1}, HALF_PROMILLE_UP}; /* slightly more than 1.0005 */ in test_MillisecondsRoundingUp() local 124 l_fp test = {{1}, HALF_PROMILLE_DOWN}; /* slightly less than 1.0005 */ in test_MillisecondsRoundingDown() local [all …]
|
H A D | sfptostr.c | 36 s_fp test = 300 << 16; // exact 300.000000 in test_PositiveInteger() local 44 s_fp test = -(200 << 16); // exact -200.000000 in test_NegativeInteger() local 52 s_fp test = (300 << 16) + (1 << 15); // 300 + 0.5 in test_PositiveIntegerPositiveFraction() local 60 s_fp test = -(200 << 16) - (1 << 15); // -200 - 0.5 in test_NegativeIntegerNegativeFraction() local 68 s_fp test = (300 << 16) - (1 << 14); // 300 - 0.25 in test_PositiveIntegerNegativeFraction() local 76 s_fp test = -(200 << 16) + (1 << 14)*3; // -200 + 0.75 in test_NegativeIntegerPositiveFraction() local 84 s_fp test = 300 << 16; // 300 in test_SingleDecimalInteger() local 92 s_fp test = (2 << 16) + (1 << 14)*3; // 2 + 0.25*3 = 2.75 in test_SingleDecimalRounding() local
|
/netbsd-src/external/bsd/atf/dist/atf-c++/ |
H A D | macros_test.cpp | 336 struct test { in ATF_TEST_CASE_BODY() struct 337 const char *cond; in ATF_TEST_CASE_BODY() 338 bool ok; in ATF_TEST_CASE_BODY() 380 struct test { in ATF_TEST_CASE_BODY() struct 381 const char *v1; in ATF_TEST_CASE_BODY() 382 const char *v2; in ATF_TEST_CASE_BODY() 383 bool ok; in ATF_TEST_CASE_BODY() 429 struct test { in ATF_TEST_CASE_BODY() struct 430 const char *value; in ATF_TEST_CASE_BODY() 431 bool ok; in ATF_TEST_CASE_BODY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | is-a.inl | 25 test (const rtl_ssa::access_info *ref) function 38 test (const rtl_ssa::access_info *ref) function 49 test (const rtl_ssa::access_info *ref) function 60 test (const rtl_ssa::access_info *ref) function 72 test (const rtl_ssa::access_info *ref) function 83 test (const rtl_ssa::def_node *node) function 94 test (const rtl_ssa::def_node *node) function
|
/netbsd-src/tests/lib/libc/locale/ |
H A D | t_mbsnrtowcs.c | 41 static const struct test { struct 49 } tests[] = { argument 67 const struct test *t; in ATF_TC_BODY() argument
|
H A D | t_sprintf.c | 47 static struct test { struct 55 } tests[] = { argument
|
H A D | t_mbstowcs.c | 75 static struct test { struct 81 } tests[] = { argument
|
H A D | t_wcstod.c | 74 static struct test { struct 79 } tests[] = { argument
|
H A D | t_mbrtowc.c | 75 static struct test { struct 81 } tests[] = { argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/ |
H A D | otptest.c | 68 test (void) in test() function 70 struct test { in test() struct 71 char *alg; in test() 72 char *passphrase; in test() 73 char *seed; in test() 74 int count; in test() 75 char *hex; in test() 76 char *word; in test()
|
/netbsd-src/tests/lib/libbluetooth/ |
H A D | t_sdp_put.c | 49 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 82 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 115 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 173 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 198 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 224 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 261 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 288 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 333 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 360 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local [all …]
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | ui_test.cpp | 42 struct test { struct 49 } tests[] = { argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hsa-common.h | 207 is_a_helper <hsa_op_immed *>::test (hsa_op_base *p) in test() function 217 is_a_helper <hsa_op_immed *>::test (hsa_op_with_type *p) in test() function 275 is_a_helper <hsa_op_reg *>::test (hsa_op_base *p) in test() function 285 is_a_helper <hsa_op_reg *>::test (hsa_op_with_type *p) in test() function 335 is_a_helper <hsa_op_address *>::test (hsa_op_base *p) in test() function 357 is_a_helper <hsa_op_code_ref *>::test (hsa_op_base *p) in test() function 386 is_a_helper <hsa_op_code_list *>::test (hsa_op_base *p) in test() function 416 is_a_helper <hsa_op_operand_list *>::test (hsa_op_base *p) in test() function 509 is_a_helper <hsa_insn_phi *>::test (hsa_insn_basic *p) in test() function 535 is_a_helper <hsa_insn_br *>::test (hsa_insn_basic *p) in test() function [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | md5crypt_test.c | 40 struct test { struct 52 struct test *t; in do_test() argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | base64-test.c | 46 struct test { in main() struct 47 void *data; in main() 48 size_t len; in main() 49 const char *result; in main()
|
H A D | hex-test.c | 46 struct test { in main() struct 47 void *data; in main() 48 size_t len; in main() 49 const char *result; in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | worker.py | 35 def execute(test): argument 57 def _get_parallelism_semaphore(test): argument 65 def _execute(test, lit_config): argument 74 def _execute_test_handle_errors(test, lit_config): argument
|
/netbsd-src/regress/sys/arch/m68k/emuspeed/ |
H A D | emuspeed.c | 41 const struct test { struct 46 {"Illegal", illegal, "(test: unimplemented)"}, argument
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | format.py | 31 def _getTempPaths(test): argument 49 def parseScript(test, preamble): argument 213 def _disableWithModules(self, test): argument 218 def execute(self, test, litConfig): argument 294 def _executeShTest(self, test, litConfig, steps): argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | stest.c | 47 struct test struct 54 static struct test tests[] = argument
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | stest.c | 47 struct test struct 54 static struct test tests[] = argument
|