/external/webrtc/webrtc/system_wrappers/source/ |
H A D | cpu_features.cc | 31 static inline void __cpuid(int cpu_info[4], int info_type) { function 40 static inline void __cpuid(int cpu_info[4], int info_type) { function 54 __cpuid(cpu_info, 1);
|
/external/webrtc/webrtc/base/ |
H A D | systeminfo.cc | 19 #include <intrin.h> // for __cpuid() 41 static inline void __cpuid(int cpu_info[4], int info_type) { function in namespace:rtc 51 static inline void __cpuid(int cpu_info[4], int info_type) { 149 __cpuid(cpu_info, 0);
|
/external/libyuv/files/util/ |
H A D | psnr.cc | 17 #include <intrin.h> // For __cpuid() 201 static __inline void __cpuid(int cpu_info[4], int info_type) { function 211 static __inline void __cpuid(int cpu_info[4], int info_type) { function 222 __cpuid(cpu_info, 1);
|
/external/libchrome/base/ |
H A D | cpu.cc | 64 void __cpuid(int cpu_info[4], int info_type) { function in namespace:base::__anon9144 76 void __cpuid(int cpu_info[4], int info_type) { 203 // __cpuid with an InfoType argument of 0 returns the number of 210 __cpuid(cpu_info, 0); 219 __cpuid(cpu_info, 1); 221 __cpuid(cpu_info7, 7); 257 __cpuid(cpu_info, 0x80000000); 266 __cpuid(cpu_info, parameter); 275 __cpuid(cpu_info, parameter_containing_non_stop_time_stamp_counter);
|
/external/clang/lib/Headers/ |
H A D | cpuid.h | 150 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ macro 159 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ macro 177 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx); 205 __cpuid(__level, __eax, __ebx, __ecx, __edx);
|
H A D | Intrin.h | 61 void __cpuid(int[4], int); 899 __cpuid(int __info[4], int __level) { function
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
H A D | cpuid.h | 150 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ macro 159 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ macro 177 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx); 205 __cpuid(__level, __eax, __ebx, __ecx, __edx);
|
H A D | Intrin.h | 61 void __cpuid(int[4], int); 898 __cpuid(int __info[4], int __level) { function
|