Searched refs:first1 (Results 1 - 10 of 10) sorted by relevance

/external/qemu/include/qemu/
H A Drange.h54 static inline int ranges_overlap(uint64_t first1, uint64_t len1, argument
57 uint64_t last1 = range_get_last(first1, len1);
60 return !(last2 < first1 || last1 < first2);
/external/stlport/src/
H A Dnum_get.cpp38 __valid_grouping(const char * first1, const char * last1, argument
40 if (first1 == last1 || first2 == last2) return true;
44 while (first1 != last1) {
/external/libcxx/test/numerics/numeric.ops/inner.product/
H A Dinner_product.pass.cpp20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2, T init);
29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) argument
31 assert(std::inner_product(first1, last1, first2, init) == x);
H A Dinner_product_comp.pass.cpp20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2,
31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) argument
33 assert(std::inner_product(first1, last1, first2, init,
/external/llvm/include/llvm/ADT/
H A Dilist.h620 iterator first1 = begin(), last1 = end(); local
622 while (first1 != last1 && first2 != last2)
623 if (pred(*first2, *first1)) {
625 transfer(first1, right, first2, ++next);
628 ++first1;
687 template<class InIt> void assign(InIt first1, InIt last1) { argument
689 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
690 *first1 = *first2;
692 erase(first1, last
[all...]
/external/jdiff/src/jdiff/
H A DDiff.java136 int first1 = hunk.line1; // Index of first inserted word
139 newDocWords[first1 - 1].compareTo(" ") == 0 &&
141 first1 == lasthunk.line1 + lasthunk.inserted + 1) {
193 int first1 = hunk.line1; // Index of first inserted word
203 System.out.println("first1: " + first1);
240 for (int i = first1; i <= last1; i++) {
/external/stlport/test/eh/
H A Dtest_insert.h170 DstIter first1 = original.begin(); local
179 EH_STD::pair<DstIter, DstIter> p = EH_STD::mismatch( first1, original.end(), first2 );
200 dstItem = EH_STD::find( first1, original.end(), *p.first );
209 first1 = p.first;
/external/stlport/test/unit/
H A Dcodecvt_test.cpp464 virtual result do_in(state_type& /*state*/, const extern_type* first1, argument
468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/bison/build-aux/
H A Dtexinfo.tex1413 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3

Completed in 763 milliseconds