/external/skia/src/opts/ |
D | opts_check_x86.cpp | 32 static inline void getcpuid(int info_type, int info[4]) { in getcpuid() argument 34 __cpuid(info, info_type); in getcpuid() 37 mov eax, [info_type] in getcpuid() 48 static inline void getcpuid(int info_type, int info[4]) { in getcpuid() argument 52 : "a"(info_type) in getcpuid() 56 static inline void getcpuid(int info_type, int info[4]) { in getcpuid() argument 64 : "a"(info_type) in getcpuid()
|
/external/webp/src/dsp/ |
D | cpu.c | 26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 32 : "a"(info_type), "c"(0)); in GetCPUInfo() 37 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 44 : "a"(info_type), "c"(0)); in GetCPUInfo() 47 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 51 : "a"(info_type), "c"(0)); in GetCPUInfo()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | cpu_features.cc | 31 static inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 37 : "a"(info_type)); in __cpuid() 40 static inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 44 : "a"(info_type)); in __cpuid()
|
/external/libyuv/files/source/ |
D | cpu_id.cc | 31 static __inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 37 : "a"(info_type)); in __cpuid() 40 static __inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 44 : "a"(info_type)); in __cpuid() 57 void CpuId(int cpu_info[4], int info_type) { in CpuId() argument 58 __cpuid(cpu_info, info_type); in CpuId()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | cpu.c | 30 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument 36 : "a"(info_type)); in GetCPUInfo() 39 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { 43 : "a"(info_type));
|
/external/webrtc/webrtc/base/ |
D | systeminfo.cc | 41 static inline void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 47 : "a"(info_type) in __cpuid() 51 static inline void __cpuid(int cpu_info[4], int info_type) { 55 : "a"(info_type)
|
/external/libchrome/base/ |
D | cpu.cc | 64 void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument 70 : "a"(info_type) in __cpuid() 76 void __cpuid(int cpu_info[4], int info_type) { 80 : "a"(info_type)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/ |
D | layer1.py | 785 def request_environment_info(self, info_type='tail', environment_id=None, argument 813 params = {'InfoType': info_type} 844 def retrieve_environment_info(self, info_type='tail', environment_id=None, argument 867 params = {'InfoType': info_type}
|
D | response.py | 182 self.info_type = str(response['InfoType'])
|
/external/libyuv/files/include/libyuv/ |
D | cpu_id.h | 63 void CpuId(int cpu_info[4], int info_type);
|
/external/v8/src/base/ |
D | cpu.cc | 54 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) { 66 : "a"(info_type), "c"(0)); 71 : "a"(info_type), "c"(0));
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 80 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue); 88 void __cpuid(int CPUInfo[4], int info_type);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/beanstalk/ |
D | test_wrapper.py | 176 environment_name=self.environment, info_type='tail') 180 environment_name=self.environment, info_type='tail')
|
/external/libnfc-nxp/src/ |
D | phHciNfc.h | 734 uint32_t info_type,
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 2454 enum MHD_ConnectionInfoType info_type, 2533 enum MHD_DaemonInfoType info_type,
|
/external/tcpdump/ |
D | print-slow.c | 82 uint8_t info_type; member
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 2776 enum MHD_ConnectionInfoType info_type, ...) argument 2778 switch (info_type)
|
D | daemon.c | 4581 enum MHD_DaemonInfoType info_type, in MHD_get_daemon_info() argument 4584 switch (info_type) in MHD_get_daemon_info()
|