| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_l3_main.c | 1590 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 D | qeth_l2_main.c | 162 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 D | qeth_core.h | 1137 u8 cast_type, struct net_device *sb_dev);
|
| H A D | qeth_core_main.c | 6999 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 D | basic_pointerbuf.hpp | 79 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 D | trig.hpp | 826 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 D | pow.hpp | 723 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 D | misc.hpp | 28 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 D | default_ops.hpp | 1018 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 D | 0005-bison_3_breaks_mysql_server_build.patch | 1119 | CAST_SYM '(' expr AS cast_type ')' 1135 | CONVERT_SYM '(' expr ',' cast_type ')'
|