Home
last modified time | relevance | path

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

/external/lzma/C/
DCpuArch.c101 int CPUInfo[4]; in MyCPUID()
102 __cpuid(CPUInfo, function); in MyCPUID()
103 *a = CPUInfo[0]; in MyCPUID()
104 *b = CPUInfo[1]; in MyCPUID()
105 *c = CPUInfo[2]; in MyCPUID()
106 *d = CPUInfo[3]; in MyCPUID()
/external/v8/src/base/
Dcpu.cc181 class CPUInfo final {
183 CPUInfo() : datalen_(0) {
219 ~CPUInfo() {
424 CPUInfo cpu_info; in CPU()
584 CPUInfo cpu_info; in CPU()
595 CPUInfo cpu_info; in CPU()
/external/libvpx/libvpx/vpx_ports/
Dx86.h80 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
88 void __cpuid(int CPUInfo[4], int info_type);
/external/pcre/dist/sljit/
DsljitNativeX86_common.c288 int CPUInfo[4]; in get_cpu_features() local
289 __cpuid(CPUInfo, 1); in get_cpu_features()
290 features = (sljit_ui)CPUInfo[3]; in get_cpu_features()