Home
last modified time | relevance | path

Searched refs:testtype (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/tools/tests/perf_index/
H A Dtest_fault_helper.c43 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 Dtest_fault_helper.h10 int test_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype);
/xnu-8020.121.3/bsd/kern/
H A Dmach_fat.c76 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()