Searched defs:multicore (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/com32/modules/
H A Difcpu.c54 " multicore : Processor must be multi-core \n"
98 bool multicore = false; local
132 } else if (!strcmp(argv[i], "multicore")) {
134 printf(" multicore : %d cores on this system\n", cpu.num_cores);
136 multicore = true;
137 hardware_matches = multicore && hardware_matches;

Completed in 375 milliseconds