Home
last modified time | relevance | path

Searched refs:first2 (Results 1 – 25 of 31) sorted by relevance

12

/trueos/contrib/llvm/include/llvm/ADT/
HDilist.h621 iterator first2 = right.begin(), last2 = right.end();
622 while (first1 != last1 && first2 != last2)
623 if (pred(*first2, *first1)) {
624 iterator next = first2;
625 transfer(first1, right, first2, ++next);
626 first2 = next;
630 if (first2 != last2) transfer(last1, right, first2, last2);
688 iterator first2 = this->begin(), last2 = this->end();
689 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
690 *first1 = *first2;
[all …]
/trueos/contrib/libc++/include/
Dnumeric30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init);
34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
Dalgorithm53 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 …]
/trueos/contrib/openbsm/modules/
HDMakefile.in98 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99 if test "$$first2" = "$$first"; then \
/trueos/contrib/openbsm/sys/
HDMakefile.in98 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99 if test "$$first2" = "$$first"; then \
/trueos/contrib/openbsm/test/
HDMakefile.in98 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99 if test "$$first2" = "$$first"; then \
/trueos/contrib/openpam/doc/
HDMakefile.in161 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
162 if test "$$first2" = "$$first"; then \
/trueos/contrib/openpam/bin/
HDMakefile.in163 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
164 if test "$$first2" = "$$first"; then \
/trueos/contrib/openpam/lib/
HDMakefile.in161 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
162 if test "$$first2" = "$$first"; then \
/trueos/contrib/ntp/kernel/
HDMakefile.in81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
82 if test "$$first2" = "$$first"; then \
/trueos/contrib/openpam/include/
HDMakefile.in161 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
162 if test "$$first2" = "$$first"; then \
/trueos/contrib/openpam/modules/
HDMakefile.in162 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
163 if test "$$first2" = "$$first"; then \
/trueos/contrib/openbsm/bin/
HDMakefile.in103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
104 if test "$$first2" = "$$first"; then \
/trueos/contrib/ntp/include/
HDMakefile.in84 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
85 if test "$$first2" = "$$first"; then \
/trueos/crypto/heimdal/include/
HDMakefile.in171 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
172 if test "$$first2" = "$$first"; then \
/trueos/contrib/tnftp/
HDMakefile.in96 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
97 if test "$$first2" = "$$first"; then \
/trueos/contrib/openpam/
HDMakefile.in179 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
180 if test "$$first2" = "$$first"; then \
/trueos/contrib/file/
HDMakefile.in178 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
179 if test "$$first2" = "$$first"; then \
/trueos/contrib/openbsm/
HDMakefile.in121 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
122 if test "$$first2" = "$$first"; then \
/trueos/contrib/libyaml/
HDMakefile.in113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
114 if test "$$first2" = "$$first"; then \
/trueos/contrib/ntp/
HDMakefile.in92 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
93 if test "$$first2" = "$$first"; then \
/trueos/crypto/heimdal/appl/ftp/
HDMakefile.in128 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
129 if test "$$first2" = "$$first"; then \
/trueos/contrib/ntp/sntp/
HDMakefile.in148 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
149 if test "$$first2" = "$$first"; then \
/trueos/crypto/heimdal/appl/
HDMakefile.in129 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
130 if test "$$first2" = "$$first"; then \
/trueos/crypto/heimdal/appl/telnet/
HDMakefile.in128 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
129 if test "$$first2" = "$$first"; then \

12