Searched refs:n_key_plus_buf (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 | adaptive_sort_merge.hpp | 1964 size_type const n_key_plus_buf = l_intbuf+n_keys; in adaptive_sort_final_merge() local 1972 stable_sort(first, first+n_key_plus_buf, comp, xbuf); in adaptive_sort_final_merge() 1973 if(xbuf.capacity() >= n_key_plus_buf){ in adaptive_sort_final_merge() 1974 buffered_merge(first, first+n_key_plus_buf, first+len, comp, xbuf); in adaptive_sort_final_merge() 1977 stable_merge(first+n_keys, first+n_key_plus_buf, first+len, comp, xbuf); in adaptive_sort_final_merge() 1981 merge_bufferless(first, first+n_key_plus_buf, first+len, comp); in adaptive_sort_final_merge() 2322 size_type const n_key_plus_buf = l_intbuf+n_keys; in adaptive_sort_impl() local 2328 …(first+n_key_plus_buf-l_build_buf, len-n_key_plus_buf+l_build_buf, l_base, l_build_buf, xbuf, comp… in adaptive_sort_impl()
|