Searched refs:__x3 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsort.h129 unsigned __sort4(_ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, _ForwardIterator __x4, argument
133 unsigned __r = std::__sort3<_AlgPolicy, _Compare>(__x1, __x2, __x3, __c);
134 if (__c(*__x4, *__x3)) {
135 _Ops::iter_swap(__x3, __x4);
137 if (__c(*__x3, *__x2)) {
138 _Ops::iter_swap(__x2, __x3);
152 _LIBCPP_HIDDEN unsigned __sort5(_ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, argument
161 unsigned __r = std::__sort4<_AlgPolicy, _Compare>(__x1, __x2, __x3, __x4, __c);
165 if (__c(*__x4, *__x3)) {
166 _Ops::iter_swap(__x3, __x
182 __sort5_wrap_policy( _ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, _ForwardIterator __x4, _ForwardIterator __x5, _Compare __c) argument
240 __sort3_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _Compare __c) argument
248 __sort3_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _Compare __c) argument
255 __sort4_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _RandomAccessIterator __x4, _Compare __c) argument
266 __sort4_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _RandomAccessIterator __x4, _Compare __c) argument
273 __sort5_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _RandomAccessIterator __x4, _RandomAccessIterator __x5, _Compare __c) argument
285 __sort5_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _RandomAccessIterator __x4, _RandomAccessIterator __x5, _Compare __c) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dlonglong.h1267 UWtype __x0, __x1, __x2, __x3; \
1278 __x3 = (UWtype) __uh * __vh; \
1283 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1285 (w1) = __x3 + __ll_highpart (__x1); \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlonglong.h1204 UWtype __x0, __x1, __x2, __x3; \
1215 __x3 = (UWtype) __uh * __vh; \
1220 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1222 (w1) = __x3 + __ll_highpart (__x1); \

Completed in 212 milliseconds