Searched refs:info_type (Results 1 – 9 of 9) sorted by relevance
/external/chromium/base/ |
D | cpu.cc | 40 void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 46 : "a"(info_type) in __cpuid() 50 void __cpuidex(int cpu_info[4], int info_type, int info_index) { in __cpuidex() argument 56 : "a"(info_type), "c"(info_index) in __cpuidex() 62 void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 66 : "a"(info_type) in __cpuid() 70 void __cpuidex(int cpu_info[4], int info_type, int info_index) { in __cpuidex() argument 74 : "a"(info_type), "c"(info_index) in __cpuidex()
|
/external/webrtc/src/system_wrappers/source/ |
D | cpu_features.cc | 21 static inline void cpuid(int cpu_info[4], int info_type) { in cpuid() argument 27 : "a"(info_type)); in cpuid() 30 static inline void cpuid(int cpu_info[4], int info_type) { in cpuid() argument 34 : "a"(info_type)); in cpuid()
|
/external/skia/src/opts/ |
D | opts_check_SSE2.cpp | 35 static inline void getcpuid(int info_type, int info[4]) { in getcpuid() argument 37 mov eax, [info_type] in getcpuid() 47 static inline void getcpuid(int info_type, int info[4]) { in getcpuid() argument 55 : "a"(info_type) in getcpuid()
|
/external/libnfc-nxp/src/ |
D | phHciNfc.h | 734 uint32_t info_type,
|
/external/libvpx/vpx_ports/ |
D | x86.h | 55 void __cpuid(int CPUInfo[4], int info_type);
|
/external/libpcap/ |
D | pcap1.h | 122 bpf_u_int32 info_type; /* enum pcap1_info_types */ member
|
/external/webp/src/dec/ |
D | dsp.c | 694 static inline void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 700 : "a"(info_type)); in GetCPUInfo() 703 static inline void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 707 : "a"(info_type)); in GetCPUInfo()
|
/external/webp/src/enc/ |
D | dsp.c | 673 static inline void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 679 : "a"(info_type)); in GetCPUInfo() 682 static inline void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 686 : "a"(info_type)); in GetCPUInfo()
|
/external/grub/netboot/ |
D | tulip.c | 323 int info_type; member
|