/external/libcxx/fuzzing/ |
D | fuzzing.cpp | 114 bool is_permutation(SVIter first1, SVIter last1, SVIter first2) in is_permutation() argument 121 for (; first1 != last1; ++first1, ++first2) in is_permutation() 126 yBuckets [first2->key]++; in is_permutation() 127 yPayloads[first2->key] += first2->payload; in is_permutation() 142 bool is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) in is_permutation() argument 150 for (; first1 != last1; ++first1, ++first2) in is_permutation() 153 yBuckets [*first2]++; in is_permutation() 328 static bool compare_unique(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2) in compare_unique() argument 330 assert(first1 != last1 && first2 != last2); in compare_unique() 331 if (*first1 != *first2) return false; in compare_unique() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ilist.h | 603 iterator first2 = right.begin(), last2 = right.end(); 604 while (first1 != last1 && first2 != last2) 605 if (pred(*first2, *first1)) { 606 iterator next = first2; 607 transfer(first1, right, first2, ++next); 608 first2 = next; 612 if (first2 != last2) transfer(last1, right, first2, last2); 674 iterator first2 = this->begin(), last2 = this->end(); 675 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2) 676 *first1 = *first2; [all …]
|
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_iter_init.pass.cpp | 27 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test() argument 30 decltype(std::transform_reduce(first1, last1, first2, init))> ); in test() 31 assert(std::transform_reduce(first1, last1, first2, init) == x); in test()
|
D | transform_reduce_iter_iter_iter_init_op_op.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test() argument 32 decltype(std::transform_reduce(first1, last1, first2, init, op1, op2))> ); in test() 33 assert(std::transform_reduce(first1, last1, first2, init, op1, op2) == x); in test()
|
/external/libcxx/test/std/numerics/numeric.ops/inner.product/ |
D | inner_product.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test() argument 31 assert(std::inner_product(first1, last1, first2, init) == x); in test()
|
D | inner_product_comp.pass.cpp | 31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test() argument 33 assert(std::inner_product(first1, last1, first2, init, in test()
|
/external/llvm/test/Transforms/InstSimplify/ |
D | ptr_diff.ll | 23 %first2 = getelementptr inbounds i8, i8* %first1, i32 1 24 %first3 = getelementptr inbounds i8, i8* %first2, i32 2 26 %last1 = getelementptr inbounds i8, i8* %first2, i32 48
|
D | compare.ll | 113 %first2 = getelementptr inbounds i8, i8* %first1, i32 1 114 %first3 = getelementptr inbounds i8, i8* %first2, i32 2 116 %last1 = getelementptr inbounds i8, i8* %first2, i32 48 133 %first2 = getelementptr inbounds i8, i8* %first1, i32 44 136 %first.int = ptrtoint i8* %first2 to i32
|
/external/llvm/include/llvm/ADT/ |
D | ilist.h | 714 iterator first2 = this->begin(), last2 = this->end(); 715 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2) 716 *first1 = *first2; 717 if (first2 == last2) 720 insert(last1, first2, last2);
|
/external/testng/src/test/java/test/classgroup/ |
D | First.java | 16 public void first2() { in first2() method in First
|
/external/libcxx/include/ |
D | numeric | 42 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 46 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, 53 InputIterator2 first2, T init); // C++17 58 InputIterator2 first2, T init,
|
D | algorithm | 57 ForwardIterator2 first2, ForwardIterator2 last2); 62 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred); 67 ForwardIterator2 first2, ForwardIterator2 last2); 72 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred); 92 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2); 97 InputIterator2 first2, InputIterator2 last2); // **C++14** 102 InputIterator2 first2, BinaryPredicate pred); 107 InputIterator2 first2, InputIterator2 last2, 112 equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2); 117 InputIterator2 first2, InputIterator2 last2); // **C++14** [all …]
|
/external/libmicrohttpd/src/spdy2http/ |
D | Makefile.in | 210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 211 if test "$$first2" = "$$first"; then \
|
/external/libnetfilter_conntrack/include/ |
D | Makefile.in | 162 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 163 if test "$$first2" = "$$first"; then \
|
/external/libnfnetlink/include/ |
D | Makefile.in | 110 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 111 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/bindings/ |
D | Makefile.in | 103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 104 if test "$$first2" = "$$first"; then \
|
/external/libexif/contrib/ |
D | Makefile.in | 97 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 98 if test "$$first2" = "$$first"; then \
|
/external/libmicrohttpd/src/ |
D | Makefile.in | 175 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 176 if test "$$first2" = "$$first"; then \
|
/external/libmicrohttpd/src/examples/ |
D | Makefile.in | 365 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 366 if test "$$first2" = "$$first"; then \
|
/external/libmicrohttpd/src/include/ |
D | Makefile.in | 204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 205 if test "$$first2" = "$$first"; then \
|
/external/stressapptest/ |
D | Makefile.in | 113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 114 if test "$$first2" = "$$first"; then \
|
/external/libnetfilter_conntrack/src/ |
D | Makefile.in | 230 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 231 if test "$$first2" = "$$first"; then \
|
/external/libnfnetlink/ |
D | Makefile.in | 152 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 153 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/ |
D | Makefile.in | 95 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 96 if test "$$first2" = "$$first"; then \
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | Makefile.in | 132 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 133 if test "$$first2" = "$$first"; then \
|