Home
last modified time | relevance | path

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

12345678

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dfind_end.h71 _BidirectionalIterator1 __l1 = __last1; in __find_end() local
77 if (__first1 == __l1) // return __last1 if no element matches *__first2 in __find_end()
79 if (__pred(*--__l1, *__l2)) in __find_end()
83 _BidirectionalIterator1 __m1 = __l1; in __find_end()
110 _RandomAccessIterator1 __l1 = __last1; in __find_end() local
115 if (__s == __l1) in __find_end()
117 if (__pred(*--__l1, *__l2)) in __find_end()
120 _RandomAccessIterator1 __m1 = __l1; in __find_end()
H A Dis_permutation.h41 _D1 __l1 = _VSTD::distance(__first1, __last1); in is_permutation() local
42 if (__l1 == _D1(1)) in is_permutation()
44 _ForwardIterator2 __last2 = _VSTD::next(__first2, __l1); in is_permutation()
96 _D1 __l1 = _VSTD::distance(__first1, __last1); in __is_permutation() local
100 if (__l1 != __l2) in __is_permutation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__algorithm/
H A Dfind_end.h67 _BidirectionalIterator1 __l1 = __last1; in __find_end() local
73 if (__first1 == __l1) // return __last1 if no element matches *__first2 in __find_end()
75 if (__pred(*--__l1, *__l2)) in __find_end()
79 _BidirectionalIterator1 __m1 = __l1; in __find_end()
106 _RandomAccessIterator1 __l1 = __last1; in __find_end() local
111 if (__s == __l1) in __find_end()
113 if (__pred(*--__l1, *__l2)) in __find_end()
116 _RandomAccessIterator1 __m1 = __l1; in __find_end()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dfind_end.h71 _BidirectionalIterator1 __l1 = __last1; in __find_end() local
77 if (__first1 == __l1) // return __last1 if no element matches *__first2 in __find_end()
79 if (__pred(*--__l1, *__l2)) in __find_end()
83 _BidirectionalIterator1 __m1 = __l1; in __find_end()
110 _RandomAccessIterator1 __l1 = __last1; in __find_end() local
115 if (__s == __l1) in __find_end()
117 if (__pred(*--__l1, *__l2)) in __find_end()
120 _RandomAccessIterator1 __m1 = __l1; in __find_end()
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__algorithm/
H A Dfind_end.h71 _BidirectionalIterator1 __l1 = __last1; in __find_end() local
77 if (__first1 == __l1) // return __last1 if no element matches *__first2 in __find_end()
79 if (__pred(*--__l1, *__l2)) in __find_end()
83 _BidirectionalIterator1 __m1 = __l1; in __find_end()
110 _RandomAccessIterator1 __l1 = __last1; in __find_end() local
115 if (__s == __l1) in __find_end()
117 if (__pred(*--__l1, *__l2)) in __find_end()
120 _RandomAccessIterator1 __m1 = __l1; in __find_end()
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__algorithm/
H A Dfind_end.h71 _BidirectionalIterator1 __l1 = __last1; in __find_end() local
77 if (__first1 == __l1) // return __last1 if no element matches *__first2 in __find_end()
79 if (__pred(*--__l1, *__l2)) in __find_end()
83 _BidirectionalIterator1 __m1 = __l1; in __find_end()
110 _RandomAccessIterator1 __l1 = __last1; in __find_end() local
115 if (__s == __l1) in __find_end()
117 if (__pred(*--__l1, *__l2)) in __find_end()
120 _RandomAccessIterator1 __m1 = __l1; in __find_end()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dfind_end.h71 _BidirectionalIterator1 __l1 = __last1;
77 if (__first1 == __l1) // return __last1 if no element matches *__first2
79 if (__pred(*--__l1, *__l2))
83 _BidirectionalIterator1 __m1 = __l1;
110 _RandomAccessIterator1 __l1 = __last1;
115 if (__s == __l1)
117 if (__pred(*--__l1, *__l2))
120 _RandomAccessIterator1 __m1 = __l1;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/
H A Dglib-compat.h101 int __l1 = l1, __l2 = l2; \
102 if (__l1 != __l2) { \
105 #l1 " (len(" #m1 ")) == " #l2 " (len(" #m2 "))", __l1, "==", \
107 } else if (memcmp(__m1, __m2, __l1) != 0) { \
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/tests/network/nm-utils/
H A Dnm-glib.h47 int __l1 = l1, __l2 = l2; \
48 if (__l1 != __l2) \
50 … #l1 " (len(" #m1 ")) == " #l2 " (len(" #m2 "))", __l1, "==", __l2, 'i'); \
51 else if (memcmp (__m1, __m2, __l1) != 0) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/include/
H A Dmutex333 try_lock(_L0& __l0, _L1& __l1)
338 if (__l1.try_lock())
359 __r = try_lock(__l1, __l2, __l3...);
372 lock(_L0& __l0, _L1& __l1)
378 if (__l1.try_lock())
386 unique_lock<_L1> __u1(__l1);
422 unique_lock<_L1> __u1(__l1);
448 __lock_first(0, __l0, __l1, __l2, __l3...);
459 void __unlock(_L0& __l0, _L1& __l1) {
461 __l1.unlock();
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/
H A Dmutex333 try_lock(_L0& __l0, _L1& __l1)
338 if (__l1.try_lock())
359 __r = try_lock(__l1, __l2, __l3...);
372 lock(_L0& __l0, _L1& __l1)
378 if (__l1.try_lock())
386 unique_lock<_L1> __u1(__l1);
422 unique_lock<_L1> __u1(__l1);
448 __lock_first(0, __l0, __l1, __l2, __l3...);
459 void __unlock(_L0& __l0, _L1& __l1) {
461 __l1.unlock();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/include/
H A Dmutex333 try_lock(_L0& __l0, _L1& __l1)
338 if (__l1.try_lock())
359 __r = try_lock(__l1, __l2, __l3...);
372 lock(_L0& __l0, _L1& __l1)
378 if (__l1.try_lock())
386 unique_lock<_L1> __u1(__l1);
422 unique_lock<_L1> __u1(__l1);
448 __lock_first(0, __l0, __l1, __l2, __l3...);
459 void __unlock(_L0& __l0, _L1& __l1) {
461 __l1.unlock();
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/include/
H A Dmutex333 try_lock(_L0& __l0, _L1& __l1)
338 if (__l1.try_lock())
359 __r = try_lock(__l1, __l2, __l3...);
372 lock(_L0& __l0, _L1& __l1)
378 if (__l1.try_lock())
386 unique_lock<_L1> __u1(__l1);
422 unique_lock<_L1> __u1(__l1);
448 __lock_first(0, __l0, __l1, __l2, __l3...);
459 void __unlock(_L0& __l0, _L1& __l1) {
461 __l1.unlock();
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A Dmutex334 try_lock(_L0& __l0, _L1& __l1)
339 if (__l1.try_lock())
360 __r = try_lock(__l1, __l2, __l3...);
373 lock(_L0& __l0, _L1& __l1)
379 if (__l1.try_lock())
387 unique_lock<_L1> __u1(__l1);
423 unique_lock<_L1> __u1(__l1);
449 __lock_first(0, __l0, __l1, __l2, __l3...);
460 void __unlock(_L0& __l0, _L1& __l1) {
462 __l1.unlock();
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/include/
H A Dmutex333 try_lock(_L0& __l0, _L1& __l1)
338 if (__l1.try_lock())
359 __r = try_lock(__l1, __l2, __l3...);
372 lock(_L0& __l0, _L1& __l1)
378 if (__l1.try_lock())
386 unique_lock<_L1> __u1(__l1);
422 unique_lock<_L1> __u1(__l1);
448 __lock_first(0, __l0, __l1, __l2, __l3...);
459 void __unlock(_L0& __l0, _L1& __l1) {
461 __l1.unlock();
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/
H A Dmutex334 try_lock(_L0& __l0, _L1& __l1)
339 if (__l1.try_lock())
360 __r = try_lock(__l1, __l2, __l3...);
373 lock(_L0& __l0, _L1& __l1)
379 if (__l1.try_lock())
387 unique_lock<_L1> __u1(__l1);
423 unique_lock<_L1> __u1(__l1);
449 __lock_first(0, __l0, __l1, __l2, __l3...);
460 void __unlock(_L0& __l0, _L1& __l1) {
462 __l1.unlock();
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/include/
H A Dmutex333 try_lock(_L0& __l0, _L1& __l1)
338 if (__l1.try_lock())
359 __r = try_lock(__l1, __l2, __l3...);
372 lock(_L0& __l0, _L1& __l1)
378 if (__l1.try_lock())
386 unique_lock<_L1> __u1(__l1);
422 unique_lock<_L1> __u1(__l1);
448 __lock_first(0, __l0, __l1, __l2, __l3...);
459 void __unlock(_L0& __l0, _L1& __l1) {
461 __l1.unlock();
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A Dmutex334 try_lock(_L0& __l0, _L1& __l1)
339 if (__l1.try_lock())
360 __r = try_lock(__l1, __l2, __l3...);
373 lock(_L0& __l0, _L1& __l1)
379 if (__l1.try_lock())
387 unique_lock<_L1> __u1(__l1);
423 unique_lock<_L1> __u1(__l1);
449 __lock_first(0, __l0, __l1, __l2, __l3...);
460 void __unlock(_L0& __l0, _L1& __l1) {
462 __l1.unlock();
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A Dmutex334 try_lock(_L0& __l0, _L1& __l1)
339 if (__l1.try_lock())
360 __r = try_lock(__l1, __l2, __l3...);
373 lock(_L0& __l0, _L1& __l1)
379 if (__l1.try_lock())
387 unique_lock<_L1> __u1(__l1);
423 unique_lock<_L1> __u1(__l1);
449 __lock_first(0, __l0, __l1, __l2, __l3...);
460 void __unlock(_L0& __l0, _L1& __l1) {
462 __l1.unlock();
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A Dmutex334 try_lock(_L0& __l0, _L1& __l1)
339 if (__l1.try_lock())
360 __r = try_lock(__l1, __l2, __l3...);
373 lock(_L0& __l0, _L1& __l1)
379 if (__l1.try_lock())
387 unique_lock<_L1> __u1(__l1);
423 unique_lock<_L1> __u1(__l1);
449 __lock_first(0, __l0, __l1, __l2, __l3...);
460 void __unlock(_L0& __l0, _L1& __l1) {
462 __l1.unlock();
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/include/
H A Dmutex333 try_lock(_L0& __l0, _L1& __l1)
338 if (__l1.try_lock())
359 __r = try_lock(__l1, __l2, __l3...);
372 lock(_L0& __l0, _L1& __l1)
378 if (__l1.try_lock())
386 unique_lock<_L1> __u1(__l1);
422 unique_lock<_L1> __u1(__l1);
448 __lock_first(0, __l0, __l1, __l2, __l3...);
459 void __unlock(_L0& __l0, _L1& __l1) {
461 __l1.unlock();
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/include/libcxx/
H A Dmutex333 try_lock(_L0& __l0, _L1& __l1)
338 if (__l1.try_lock())
359 __r = try_lock(__l1, __l2, __l3...);
372 lock(_L0& __l0, _L1& __l1)
378 if (__l1.try_lock())
386 unique_lock<_L1> __u1(__l1);
422 unique_lock<_L1> __u1(__l1);
448 __lock_first(0, __l0, __l1, __l2, __l3...);
459 void __unlock(_L0& __l0, _L1& __l1) {
461 __l1.unlock();
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A Dmutex334 try_lock(_L0& __l0, _L1& __l1)
339 if (__l1.try_lock())
360 __r = try_lock(__l1, __l2, __l3...);
373 lock(_L0& __l0, _L1& __l1)
379 if (__l1.try_lock())
387 unique_lock<_L1> __u1(__l1);
423 unique_lock<_L1> __u1(__l1);
449 __lock_first(0, __l0, __l1, __l2, __l3...);
460 void __unlock(_L0& __l0, _L1& __l1) {
462 __l1.unlock();
[all …]
/dports/net-im/purple-facebook/purple-facebook-0.9.6/pidgin/libpurple/
H A Dglibcompat.h129 int __l1 = l1, __l2 = l2; \
130 if (__l1 != __l2) \
132 … #l1 " (len(" #m1 ")) == " #l2 " (len(" #m2 "))", __l1, "==", __l2, 'i'); \
133 else if (memcmp (__m1, __m2, __l1) != 0) \
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Dtest-utils.h131 int __l1 = l1, __l2 = l2; \
133 if (G_UNLIKELY ((__l1) != (__l2))) { \
135 "len(" #s1 ") == len(" #s2 ")", __l1, "==", __l2, \
137 } else if (G_UNLIKELY (memcmp (__s1, __s2, __l1) != 0)) { \

12345678