Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dmach_fat.c77 cpu_subtype_t testsubtype; in fatfile_getarch() local
101 testsubtype = OSSwapBigToHostInt32(arch->cpusubtype) & ~CPU_SUBTYPE_MASK; 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()