HomeSort by relevance Sort by last modified time
    Searched full:default_cputype (Results 1 - 1 of 1) sorted by null

  /external/valgrind/coregrind/
launcher-darwin.c 146 const char *clientname, cpu_type_t default_cputype,
184 if (fat_has_cputype(fh, default_cputype)) {
213 cpu_type_t default_cputype; local
304 default_cputype = 0;
311 default_cputype = valid_archs[i].cputype;
317 assert(0 != default_cputype);
343 else if ((arch = select_arch(clientname, default_cputype,default_arch))) {

Completed in 44 milliseconds