Home
last modified time | relevance | path

Searched refs:CPUInfo (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DCpuArch.c87 int CPUInfo[4]; in MyCPUID()
88 __cpuid(CPUInfo, function); in MyCPUID()
89 *a = CPUInfo[0]; in MyCPUID()
90 *b = CPUInfo[1]; in MyCPUID()
91 *c = CPUInfo[2]; in MyCPUID()
92 *d = CPUInfo[3]; in MyCPUID()
/external/v8/src/base/
Dcpu.cc161 class CPUInfo FINAL {
163 CPUInfo() : datalen_(0) {
199 ~CPUInfo() {
367 CPUInfo cpu_info; in CPU()
508 CPUInfo cpu_info; in CPU()
519 CPUInfo cpu_info; in CPU()
/external/libvpx/libvpx/vpx_ports/
Dx86.h79 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
87 void __cpuid(int CPUInfo[4], int info_type);
/external/pcre/dist/sljit/
DsljitNativeX86_common.c285 int CPUInfo[4]; in get_cpu_features() local
286 __cpuid(CPUInfo, 1); in get_cpu_features()
287 features = (sljit_ui)CPUInfo[3]; in get_cpu_features()