Home
last modified time | relevance | path

Searched defs:GetCPUInfo (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Dcpu.c26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function
44 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0 macro
46 #define GetCPUInfo __cpuid macro
/external/webrtc/src/system_wrappers/source/
Dcpu_features.cc54 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
67 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
/external/google-breakpad/src/processor/
Dminidump_processor.cc456 bool MinidumpProcessor::GetCPUInfo(Minidump *dump, SystemInfo *info) { in GetCPUInfo() function in google_breakpad::MinidumpProcessor