OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_model_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h
89
int
cpu_model_
;
member in class:talk_base::SystemInfo
systeminfo.cc
129
cpu_family_(0),
cpu_model_
(0), cpu_stepping_(0),
151
cpu_model_
= si.wProcessorRevision >> 8;
180
cpu_model_
= static_cast<int>(sysctl_value);
194
proc_info.GetSectionIntValue(0, "model", &
cpu_model_
);
300
return
cpu_model_
;
Completed in 120 milliseconds