HomeSort by relevance Sort by last modified time
    Searched refs:GetCPUInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
cpu_features.cc 52 static int GetCPUInfo(CPUFeature feature) {
65 static int GetCPUInfo(CPUFeature feature) {
71 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo;
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
42 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0
44 #define GetCPUInfo __cpuid
79 GetCPUInfo(cpu_info, 1);
95 GetCPUInfo(cpu_info, 7);

Completed in 603 milliseconds