Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmutex310 try_lock(_L0& __l0, _L1& __l1)
315 if (__l1.try_lock())
330 try_lock(_L0& __l0, _L1& __l1, _L2& __l2, _L3&... __l3)
336 __r = try_lock(__l1, __l2, __l3...);
349 lock(_L0& __l0, _L1& __l1)
355 if (__l1.try_lock())
363 unique_lock<_L1> __u1(__l1);
378 __lock_first(int __i, _L0& __l0, _L1& __l1, _L2& __l2, _L3& ...__l3)
387 __i = try_lock(__l1, __l2, __l3...);
399 unique_lock<_L1> __u1(__l1);
[all …]
Dalgorithm947 _BidirectionalIterator1 __l1 = __last1;
955 if (__first1 == __l1) // return __last1 if no element matches *__first2
957 if (__pred(*--__l1, *__l2))
960 // *__l1 matches *__l2, now match elements before here
961 _BidirectionalIterator1 __m1 = __l1;
969 if (!__pred(*--__m1, *--__m2)) // if there is a mismatch, restart with a new __l1
991 _RandomAccessIterator1 __l1 = __last1;
998 if (__s == __l1)
1000 if (__pred(*--__l1, *__l2))
1003 _RandomAccessIterator1 __m1 = __l1;
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, in _M_compare() argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); } in _M_compare()
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, in _M_compare() argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); } in _M_compare()
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, in _M_compare() argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); } in _M_compare()
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, 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.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, in _M_compare() argument
1073 const ptrdiff_t __n1 = __l1 - __f1; 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)