Searched defs:GetCPUInfo (Results 1 – 4 of 4) sorted by relevance
31 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function40 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function50 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0 macro54 #define GetCPUInfo __cpuid macro
71 int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function110 int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
82 static VP8CPUInfo GetCPUInfo; variable
566 bool MinidumpProcessor::GetCPUInfo(Minidump* dump, SystemInfo* info) { in GetCPUInfo() function in google_breakpad::MinidumpProcessor