Searched refs:middle (Results 1 – 9 of 9) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | binary_search.hpp | 44 ForwardIter middle; in lower_bound() local 48 middle = first; in lower_bound() 49 std::advance(middle, half); in lower_bound() 50 if (*middle < val) { in lower_bound() 51 first = middle; in lower_bound() 69 ForwardIter middle; in lower_bound() local 73 middle = first; in lower_bound() 74 std::advance(middle, half); in lower_bound() 75 if (comp(*middle, val)) { in lower_bound() 76 first = middle; in lower_bound() [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | getopt.c | 303 int middle = last_nonopt; in exchange() local 334 while (top > middle && middle > bottom) in exchange() 336 if (top - middle > middle - bottom) in exchange() 339 int len = middle - bottom; in exchange() 346 argv[bottom + i] = argv[top - (middle - bottom) + i]; in exchange() 347 argv[top - (middle - bottom) + i] = tem; in exchange() 348 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); in exchange() 356 int len = top - middle; in exchange() 363 argv[bottom + i] = argv[middle + i]; in exchange() 364 argv[middle + i] = tem; in exchange() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __bit_reference | 181 // do middle whole words 217 // do middle whole words 266 // do middle whole words 297 // do middle whole words 338 // do middle whole words 368 // do middle whole words 435 // do middle words 498 // do middle words 574 // do middle words 643 // do middle words [all …]
|
D | bitset | 297 // do middle whole words 380 // do middle whole words 400 // do middle whole words
|
D | algorithm | 276 rotate(ForwardIterator first, ForwardIterator middle, ForwardIterator last); 280 …rotate_copy(ForwardIterator first, ForwardIterator middle, ForwardIterator last, OutputIterator re… 352 … partial_sort(RandomAccessIterator first, RandomAccessIterator middle, RandomAccessIterator last); 356 …partial_sort(RandomAccessIterator first, RandomAccessIterator middle, RandomAccessIterator last, C… 420 …inplace_merge(BidirectionalIterator first, BidirectionalIterator middle, BidirectionalIterator las… 424 …inplace_merge(BidirectionalIterator first, BidirectionalIterator middle, BidirectionalIterator las… 4418 // and __m1 or __m2 is in the middle of its range 4450 // swap middle two partitions
|
D | vector | 3179 // do middle whole words 3218 // do middle whole words
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | se_implicit | 192 # Test #7: Test stem from the middle of the name.
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 223 vertical-align: middle; 244 vertical-align: middle;
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 297 % the page break happens to be in the middle of an example. 754 % Ensure vertical mode, so we don't make a big box in the middle of a 2158 % Open one extra group, as we want to close it in the middle of \Etitlepage.
|