Searched refs:merge_bufferless (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 599 merge_bufferless(is_range1_A ? first1 : last1, first_irr2, last_irr2, comp); in merge_blocks_bufferless() 809 merge_bufferless(first+p0, first+p0+h, first+p0+h_2, comp); in slow_stable_sort() 814 merge_bufferless(first+p0, first+p0+h, last, comp); in slow_stable_sort() 1946 merge_bufferless(first, middle, last, comp); in stable_merge() 1981 merge_bufferless(first, first+n_key_plus_buf, first+len, comp); in adaptive_sort_final_merge() 2404 merge_bufferless(first, first+len1, first+len1+len2, comp); in adaptive_merge_impl() 2419 merge_bufferless(first, first+len1, first+len1+len2, comp); in adaptive_merge_impl()
|
| H A D | merge.hpp | 388 void merge_bufferless(RandIt first, RandIt middle, RandIt last, Compare comp) in merge_bufferless() function
|