HomeSort by relevance Sort by last modified time
    Searched full:first2 (Results 51 - 75 of 150) sorted by null

1 23 4 5 6

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algobase.h 150 * @param first2 A forward iterator.
151 * @return An iterator equal to @p first2+(last1-first1).
154 * corresponding element in the range @p [first2,(last1-first1)).
    [all...]
stl_numeric.h 169 * @param first2 Start of range 2.
198 * @param first2 Start of range 2.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algobase.h 150 * @param first2 A forward iterator.
151 * @return An iterator equal to @p first2+(last1-first1).
154 * corresponding element in the range @p [first2,(last1-first1)).
    [all...]
stl_numeric.h 169 * @param first2 Start of range 2.
198 * @param first2 Start of range 2.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm 53 ForwardIterator2 first2, ForwardIterator2 last2);
58 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
63 ForwardIterator2 first2, ForwardIterator2 last2);
68 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
88 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
93 InputIterator2 first2, InputIterator2 last2); // **C++14**
98 InputIterator2 first2, BinaryPredicate pred);
103 InputIterator2 first2, InputIterator2 last2,
108 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2);
113 InputIterator2 first2, InputIterator2 last2); // **C++14*
    [all...]
  /external/stlport/test/eh/
test_insert.h 171 DstIter first2 = result.begin(); local
177 while ( first2 != result.end() )
179 EH_STD::pair<DstIter, DstIter> p = EH_STD::mismatch( first1, original.end(), first2 );
210 first2 = p.second;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
equal_pred.pass.cpp 16 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/
find_end.pass.cpp 15 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
find_end_pred.pass.cpp 16 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/
lexicographical_compare.pass.cpp 16 // lexicographical_compare(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
lexicographical_compare_comp.pass.cpp 17 // Iter2 first2, Iter2 last2, Compare comp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_numeric.h 163 * @param first2 Start of range 2.
192 * @param first2 Start of range 2.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_numeric.h 169 * @param first2 Start of range 2.
198 * @param first2 Start of range 2.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_numeric.h 169 * @param first2 Start of range 2.
198 * @param first2 Start of range 2.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 163 * @param first2 Start of range 2.
192 * @param first2 Start of range 2.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 163 * @param first2 Start of range 2.
192 * @param first2 Start of range 2.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 163 * @param first2 Start of range 2.
192 * @param first2 Start of range 2.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_numeric.h 163 * @param first2 Start of range 2.
192 * @param first2 Start of range 2.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/
swap_ranges.pass.cpp 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search.pass.cpp 15 // search(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
search_pred.pass.cpp 15 // search(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
includes.pass.cpp 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
includes_comp.pass.cpp 16 // includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Compare comp);
  /external/llvm/test/Transforms/InstSimplify/
compare.ll 113 %first2 = getelementptr inbounds i8* %first1, i32 1
114 %first3 = getelementptr inbounds i8* %first2, i32 2
116 %last1 = getelementptr inbounds i8* %first2, i32 48
133 %first2 = getelementptr inbounds i8* %first1, i32 44
136 %first.int = ptrtoint i8* %first2 to i32

Completed in 2309 milliseconds

1 23 4 5 6