Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcpu.c31 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function
42 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function
52 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function
61 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0 macro
63 #define GetCPUInfo __cpuid macro
125 GetCPUInfo(cpu_info, 0); in x86CPUInfo()
138 GetCPUInfo(cpu_info, 1); in x86CPUInfo()
164 GetCPUInfo(cpu_info, 7); in x86CPUInfo()
/external/webrtc/webrtc/system_wrappers/source/
Dcpu_features.cc52 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
65 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
71 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo;
/external/google-breakpad/src/google_breakpad/processor/
Dminidump_processor.h84 static bool GetCPUInfo(Minidump* dump, SystemInfo* info);
/external/google-breakpad/src/processor/
Dminidump_processor.cc94 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