Searched refs:first2 (Results 1 – 25 of 31) sorted by relevance
12
| /trueos/contrib/llvm/include/llvm/ADT/ |
| HD | ilist.h | 621 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/ |
| D | numeric | 30 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init); 34 inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
|
| D | 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 …]
|
| /trueos/contrib/openbsm/modules/ |
| HD | Makefile.in | 98 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 99 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openbsm/sys/ |
| HD | Makefile.in | 98 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 99 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openbsm/test/ |
| HD | Makefile.in | 98 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 99 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openpam/doc/ |
| HD | Makefile.in | 161 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 162 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openpam/bin/ |
| HD | Makefile.in | 163 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 164 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openpam/lib/ |
| HD | Makefile.in | 161 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 162 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/ntp/kernel/ |
| HD | Makefile.in | 81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 82 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openpam/include/ |
| HD | Makefile.in | 161 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 162 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openpam/modules/ |
| HD | Makefile.in | 162 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 163 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openbsm/bin/ |
| HD | Makefile.in | 103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 104 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/ntp/include/ |
| HD | Makefile.in | 84 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 85 if test "$$first2" = "$$first"; then \
|
| /trueos/crypto/heimdal/include/ |
| HD | Makefile.in | 171 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 172 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/tnftp/ |
| HD | Makefile.in | 96 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 97 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openpam/ |
| HD | Makefile.in | 179 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 180 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/file/ |
| HD | Makefile.in | 178 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 179 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/openbsm/ |
| HD | Makefile.in | 121 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 122 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/libyaml/ |
| HD | Makefile.in | 113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 114 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/ntp/ |
| HD | Makefile.in | 92 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 93 if test "$$first2" = "$$first"; then \
|
| /trueos/crypto/heimdal/appl/ftp/ |
| HD | Makefile.in | 128 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 129 if test "$$first2" = "$$first"; then \
|
| /trueos/contrib/ntp/sntp/ |
| HD | Makefile.in | 148 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 149 if test "$$first2" = "$$first"; then \
|
| /trueos/crypto/heimdal/appl/ |
| HD | Makefile.in | 129 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 130 if test "$$first2" = "$$first"; then \
|
| /trueos/crypto/heimdal/appl/telnet/ |
| HD | Makefile.in | 128 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 129 if test "$$first2" = "$$first"; then \
|
12