Home
last modified time | relevance | path

Searched defs:GetCPUInfo (Results 1 – 5 of 5) 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.cc52 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
65 static int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
/external/webp/tests/fuzzer/
Dfuzz_utils.h66 static VP8CPUInfo GetCPUInfo; variable
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.h287 CPUInfo &GetCPUInfo() { return m_pt_cpu; } in GetCPUInfo() function
/external/google-breakpad/src/processor/
Dminidump_processor.cc520 bool MinidumpProcessor::GetCPUInfo(Minidump *dump, SystemInfo *info) { in GetCPUInfo() function in google_breakpad::MinidumpProcessor