Searched refs:first_cut (Results 1 – 1 of 1) 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 | merge.hpp | 307 BidirIt first_cut = first; in merge_bufferless_ONlogN_recursive() local 313 first_cut += len11; in merge_bufferless_ONlogN_recursive() 314 second_cut = boost::movelib::lower_bound(middle, last, *first_cut, comp); in merge_bufferless_ONlogN_recursive() 320 first_cut = boost::movelib::upper_bound(first, middle, *second_cut, comp); in merge_bufferless_ONlogN_recursive() 321 len11 = size_type(first_cut - first); in merge_bufferless_ONlogN_recursive() 323 BidirIt new_middle = rotate_gcd(first_cut, middle, second_cut); in merge_bufferless_ONlogN_recursive() 328 …merge_bufferless_ONlogN_recursive(first, first_cut, new_middle, len11, len22, … in merge_bufferless_ONlogN_recursive() 338 middle = first_cut; in merge_bufferless_ONlogN_recursive()
|