Searched refs:testtype (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/tools/tests/perf_index/ |
| H A D | test_fault_helper.c | 43 test_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype) in test_fault_helper() argument 80 if (testtype == TESTFAULT) { in test_fault_helper() 85 } else if (testtype == TESTZFOD) { in test_fault_helper()
|
| H A D | test_fault_helper.h | 10 int test_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype);
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | mach_fat.c | 76 cpu_type_t testtype; in fatfile_getarch() local 100 testtype = OSSwapBigToHostInt32(arch->cputype); in fatfile_getarch() 107 if (!binary_match(mask_bits, req_cpu_type, req_subcpu_type, testtype, testsubtype)) { in fatfile_getarch() 114 grade = grade_binary(testtype, testsubtype, testfeatures, TRUE); in fatfile_getarch()
|