Searched refs:from_index (Results 1 – 5 of 5) 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 D | copy_segments.hpp | 96 signed_size_type const from_index = seg_id.segment_index + 1; in apply() local 99 BOOST_GEOMETRY_ASSERT(from_index < static_cast<signed_size_type>(boost::size(view))); in apply() 102 boost::begin(view) + from_index); in apply() 107 signed_size_type const count = from_index <= to_index in apply() 108 ? to_index - from_index + 1 in apply() 110 - from_index + to_index + 1; in apply() 163 signed_size_type const from_index = seg_id.segment_index + 1; in apply() local 166 if ( from_index > to_index in apply() 167 || from_index < 0 in apply() 173 signed_size_type const count = to_index - from_index + 1; in apply() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_parman.c | 113 static void test_parman_move(void *priv, unsigned long from_index, in test_parman_move() argument 119 memmove(&prio_array[to_index], &prio_array[from_index], in test_parman_move() 121 memset(&prio_array[from_index], 0, ITEM_PTRS_SIZE(count)); in test_parman_move()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl_ctcam.c | 136 unsigned long from_index, in mlxsw_sp_acl_ctcam_region_parman_move() argument 145 from_index, to_index, count); in mlxsw_sp_acl_ctcam_region_parman_move()
|
| H A D | spectrum1_mr_tcam.c | 215 unsigned long from_index, in mlxsw_sp1_mr_tcam_region_parman_move() argument 224 from_index, count, in mlxsw_sp1_mr_tcam_region_parman_move()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | parman.h | 59 void (*move)(void *priv, unsigned long from_index,
|