Home
last modified time | relevance | path

Searched refs:h_2 (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 Dadaptive_sort_merge.hpp807 size_type const h_2 = 2*h; in slow_stable_sort() local
808 while((L-p0) > h_2){ in slow_stable_sort()
809 merge_bufferless(first+p0, first+p0+h, first+p0+h_2, comp); in slow_stable_sort()
810 p0 += h_2; in slow_stable_sort()