Home
last modified time | relevance | path

Searched defs: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
62 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0 macro
66 #define GetCPUInfo __cpuid macro
/external/webrtc/system_wrappers/source/
Dcpu_features.cc71 int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
110 int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
/external/webp/tests/fuzzer/
Dfuzz_utils.h66 static VP8CPUInfo GetCPUInfo; variable
/external/google-breakpad/src/processor/
Dminidump_processor.cc520 bool MinidumpProcessor::GetCPUInfo(Minidump *dump, SystemInfo *info) { in GetCPUInfo() function in google_breakpad::MinidumpProcessor