Home
last modified time | relevance | path

Searched defs:GetCPUInfo (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webp/src/dsp/
H A Dcpu.c31 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function
40 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() function
50 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0 macro
54 #define GetCPUInfo __cpuid macro
/aosp_15_r20/external/webrtc/system_wrappers/source/
H A Dcpu_features.cc71 int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
110 int GetCPUInfo(CPUFeature feature) { in GetCPUInfo() function
/aosp_15_r20/external/webp/tests/fuzzer/
H A Dfuzz_utils.h82 static VP8CPUInfo GetCPUInfo; variable
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump_processor.cc566 bool MinidumpProcessor::GetCPUInfo(Minidump* dump, SystemInfo* info) { in GetCPUInfo() function in google_breakpad::MinidumpProcessor