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

/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/libyuv/files/source/
H A Dcpu_id.cc20 static inline void __cpuid(int cpu_info[4], int info_type) { argument
26 : "a"(info_type)
30 static inline void __cpuid(int cpu_info[4], int info_type) { argument
34 : "a"(info_type)
/external/webp/src/dsp/
H A Dcpu.c28 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { argument
34 : "a"(info_type));
37 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { argument
41 : "a"(info_type));
/external/chromium/base/
H A Dcpu.cc40 void __cpuid(int cpu_info[4], int info_type) { argument
46 : "a"(info_type)
50 void __cpuidex(int cpu_info[4], int info_type, int info_index) { argument
56 : "a"(info_type), "c"(info_index)
62 void __cpuid(int cpu_info[4], int info_type) { argument
66 : "a"(info_type)
70 void __cpuidex(int cpu_info[4], int info_type, int info_index) { argument
74 : "a"(info_type), "c"(info_index)
/external/openfst/src/script/
H A Dinfo.cc27 const string &arc_filter, const string &info_type,
29 InfoArgs args(f, test_properties, arc_filter, info_type, pipe, verify);
26 PrintFstInfo(const FstClass &f, bool test_properties, const string &arc_filter, const string &info_type, bool pipe, bool verify) argument
/external/skia/src/opts/
H A Dopts_check_SSE2.cpp22 static inline void getcpuid(int info_type, int info[4]) { argument
24 mov eax, [info_type]
35 static inline void getcpuid(int info_type, int info[4]) { argument
39 : "a"(info_type)
43 static inline void getcpuid(int info_type, int info[4]) { argument
51 : "a"(info_type)
/external/openfst/src/bin/
H A Dfstinfo.cc28 DEFINE_string(info_type, "auto",
/external/openfst/src/include/fst/script/
H A Dinfo.h42 const string &arc_filter, const string &info_type,
H A Dinfo-impl.h51 // When info_type is "short" (or "auto" and not an ExpandedFst)
55 string info_type = "auto", bool verify = true)
67 if (info_type == "long") {
69 } else if (info_type == "short") {
71 } else if (info_type == "auto") {
74 FSTERROR() << "Bad info type: " << 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.c321 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local
720 STREAM_TO_UINT16 (info_type, p);
721 l2cu_send_peer_info_rsp (p_lcb, id, info_type);
732 STREAM_TO_UINT16 (info_type, p);
735 p_lcb->info_rx_bits |= (1 << info_type);
737 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
757 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
768 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
H A Dl2c_utils.c953 void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type) argument
968 L2CAP_TRACE_EVENT1 ("l2cu_send_peer_info_req: type 0x%04x", info_type);
973 UINT16_TO_STREAM (p, info_type);
992 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) argument
999 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
1005 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
1013 else if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
1017 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
1031 UINT16_TO_STREAM (p, info_type);
1034 if ((info_type
[all...]
H A Dl2c_int.h612 extern void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT16 info_type);
614 extern void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 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/libpcap/
H A Dpcap1.h122 bpf_u_int32 info_type; /* enum pcap1_info_types */ member in struct:pcap1_info_container
/external/libvpx/vpx_ports/
H A Dx86.h55 void __cpuid(int CPUInfo[4], int info_type);
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h868 ** info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
875 L2C_API extern BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type );
/external/grub/netboot/
H A Dtulip.c324 int info_type;
323 int info_type; member in struct:mediainfo

Completed in 249 milliseconds