OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_model
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/base/
cpu.cc
491
char*
cpu_model
= cpu_info.ExtractField("cpu model");
local
492
has_fpu_ = HasListItem(
cpu_model
, "FPU");
493
delete[]
cpu_model
;
/external/oprofile/libop/
op_hw_specific.h
64
static inline unsigned int
cpu_model
(unsigned int eax)
function
94
if (cpu_family(eax) != 6 ||
cpu_model
(eax) != 26
142
int model =
cpu_model
(cpuid_signature());
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
svghelper.c
203
static char *
cpu_model
(void)
function
255
10+time2pixels(first_time), cpu2y(cpu) + SLOT_MULT + SLOT_HEIGHT - 4,
cpu_model
());
Completed in 327 milliseconds