Searched refs:info_type (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcpu_features.cc31 static inline void __cpuid(int cpu_info[4], int info_type) { argument
37 : "a"(info_type));
40 static inline void __cpuid(int cpu_info[4], int info_type) { argument
44 : "a"(info_type));
/external/webrtc/src/system_wrappers/source/
H A Dcpu_features.cc33 static inline void __cpuid(int cpu_info[4], int info_type) { argument
39 : "a"(info_type));
42 static inline void __cpuid(int cpu_info[4], int info_type) { argument
46 : "a"(info_type));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcpu_id.c24 static inline void __cpuid(int cpu_info[4], int info_type) { argument
30 : "a"(info_type)
34 static inline void __cpuid(int cpu_info[4], int info_type) { argument
38 : "a"(info_type)
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dcpu_id.c24 static inline void __cpuid(int cpu_info[4], int info_type) { argument
30 : "a"(info_type)
34 static inline void __cpuid(int cpu_info[4], int info_type) { argument
38 : "a"(info_type)
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h179 enum InfoType info_type; member in struct:lldb_private::EmulateInstruction::Context
241 info_type (eInfoTypeNoArgs)
249 info_type = eInfoTypeRegisterPlusOffset;
258 info_type = eInfoTypeRegisterPlusIndirectOffset;
268 info_type = eInfoTypeRegisterToRegisterPlusOffset;
279 info_type = eInfoTypeRegisterToRegisterPlusIndirectOffset;
289 info_type = eInfoTypeRegisterRegisterOperands;
297 info_type = eInfoTypeOffset;
304 info_type = eInfoTypeRegister;
311 info_type
[all...]
/external/libyuv/files/source/
H A Dcpu_id.cc31 static __inline void __cpuid(int cpu_info[4], int info_type) { argument
37 : "a"(info_type));
40 static __inline void __cpuid(int cpu_info[4], int info_type) { argument
44 : "a"(info_type));
57 void CpuId(int cpu_info[4], int info_type) { argument
58 __cpuid(cpu_info, info_type);
/external/chromium_org/third_party/libwebp/dsp/
H A Dcpu.c26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { argument
32 : "a"(info_type));
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { argument
39 : "a"(info_type));
/external/libyuv/files/include/libyuv/
H A Dcpu_id.h63 void CpuId(int cpu_info[4], int info_type);
/external/webp/src/dsp/
H A Dcpu.c26 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { argument
32 : "a"(info_type));
35 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { argument
39 : "a"(info_type));
/external/chromium_org/third_party/skia/src/opts/
H A Dopts_check_x86.cpp37 static inline void getcpuid(int info_type, int info[4]) { argument
39 __cpuid(info, info_type);
42 mov eax, [info_type]
53 static inline void getcpuid(int info_type, int info[4]) { argument
57 : "a"(info_type)
61 static inline void getcpuid(int info_type, int info[4]) { argument
69 : "a"(info_type)
/external/skia/src/opts/
H A Dopts_check_x86.cpp37 static inline void getcpuid(int info_type, int info[4]) { argument
39 __cpuid(info, info_type);
42 mov eax, [info_type]
53 static inline void getcpuid(int info_type, int info[4]) { argument
57 : "a"(info_type)
61 static inline void getcpuid(int info_type, int info[4]) { argument
69 : "a"(info_type)
/external/chromium_org/base/
H A Dcpu.cc58 void __cpuid(int cpu_info[4], int info_type) { argument
64 : "a"(info_type)
70 void __cpuid(int cpu_info[4], int info_type) {
74 : "a"(info_type)
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr.cc171 static __inline void __cpuid(int cpu_info[4], int info_type) { argument
177 : "a"(info_type));
180 static __inline void __cpuid(int cpu_info[4], int info_type) { argument
184 : "a"(info_type));
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c51 static void l2c_ucd_discover_cback (BD_ADDR rem_bda, UINT8 info_type, UINT32 data) argument
63 if (( info_type == L2CAP_UCD_INFO_TYPE_RECEPTION )
66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
71 if (( info_type == L2CAP_UCD_INFO_TYPE_MTU )
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
319 ** info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
326 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type )
334 (rem_bda[4]<<8)+rem_bda[5], info_type);
357 if ( info_type & L2CAP_UCD_INFO_TYPE_RECEPTION )
360 if ( info_type
[all...]
H A Dl2c_main.c325 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local
727 STREAM_TO_UINT16 (info_type, p);
728 l2cu_send_peer_info_rsp (p_lcb, id, info_type);
739 STREAM_TO_UINT16 (info_type, p);
742 p_lcb->info_rx_bits |= (1 << info_type);
744 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
764 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
775 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
H A Dl2c_utils.c1086 void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type) argument
1101 L2CAP_TRACE_EVENT ("l2cu_send_peer_info_req: type 0x%04x", info_type);
1106 UINT16_TO_STREAM (p, info_type);
1125 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) argument
1132 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
1138 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
1146 else if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
1150 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
1164 UINT16_TO_STREAM (p, info_type);
1167 if ((info_type
[all...]
H A Dl2c_int.h619 extern void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT16 info_type);
621 extern void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type);
/external/chromium_org/v8/src/
H A Dcpu.cc37 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) { argument
46 : "a"(info_type)
52 : "a"(info_type)
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsysteminfo.cc105 static inline void __cpuid(int cpu_info[4], int info_type) {
111 : "a"(info_type)
115 static inline void __cpuid(int cpu_info[4], int info_type) {
119 : "a"(info_type)
/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.cc88 static inline void __cpuid(int cpu_info[4], int info_type) {
94 : "a"(info_type)
98 static inline void __cpuid(int cpu_info[4], int info_type) {
102 : "a"(info_type)
/external/libnfc-nxp/src/
H A DphHciNfc.h716 * \param[in] info_type info_type is the type of the Information
734 uint32_t info_type,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h79 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
87 void __cpuid(int CPUInfo[4], int info_type);
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h79 void __cpuidex(int CPUInfo[4], int info_type, int ecxvalue);
87 void __cpuid(int CPUInfo[4], int info_type);
/external/libpcap/
H A Dpcap1.h126 bpf_u_int32 info_type; /* enum pcap1_info_types */ member in struct:pcap1_info_container
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h858 ** info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
865 L2C_API extern BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type );

Completed in 952 milliseconds

12