Home
last modified time | relevance | path

Searched refs:cast_type (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_l3_main.c1590 int cast_type = n->type; in qeth_l3_get_cast_type_rcu() local
1593 if ((cast_type == RTN_BROADCAST) || in qeth_l3_get_cast_type_rcu()
1594 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type_rcu()
1595 (cast_type == RTN_ANYCAST)) in qeth_l3_get_cast_type_rcu()
1596 return cast_type; in qeth_l3_get_cast_type_rcu()
1620 int cast_type; in qeth_l3_get_cast_type() local
1624 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv); in qeth_l3_get_cast_type()
1627 return cast_type; in qeth_l3_get_cast_type()
1630 static u8 qeth_l3_cast_type_to_flag(int cast_type) in qeth_l3_cast_type_to_flag() argument
1632 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
[all …]
H A Dqeth_l2_main.c162 int cast_type = qeth_get_ether_cast_type(skb); in qeth_l2_fill_header() local
176 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
178 else if (cast_type == RTN_BROADCAST) in qeth_l2_fill_header()
H A Dqeth_core.h1137 u8 cast_type, struct net_device *sb_dev);
H A Dqeth_core_main.c6999 u8 cast_type, struct net_device *sb_dev) in qeth_iqd_select_queue() argument
7003 if (cast_type != RTN_UNICAST) in qeth_iqd_select_queue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dbasic_pointerbuf.hpp79 typedef typename boost::int_t<sizeof(way) * CHAR_BIT>::least cast_type; in seekoff() typedef
86 switch(static_cast<cast_type>(way)) in seekoff()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp826 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_atan2() typedef
827 cast_type c; in eval_atan2()
836 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_atan2() typedef
837 cast_type c; in eval_atan2()
H A Dpow.hpp723 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_pow() typedef
724 cast_type c; in eval_pow()
733 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_pow() typedef
734 cast_type c; in eval_pow()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmisc.hpp28 typedef typename boost::multiprecision::detail::canonical<R, CppInt>::type cast_type; in check_in_range() typedef
31 if(val.compare(static_cast<cast_type>((std::numeric_limits<R>::min)())) < 0) in check_in_range()
36 if(val.compare(static_cast<cast_type>((std::numeric_limits<R>::max)())) > 0) in check_in_range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1018 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_fmod() typedef
1019 cast_type c; in eval_fmod()
1028 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_fmod() typedef
1029 cast_type c; in eval_fmod()
1059 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_remquo() typedef
1060 cast_type c; in eval_remquo()
1068 typedef typename mpl::if_<is_same<A, canonical_type>, T, canonical_type>::type cast_type; in eval_remquo() typedef
1069 cast_type c; in eval_remquo()
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0005-bison_3_breaks_mysql_server_build.patch1119 | CAST_SYM '(' expr AS cast_type ')'
1135 | CONVERT_SYM '(' expr ',' cast_type ')'