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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcpu_features.cc52 static int GetCPUInfo(CPUFeature feature) { function
65 static int GetCPUInfo(CPUFeature feature) { function
71 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo;
/external/webrtc/src/system_wrappers/source/
H A Dcpu_features.cc54 static int GetCPUInfo(CPUFeature feature) { function
67 static int GetCPUInfo(CPUFeature feature) { function
73 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo;
/external/chromium_org/third_party/libwebp/dsp/
H A Dcpu.c26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { function
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { function
42 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0 macro
44 #define GetCPUInfo __cpuid macro
79 GetCPUInfo(cpu_info, 1);
95 GetCPUInfo(cpu_info, 7);
/external/webp/src/dsp/
H A Dcpu.c26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { function
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { function
42 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0 macro
44 #define GetCPUInfo __cpuid macro
79 GetCPUInfo(cpu_info, 1);
95 GetCPUInfo(cpu_info, 7);

Completed in 162 milliseconds