Searched refs:get_architecture (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.h83 int get_architecture(void); /* Intel or PPC */
H A Dmisc.c317 int get_architecture() function
H A Dtests.c2046 if (get_architecture() == -1) {
2047 errmsg = "get_architecture() could not determine the CPU architecture.\n";
2051 if (get_architecture() == INTEL) {
2125 } else if(get_architecture() == ARM) {
2140 printf("get_architecture() returned unknown architecture");
5106 if ((arch = get_architecture()) == -1) {

Completed in 183 milliseconds