Searched refs:GetCPUInfo (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | cpu.c | 26 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 83 GetCPUInfo(cpu_info, 1); in x86CPUInfo() 99 GetCPUInfo(cpu_info, 7); in x86CPUInfo()
|
/external/webrtc/src/system_wrappers/source/ |
D | cpu_features.cc | 54 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function 67 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function 73 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo;
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump_processor.h | 84 static bool GetCPUInfo(Minidump* dump, SystemInfo* info);
|
/external/google-breakpad/src/processor/ |
D | minidump_processor.cc | 94 bool has_cpu_info = GetCPUInfo(dump, &process_state->system_info_); in Process() 456 bool MinidumpProcessor::GetCPUInfo(Minidump *dump, SystemInfo *info) { in GetCPUInfo() function in google_breakpad::MinidumpProcessor
|