Home
last modified time | relevance | path

Searched refs:ip_count (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_la.hpp727 const std::size_t ip_count = inters.i_info().count; in get_turn_info_for_endpoint() local
729 if ( ip_count == 0 ) in get_turn_info_for_endpoint()
831 …&& ( ip_count > 1 ? (ip1.is_pj && !ip1.is_qi) : (ip0.is_pj && !ip0.is_qi) ) ) // prevents duplicat… in get_turn_info_for_endpoint()
866 … tp.method = ( ip_count > 1 ? ip1.is_qj : ip0.is_qj ) ? method_touch : method_touch_interior; in get_turn_info_for_endpoint()
873 unsigned int ip_index = ip_count > 1 ? 1 : 0; in get_turn_info_for_endpoint()
880 return !( opposite && ip_count > 1 ) || was_first_point_handled; in get_turn_info_for_endpoint()
H A Dget_turn_info_for_endpoint.hpp244 std::size_t ip_count = inters.i_info().count; in apply() local
246 if ( ip_count == 0 ) in apply()
264 bool result_ignore_ip0 = append0_last && ( ip_count == 1 || !opposite ); in apply()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dmulticast.c1386 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local
1403 ip_count = batadv_mcast_forw_want_all_ip_count(bat_priv, ethhdr); in batadv_mcast_forw_mode()
1408 total_count = tt_count + ip_count + unsnoop_count + rtr_count; in batadv_mcast_forw_mode()
1414 else if (ip_count) in batadv_mcast_forw_mode()