Home
last modified time | relevance | path

Searched refs:__l2 (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmutex330 try_lock(_L0& __l0, _L1& __l1, _L2& __l2, _L3&... __l3)
336 __r = try_lock(__l1, __l2, __l3...);
378 __lock_first(int __i, _L0& __l0, _L1& __l1, _L2& __l2, _L3& ...__l3)
387 __i = try_lock(__l1, __l2, __l3...);
400 __i = try_lock(__l2, __l3..., __l0);
414 __lock_first(__i - 2, __l2, __l3..., __l0, __l1);
423 lock(_L0& __l0, _L1& __l1, _L2& __l2, _L3& ...__l3)
425 __lock_first(0, __l0, __l1, __l2, __l3...);
Dalgorithm948 _BidirectionalIterator2 __l2 = __last2;
949 --__l2;
957 if (__pred(*--__l1, *__l2))
960 // *__l1 matches *__l2, now match elements before here
962 _BidirectionalIterator2 __m2 = __l2;
992 _RandomAccessIterator2 __l2 = __last2;
993 --__l2;
1000 if (__pred(*--__l1, *__l2))
1004 _RandomAccessIterator2 __m2 = __l2;
1328 _D2 __l2 = _VSTD::distance(__first2, __last2);
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string.h674 const _CharT* __f2, const _CharT* __l2) in _M_compare() argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); } in _M_compare()
677 const _CharT* __f2, const _CharT* __l2) in _M_compare() argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); } in _M_compare()
680 const_iterator __f2, const_iterator __l2) in _M_compare() argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); } in _M_compare()
683 const_iterator __f2, const_iterator __l2) in _M_compare() argument
684 …{ return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator)… in _M_compare()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string.h1072 const _CharT* __f2, const _CharT* __l2) { in _M_compare() argument
1074 const ptrdiff_t __n2 = __l2 - __f2; in _M_compare()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch215 @@ -425,6 +427,8 @@ lock(_L0& __l0, _L1& __l1, _L2& __l2, _L3& ...__l3)