Home
last modified time | relevance | path

Searched refs:__p1 (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Darm_mve.h2982 #define sqrshr(__p0, __p1) __arm_sqrshr(__p0, __p1) argument
2983 #define sqrshrl(__p0, __p1) __arm_sqrshrl(__p0, __p1) argument
2984 #define sqrshrl_sat48(__p0, __p1) __arm_sqrshrl_sat48(__p0, __p1) argument
2985 #define sqshl(__p0, __p1) __arm_sqshl(__p0, __p1) argument
2986 #define sqshll(__p0, __p1) __arm_sqshll(__p0, __p1) argument
2987 #define srshr(__p0, __p1) __arm_srshr(__p0, __p1) argument
2988 #define srshrl(__p0, __p1) __arm_srshrl(__p0, __p1) argument
2989 #define uqrshl(__p0, __p1) __arm_uqrshl(__p0, __p1) argument
2990 #define uqrshll(__p0, __p1) __arm_uqrshll(__p0, __p1) argument
2991 #define uqrshll_sat48(__p0, __p1) __arm_uqrshll_sat48(__p0, __p1) argument
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dkvm_para.h46 register unsigned long __p1 asm("2") = p1; in __kvm_hypercall1()
50 : "=d" (__rc) : "d" (__nr), "0" (__p1) : "memory", "cc"); in __kvm_hypercall1()
64 register unsigned long __p1 asm("2") = p1; in __kvm_hypercall2()
69 : "=d" (__rc) : "d" (__nr), "0" (__p1), "d" (__p2) in __kvm_hypercall2()
85 register unsigned long __p1 asm("2") = p1; in __kvm_hypercall3()
91 : "=d" (__rc) : "d" (__nr), "0" (__p1), "d" (__p2), in __kvm_hypercall3()
108 register unsigned long __p1 asm("2") = p1; in __kvm_hypercall4()
115 : "=d" (__rc) : "d" (__nr), "0" (__p1), "d" (__p2), in __kvm_hypercall4()
133 register unsigned long __p1 asm("2") = p1; in __kvm_hypercall5()
141 : "=d" (__rc) : "d" (__nr), "0" (__p1), "d" (__p2), in __kvm_hypercall5()
[all …]
H A Dcmpxchg.h56 __typeof__(p1) __p1 = (p1); \
60 VM_BUG_ON((unsigned long)((__p1) + 1) != (unsigned long)(__p2));\
61 __cmpxchg_double(__p1, __p2, o1, o2, n1, n2); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dmemory149 swap(observer_ptr<_Tp>& __p1, observer_ptr<_Tp>& __p2) noexcept
151 __p1.swap(__p2);
163 operator==(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
165 return __p1.get() == __p2.get();
170 operator!=(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
172 return !(__p1 == __p2);
205 operator<(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
210 >{}(__p1.get(), __p2.get());
215 operator>(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
217 return __p2 < __p1;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dmemory149 swap(observer_ptr<_Tp>& __p1, observer_ptr<_Tp>& __p2) noexcept
151 __p1.swap(__p2);
163 operator==(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
165 return __p1.get() == __p2.get();
170 operator!=(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
172 return !(__p1 == __p2);
205 operator<(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
210 >{}(__p1.get(), __p2.get());
215 operator>(observer_ptr<_Tp> __p1, observer_ptr<_Up> __p2)
217 return __p2 < __p1;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Drandom.h1050 template<typename _RandomNumberEngine1, size_t __p1, size_t __r1, in _GLIBCXX_VISIBILITY()
1055 __p1, __r1>& __x); in _GLIBCXX_VISIBILITY()
1068 template<typename _RandomNumberEngine1, size_t __p1, size_t __r1, in _GLIBCXX_VISIBILITY()
1073 __p1, __r1>& __x); in _GLIBCXX_VISIBILITY()
1772 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
1773 { return __p1._M_a == __p2._M_a && __p1._M_b == __p2._M_b; } in _GLIBCXX_VISIBILITY()
1776 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
1777 { return !(__p1 == __p2); } in _GLIBCXX_VISIBILITY()
2002 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
2003 { return (__p1._M_mean == __p2._M_mean in _GLIBCXX_VISIBILITY()
[all …]
H A Duniform_int_dist.h106 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
107 { return __p1._M_a == __p2._M_a && __p1._M_b == __p2._M_b; } in _GLIBCXX_VISIBILITY()
110 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
111 { return !(__p1 == __p2); } in _GLIBCXX_VISIBILITY()
H A Dhashtable.h1557 __node_type* __p1 = __p->_M_next(); in _GLIBCXX_VISIBILITY() local
1558 while (__p1 && _M_bucket_index(__p1) == __bkt in _GLIBCXX_VISIBILITY()
1559 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1560 __p1 = __p1->_M_next(); in _GLIBCXX_VISIBILITY()
1562 return std::make_pair(iterator(__p), iterator(__p1)); in _GLIBCXX_VISIBILITY()
1584 __node_type* __p1 = __p->_M_next(); in _GLIBCXX_VISIBILITY() local
1585 while (__p1 && _M_bucket_index(__p1) == __bkt in _GLIBCXX_VISIBILITY()
1586 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1587 __p1 = __p1->_M_next(); in _GLIBCXX_VISIBILITY()
1589 return std::make_pair(const_iterator(__p), const_iterator(__p1)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Drandom.h1050 template<typename _RandomNumberEngine1, size_t __p1, size_t __r1, in _GLIBCXX_VISIBILITY()
1055 __p1, __r1>& __x); in _GLIBCXX_VISIBILITY()
1068 template<typename _RandomNumberEngine1, size_t __p1, size_t __r1, in _GLIBCXX_VISIBILITY()
1073 __p1, __r1>& __x); in _GLIBCXX_VISIBILITY()
1772 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
1773 { return __p1._M_a == __p2._M_a && __p1._M_b == __p2._M_b; } in _GLIBCXX_VISIBILITY()
1776 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
1777 { return !(__p1 == __p2); } in _GLIBCXX_VISIBILITY()
2002 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
2003 { return (__p1._M_mean == __p2._M_mean in _GLIBCXX_VISIBILITY()
[all …]
H A Duniform_int_dist.h106 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
107 { return __p1._M_a == __p2._M_a && __p1._M_b == __p2._M_b; } in _GLIBCXX_VISIBILITY()
110 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
111 { return !(__p1 == __p2); } in _GLIBCXX_VISIBILITY()
H A Dhashtable.h1557 __node_type* __p1 = __p->_M_next(); in _GLIBCXX_VISIBILITY() local
1558 while (__p1 && _M_bucket_index(__p1) == __bkt in _GLIBCXX_VISIBILITY()
1559 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1560 __p1 = __p1->_M_next(); in _GLIBCXX_VISIBILITY()
1562 return std::make_pair(iterator(__p), iterator(__p1)); in _GLIBCXX_VISIBILITY()
1584 __node_type* __p1 = __p->_M_next(); in _GLIBCXX_VISIBILITY() local
1585 while (__p1 && _M_bucket_index(__p1) == __bkt in _GLIBCXX_VISIBILITY()
1586 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1587 __p1 = __p1->_M_next(); in _GLIBCXX_VISIBILITY()
1589 return std::make_pair(const_iterator(__p), const_iterator(__p1)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Drandom446 operator==(const param_type& __p1, const param_type& __p2)
447 { return (__p1._M_alpha == __p2._M_alpha
448 && __p1._M_beta == __p2._M_beta); }
451 operator!=(const param_type& __p1, const param_type& __p2)
452 { return !(__p1 == __p2); }
731 operator==(const param_type& __p1, const param_type& __p2)
732 { return __p1._M_mean == __p2._M_mean && __p1._M_t == __p2._M_t; }
735 operator!=(const param_type& __p1, const param_type& __p2)
736 { return !(__p1 == __p2); }
1010 operator==(const param_type& __p1, const param_type& __p2)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Drandom446 operator==(const param_type& __p1, const param_type& __p2)
447 { return (__p1._M_alpha == __p2._M_alpha
448 && __p1._M_beta == __p2._M_beta); }
451 operator!=(const param_type& __p1, const param_type& __p2)
452 { return !(__p1 == __p2); }
731 operator==(const param_type& __p1, const param_type& __p2)
732 { return __p1._M_mean == __p2._M_mean && __p1._M_t == __p2._M_t; }
735 operator!=(const param_type& __p1, const param_type& __p2)
736 { return !(__p1 == __p2); }
1010 operator==(const param_type& __p1, const param_type& __p2)
[all …]
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dperms.h124 struct aa_profile *__p1; \
125 fn_for_each((L1), __p1, FN(__p1, (L2), args)); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dmultiseq_selection.h64 operator()(const std::pair<_T1, _T2>& __p1, in operator()
67 if (_M_comp(__p1.first, __p2.first)) in operator()
70 if (_M_comp(__p2.first, __p1.first)) in operator()
74 return __p1.second < __p2.second; in operator()
89 operator()(const std::pair<_T1, _T2>& __p1, in operator()
92 if (_M_comp(__p2.first, __p1.first)) in operator()
95 if (_M_comp(__p1.first, __p2.first)) in operator()
99 return __p2.second < __p1.second; in operator()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dmultiseq_selection.h64 operator()(const std::pair<_T1, _T2>& __p1, in operator()
67 if (_M_comp(__p1.first, __p2.first)) in operator()
70 if (_M_comp(__p2.first, __p1.first)) in operator()
74 return __p1.second < __p2.second; in operator()
89 operator()(const std::pair<_T1, _T2>& __p1, in operator()
92 if (_M_comp(__p2.first, __p1.first)) in operator()
95 if (_M_comp(__p1.first, __p2.first)) in operator()
99 return __p2.second < __p1.second; in operator()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dhashtable.h772 _Node* __p1 = __p->_M_next; in _GLIBCXX_VISIBILITY() local
773 for (; __p1; __p1 = __p1->_M_next) in _GLIBCXX_VISIBILITY()
774 if (!this->_M_compare(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
778 iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY()
779 if (!__p1) in _GLIBCXX_VISIBILITY()
810 _Node* __p1 = __p->_M_next; in _GLIBCXX_VISIBILITY() local
811 for (; __p1; __p1 = __p1->_M_next) in _GLIBCXX_VISIBILITY()
812 if (!this->_M_compare(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
816 const_iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY()
817 if (!__p1) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dhashtable.h772 _Node* __p1 = __p->_M_next; in _GLIBCXX_VISIBILITY() local
773 for (; __p1; __p1 = __p1->_M_next) in _GLIBCXX_VISIBILITY()
774 if (!this->_M_compare(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
778 iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY()
779 if (!__p1) in _GLIBCXX_VISIBILITY()
810 _Node* __p1 = __p->_M_next; in _GLIBCXX_VISIBILITY() local
811 for (; __p1; __p1 = __p1->_M_next) in _GLIBCXX_VISIBILITY()
812 if (!this->_M_compare(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
816 const_iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY()
817 if (!__p1) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dobstack.h346 void *__p1 = __o1->next_free; \
347 *(const void **) __p1 = (aptr); \
354 void *__p1 = __o1->next_free; \
355 *(int *) __p1 = (aint); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dobstack.h362 void *__p1 = __o1->next_free; \
363 *(const void **) __p1 = (aptr); \
370 void *__p1 = __o1->next_free; \
371 *(int *) __p1 = (aint); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dobstack.h362 void *__p1 = __o1->next_free; \
363 *(const void **) __p1 = (aptr); \
370 void *__p1 = __o1->next_free; \
371 *(int *) __p1 = (aint); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dobstack.h346 void *__p1 = __o1->next_free; \
347 *(const void **) __p1 = (aptr); \
354 void *__p1 = __o1->next_free; \
355 *(int *) __p1 = (aint); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Datomic547 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2,
549 { return _M_b.compare_exchange_strong(__p1, __p2, __m1, __m2); }
552 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2,
555 { return _M_b.compare_exchange_strong(__p1, __p2, __m1, __m2); }
558 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2,
561 return compare_exchange_weak(__p1, __p2, __m,
566 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2,
569 return compare_exchange_weak(__p1, __p2, __m,
574 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2,
576 { return _M_b.compare_exchange_strong(__p1, __p2, __m1, __m2); }
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Datomic547 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2,
549 { return _M_b.compare_exchange_strong(__p1, __p2, __m1, __m2); }
552 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2,
555 { return _M_b.compare_exchange_strong(__p1, __p2, __m1, __m2); }
558 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2,
561 return compare_exchange_weak(__p1, __p2, __m,
566 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2,
569 return compare_exchange_weak(__p1, __p2, __m,
574 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2,
576 { return _M_b.compare_exchange_strong(__p1, __p2, __m1, __m2); }
[all …]
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpercpu.h104 typeof(pcp1) *__p1 = raw_cpu_ptr(&(pcp1)); \
107 if (*__p1 == (oval1) && *__p2 == (oval2)) { \
108 *__p1 = nval1; \

123