OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_cputype
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/
launcher-darwin.c
142
const char *clientname, cpu_type_t
default_cputype
,
180
if (fat_has_cputype(fh,
default_cputype
)) {
209
cpu_type_t
default_cputype
;
local
300
default_cputype
= 0;
307
default_cputype
= valid_archs[i].cputype;
313
assert(0 !=
default_cputype
);
339
else if ((arch = select_arch(clientname,
default_cputype
,default_arch))) {
Completed in 541 milliseconds