Home
last modified time | relevance | path

Searched refs:to_move (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/index/detail/
H A Dvarray.hpp815 difference_type to_move = std::distance(position, this->end()); in insert() local
819 if ( count < static_cast<size_type>(to_move) ) in insert()
823 … sv::move_backward(position, position + to_move - count, this->end() - count); // may throw in insert()
829 m_size += count - to_move; // update end in insert()
830 … sv::uninitialized_move(position, position + to_move, position + count); // may throw in insert()
831 m_size += to_move; // update end in insert()
832 … std::fill_n(position, to_move, value); // may throw in insert()
1726 difference_type to_move = std::distance(position, this->end()); in insert_in_the_middle() local
1730 if ( count < to_move ) in insert_in_the_middle()
1734 … sv::move_backward(position, position + to_move - count, this->end() - count); // may throw in insert_in_the_middle()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-trace.c2557 size_t filename_len, entry_str_len, to_move; local
2599 to_move = entry_str_len - ttrace->filename.entry_str_pos + 1; /* \0 */
2601 memmove(pos + filename_len, pos, to_move);
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dxattr.c4519 int to_move = num_buckets / 2; in ocfs2_mv_xattr_bucket_cross_cluster() local
4533 to_move, first_hash); in ocfs2_mv_xattr_bucket_cross_cluster()
4540 src_blkno = last_cluster_blkno + (to_move * blks_per_bucket); in ocfs2_mv_xattr_bucket_cross_cluster()