Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/opts/
Dopts_check_x86.cpp32 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/
Dcpu.c26 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/
Dcpu_features.cc31 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/
Dcpu_id.cc31 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/
Dcpu.c30 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/
Dsysteminfo.cc41 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/
Dcpu.cc64 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/
Dlayer1.py785 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}
Dresponse.py182 self.info_type = str(response['InfoType'])
/external/libyuv/files/include/libyuv/
Dcpu_id.h63 void CpuId(int cpu_info[4], int info_type);
/external/v8/src/base/
Dcpu.cc54 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/
Dx86.h80 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/
Dtest_wrapper.py176 environment_name=self.environment, info_type='tail')
180 environment_name=self.environment, info_type='tail')
/external/libnfc-nxp/src/
DphHciNfc.h734 uint32_t info_type,
/external/libmicrohttpd/src/include/
Dmicrohttpd.h2454 enum MHD_ConnectionInfoType info_type,
2533 enum MHD_DaemonInfoType info_type,
/external/tcpdump/
Dprint-slow.c82 uint8_t info_type; member
/external/libmicrohttpd/src/microhttpd/
Dconnection.c2776 enum MHD_ConnectionInfoType info_type, ...) argument
2778 switch (info_type)
Ddaemon.c4581 enum MHD_DaemonInfoType info_type, in MHD_get_daemon_info() argument
4584 switch (info_type) in MHD_get_daemon_info()