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

/external/webrtc/src/system_wrappers/source/
H A Dcpu_features.cc40 static int GetCPUInfo(CPUFeature feature) { function
53 static int GetCPUInfo(CPUFeature feature) { function
59 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo;
/external/webp/src/dec/
H A Ddsp.c694 static inline void GetCPUInfo(int cpu_info[4], int info_type) { function
703 static inline void GetCPUInfo(int cpu_info[4], int info_type) { function
710 #define GetCPUInfo __cpuid macro
716 GetCPUInfo(cpu_info, 1);
/external/webp/src/enc/
H A Ddsp.c673 static inline void GetCPUInfo(int cpu_info[4], int info_type) { function
682 static inline void GetCPUInfo(int cpu_info[4], int info_type) { function
689 #define GetCPUInfo __cpuid macro
695 GetCPUInfo(cpu_info, 1);

Completed in 114 milliseconds