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() function42 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function52 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function62 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0 macro66 #define GetCPUInfo __cpuid macro
71 int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function110 int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
66 static VP8CPUInfo GetCPUInfo; variable
520 bool MinidumpProcessor::GetCPUInfo(Minidump *dump, SystemInfo *info) { in GetCPUInfo() function in google_breakpad::MinidumpProcessor