Home
last modified time | relevance | path

Searched refs:__m (Results 1 – 25 of 187) sorted by relevance

12345678

/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 Datomic_base.h94 operator|(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY()
96 return memory_order(int(__m) | int(__mod)); in _GLIBCXX_VISIBILITY()
100 operator&(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY()
102 return memory_order(int(__m) & int(__mod)); in _GLIBCXX_VISIBILITY()
107 __cmpexch_failure_order2(memory_order __m) noexcept in _GLIBCXX_VISIBILITY()
109 return __m == memory_order_acq_rel ? memory_order_acquire in _GLIBCXX_VISIBILITY()
110 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
114 __cmpexch_failure_order(memory_order __m) noexcept in _GLIBCXX_VISIBILITY()
116 return memory_order(__cmpexch_failure_order2(__m & __memory_order_mask) in _GLIBCXX_VISIBILITY()
117 | __memory_order_modifier(__m & __memory_order_modifier_mask)); in _GLIBCXX_VISIBILITY()
[all …]
H A Dunique_lock.h65 explicit unique_lock(mutex_type& __m) in _GLIBCXX_VISIBILITY()
66 : _M_device(std::__addressof(__m)), _M_owns(false) in _GLIBCXX_VISIBILITY()
72 unique_lock(mutex_type& __m, defer_lock_t) noexcept in _GLIBCXX_VISIBILITY()
73 : _M_device(std::__addressof(__m)), _M_owns(false) in _GLIBCXX_VISIBILITY()
76 unique_lock(mutex_type& __m, try_to_lock_t) in _GLIBCXX_VISIBILITY()
77 : _M_device(std::__addressof(__m)), _M_owns(_M_device->try_lock()) in _GLIBCXX_VISIBILITY()
80 unique_lock(mutex_type& __m, adopt_lock_t) noexcept in _GLIBCXX_VISIBILITY()
81 : _M_device(std::__addressof(__m)), _M_owns(true) in _GLIBCXX_VISIBILITY()
87 unique_lock(mutex_type& __m, in _GLIBCXX_VISIBILITY()
89 : _M_device(std::__addressof(__m)), in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_array.tcc41 __valarray_fill(_Array<_Tp> __a, size_t __n, _Array<bool> __m, in __valarray_fill() argument
45 bool* __ok (__m._M_data); in __valarray_fill()
65 __valarray_copy(_Array<_Tp> __a, _Array<bool> __m, _Array<_Tp> __b, in __valarray_copy() argument
69 bool* __ok (__m._M_data); in __valarray_copy()
91 _Array<bool> __m) in __valarray_copy() argument
94 bool* __ok (__m._M_data); in __valarray_copy()
114 __valarray_copy(_Array<_Tp> __a, _Array<bool> __m, size_t __n, in __valarray_copy() argument
119 bool* __srcok (__m._M_data); in __valarray_copy()
196 _Array<_Tp> __a, _Array<bool> __m) in __valarray_copy() argument
198 bool* __ok (__m._M_data); in __valarray_copy()
[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/bits/
H A Datomic_base.h94 operator|(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY()
96 return memory_order(int(__m) | int(__mod)); in _GLIBCXX_VISIBILITY()
100 operator&(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY()
102 return memory_order(int(__m) & int(__mod)); in _GLIBCXX_VISIBILITY()
107 __cmpexch_failure_order2(memory_order __m) noexcept in _GLIBCXX_VISIBILITY()
109 return __m == memory_order_acq_rel ? memory_order_acquire in _GLIBCXX_VISIBILITY()
110 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
114 __cmpexch_failure_order(memory_order __m) noexcept in _GLIBCXX_VISIBILITY()
116 return memory_order(__cmpexch_failure_order2(__m & __memory_order_mask) in _GLIBCXX_VISIBILITY()
117 | __memory_order_modifier(__m & __memory_order_modifier_mask)); in _GLIBCXX_VISIBILITY()
[all …]
H A Dunique_lock.h65 explicit unique_lock(mutex_type& __m) in _GLIBCXX_VISIBILITY()
66 : _M_device(std::__addressof(__m)), _M_owns(false) in _GLIBCXX_VISIBILITY()
72 unique_lock(mutex_type& __m, defer_lock_t) noexcept in _GLIBCXX_VISIBILITY()
73 : _M_device(std::__addressof(__m)), _M_owns(false) in _GLIBCXX_VISIBILITY()
76 unique_lock(mutex_type& __m, try_to_lock_t) in _GLIBCXX_VISIBILITY()
77 : _M_device(std::__addressof(__m)), _M_owns(_M_device->try_lock()) in _GLIBCXX_VISIBILITY()
80 unique_lock(mutex_type& __m, adopt_lock_t) noexcept in _GLIBCXX_VISIBILITY()
81 : _M_device(std::__addressof(__m)), _M_owns(true) in _GLIBCXX_VISIBILITY()
87 unique_lock(mutex_type& __m, in _GLIBCXX_VISIBILITY()
89 : _M_device(std::__addressof(__m)), in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_array.tcc41 __valarray_fill(_Array<_Tp> __a, size_t __n, _Array<bool> __m, in __valarray_fill() argument
45 bool* __ok (__m._M_data); in __valarray_fill()
65 __valarray_copy(_Array<_Tp> __a, _Array<bool> __m, _Array<_Tp> __b, in __valarray_copy() argument
69 bool* __ok (__m._M_data); in __valarray_copy()
91 _Array<bool> __m) in __valarray_copy() argument
94 bool* __ok (__m._M_data); in __valarray_copy()
114 __valarray_copy(_Array<_Tp> __a, _Array<bool> __m, size_t __n, in __valarray_copy() argument
119 bool* __srcok (__m._M_data); in __valarray_copy()
196 _Array<_Tp> __a, _Array<bool> __m) in __valarray_copy() argument
198 bool* __ok (__m._M_data); in __valarray_copy()
[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/tr1/
H A Dlegendre_function.tcc138 __assoc_legendre_p(unsigned int __l, unsigned int __m, _Tp __x, in __assoc_legendre_p() argument
142 if (__m > __l) in __assoc_legendre_p()
146 else if (__m == 0) in __assoc_legendre_p()
151 if (__m > 0) in __assoc_legendre_p()
157 for (unsigned int __i = 1; __i <= __m; ++__i) in __assoc_legendre_p()
163 if (__l == __m) in __assoc_legendre_p()
166 _Tp __p_mp1m = _Tp(2 * __m + 1) * __x * __p_mm; in __assoc_legendre_p()
167 if (__l == __m + 1) in __assoc_legendre_p()
173 for (unsigned int __j = __m + 2; __j <= __l; ++__j) in __assoc_legendre_p()
176 - _Tp(__j + __m - 1) * __p_lm2m) / _Tp(__j - __m); in __assoc_legendre_p()
[all …]
H A Drandom.tcc53 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m, bool>
60 __x %= __m; in __calc()
63 static const _Tp __q = __m / __a; in __calc()
64 static const _Tp __r = __m % __a; in __calc()
71 __x = __m - __t2 + __t1; in __calc()
76 const _Tp __d = __m - __x; in __calc()
88 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m>
89 struct _Mod<_Tp, __a, __c, __m, true>
97 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m>
99 linear_congruential<_UIntType, __a, __c, __m>::multiplier;
[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/tr1/
H A Dlegendre_function.tcc138 __assoc_legendre_p(unsigned int __l, unsigned int __m, _Tp __x, in __assoc_legendre_p() argument
142 if (__m > __l) in __assoc_legendre_p()
146 else if (__m == 0) in __assoc_legendre_p()
151 if (__m > 0) in __assoc_legendre_p()
157 for (unsigned int __i = 1; __i <= __m; ++__i) in __assoc_legendre_p()
163 if (__l == __m) in __assoc_legendre_p()
166 _Tp __p_mp1m = _Tp(2 * __m + 1) * __x * __p_mm; in __assoc_legendre_p()
167 if (__l == __m + 1) in __assoc_legendre_p()
173 for (unsigned int __j = __m + 2; __j <= __l; ++__j) in __assoc_legendre_p()
176 - _Tp(__j + __m - 1) * __p_lm2m) / _Tp(__j - __m); in __assoc_legendre_p()
[all …]
H A Drandom.tcc53 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m, bool>
60 __x %= __m; in __calc()
63 static const _Tp __q = __m / __a; in __calc()
64 static const _Tp __r = __m % __a; in __calc()
71 __x = __m - __t2 + __t1; in __calc()
76 const _Tp __d = __m - __x; in __calc()
88 template<typename _Tp, _Tp __a, _Tp __c, _Tp __m>
89 struct _Mod<_Tp, __a, __c, __m, true>
97 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m>
99 linear_congruential<_UIntType, __a, __c, __m>::multiplier;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__threading_support114 int __libcpp_recursive_mutex_init(__libcpp_recursive_mutex_t *__m);
117 int __libcpp_recursive_mutex_lock(__libcpp_recursive_mutex_t *__m);
120 bool __libcpp_recursive_mutex_trylock(__libcpp_recursive_mutex_t *__m);
123 int __libcpp_recursive_mutex_unlock(__libcpp_recursive_mutex_t *__m);
126 int __libcpp_recursive_mutex_destroy(__libcpp_recursive_mutex_t *__m);
129 int __libcpp_mutex_lock(__libcpp_mutex_t *__m);
132 bool __libcpp_mutex_trylock(__libcpp_mutex_t *__m);
135 int __libcpp_mutex_unlock(__libcpp_mutex_t *__m);
138 int __libcpp_mutex_destroy(__libcpp_mutex_t *__m);
148 int __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m);
[all …]
H A D__bit_reference75 __bit_reference(__storage_pointer __s, __storage_type __m) _NOEXCEPT
76 : __seg_(__s), __mask_(__m) {}
148 __bit_const_reference(__storage_pointer __s, __storage_type __m) _NOEXCEPT
149 : __seg_(__s), __mask_(__m) {}
168 …__storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __…
169 __storage_type __b = *__first.__seg_ & __m;
184 __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
185 __storage_type __b = *__first.__seg_ & __m;
204 …__storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __…
205 __storage_type __b = ~*__first.__seg_ & __m;
[all …]
H A Datomic563 #define _LIBCPP_CHECK_STORE_MEMORY_ORDER(__m) \
564 _LIBCPP_DIAGNOSE_WARNING(__m == memory_order_consume || \
565 __m == memory_order_acquire || \
566 __m == memory_order_acq_rel, \
569 #define _LIBCPP_CHECK_LOAD_MEMORY_ORDER(__m) \
570 _LIBCPP_DIAGNOSE_WARNING(__m == memory_order_release || \
571 __m == memory_order_acq_rel, \
574 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) \
912 void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
913 _LIBCPP_CHECK_STORE_MEMORY_ORDER(__m)
[all …]
H A D__mutex_base103 explicit lock_guard(mutex_type& __m) _LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability(__m))
104 : __m_(__m) {__m_.lock();}
106 …lock_guard(mutex_type& __m, adopt_lock_t) _LIBCPP_THREAD_SAFETY_ANNOTATION(requires_capability(__m
107 : __m_(__m) {}
130 explicit unique_lock(mutex_type& __m)
131 : __m_(_VSTD::addressof(__m)), __owns_(true) {__m_->lock();}
133 unique_lock(mutex_type& __m, defer_lock_t) _NOEXCEPT
134 : __m_(_VSTD::addressof(__m)), __owns_(false) {}
136 unique_lock(mutex_type& __m, try_to_lock_t)
137 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock()) {}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__threading_support114 int __libcpp_recursive_mutex_init(__libcpp_recursive_mutex_t *__m);
117 int __libcpp_recursive_mutex_lock(__libcpp_recursive_mutex_t *__m);
120 bool __libcpp_recursive_mutex_trylock(__libcpp_recursive_mutex_t *__m);
123 int __libcpp_recursive_mutex_unlock(__libcpp_recursive_mutex_t *__m);
126 int __libcpp_recursive_mutex_destroy(__libcpp_recursive_mutex_t *__m);
129 int __libcpp_mutex_lock(__libcpp_mutex_t *__m);
132 bool __libcpp_mutex_trylock(__libcpp_mutex_t *__m);
135 int __libcpp_mutex_unlock(__libcpp_mutex_t *__m);
138 int __libcpp_mutex_destroy(__libcpp_mutex_t *__m);
148 int __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m);
[all …]
H A D__bit_reference75 __bit_reference(__storage_pointer __s, __storage_type __m) _NOEXCEPT
76 : __seg_(__s), __mask_(__m) {}
148 __bit_const_reference(__storage_pointer __s, __storage_type __m) _NOEXCEPT
149 : __seg_(__s), __mask_(__m) {}
168 …__storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __…
169 __storage_type __b = *__first.__seg_ & __m;
184 __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
185 __storage_type __b = *__first.__seg_ & __m;
204 …__storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __…
205 __storage_type __b = ~*__first.__seg_ & __m;
[all …]
H A Datomic563 #define _LIBCPP_CHECK_STORE_MEMORY_ORDER(__m) \
564 _LIBCPP_DIAGNOSE_WARNING(__m == memory_order_consume || \
565 __m == memory_order_acquire || \
566 __m == memory_order_acq_rel, \
569 #define _LIBCPP_CHECK_LOAD_MEMORY_ORDER(__m) \
570 _LIBCPP_DIAGNOSE_WARNING(__m == memory_order_release || \
571 __m == memory_order_acq_rel, \
574 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) \
912 void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
913 _LIBCPP_CHECK_STORE_MEMORY_ORDER(__m)
[all …]
H A D__mutex_base103 explicit lock_guard(mutex_type& __m) _LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability(__m))
104 : __m_(__m) {__m_.lock();}
106 …lock_guard(mutex_type& __m, adopt_lock_t) _LIBCPP_THREAD_SAFETY_ANNOTATION(requires_capability(__m
107 : __m_(__m) {}
130 explicit unique_lock(mutex_type& __m)
131 : __m_(_VSTD::addressof(__m)), __owns_(true) {__m_->lock();}
133 unique_lock(mutex_type& __m, defer_lock_t) _NOEXCEPT
134 : __m_(_VSTD::addressof(__m)), __owns_(false) {}
136 unique_lock(mutex_type& __m, try_to_lock_t)
137 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock()) {}
[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/
H A Datomic103 store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
104 { _M_base.store(__i, __m); }
107 store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
108 { _M_base.store(__i, __m); }
111 load(memory_order __m = memory_order_seq_cst) const noexcept
112 { return _M_base.load(__m); }
115 load(memory_order __m = memory_order_seq_cst) const volatile noexcept
116 { return _M_base.load(__m); }
119 exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
120 { return _M_base.exchange(__i, __m); }
[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 Datomic103 store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
104 { _M_base.store(__i, __m); }
107 store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
108 { _M_base.store(__i, __m); }
111 load(memory_order __m = memory_order_seq_cst) const noexcept
112 { return _M_base.load(__m); }
115 load(memory_order __m = memory_order_seq_cst) const volatile noexcept
116 { return _M_base.load(__m); }
119 exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
120 { return _M_base.exchange(__i, __m); }
[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/parallel/
H A Dmultiseq_selection.h145 _DifferenceType __m = std::distance(__begin_seqs, __end_seqs), __nn = 0,
148 for (_SeqNumber __i = 0; __i < __m; __i++)
159 for (_SeqNumber __i = 0; __i < __m; __i++)
165 _GLIBCXX_PARALLEL_ASSERT(__m != 0);
170 _DifferenceType* __ns = new _DifferenceType[__m];
171 _DifferenceType* __a = new _DifferenceType[__m];
172 _DifferenceType* __b = new _DifferenceType[__m];
177 for (_SeqNumber __i = 0; __i < __m; __i++)
190 for (_SeqNumber __i = 0; __i < __m; __i++)
205 for (_SeqNumber __i = 0; __i < __m; __i++)
[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/parallel/
H A Dmultiseq_selection.h145 _DifferenceType __m = std::distance(__begin_seqs, __end_seqs), __nn = 0,
148 for (_SeqNumber __i = 0; __i < __m; __i++)
159 for (_SeqNumber __i = 0; __i < __m; __i++)
165 _GLIBCXX_PARALLEL_ASSERT(__m != 0);
170 _DifferenceType* __ns = new _DifferenceType[__m];
171 _DifferenceType* __a = new _DifferenceType[__m];
172 _DifferenceType* __b = new _DifferenceType[__m];
177 for (_SeqNumber __i = 0; __i < __m; __i++)
190 for (_SeqNumber __i = 0; __i < __m; __i++)
205 for (_SeqNumber __i = 0; __i < __m; __i++)
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H A Dsfp-util_64.h78 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
84 __m = (UWtype) __q1 * __d0; \
86 if (__r1 < __m) \
90 if (__r1 < __m) \
93 __r1 -= __m; \
97 __m = (UWtype) __q0 * __d0; \
99 if (__r0 < __m) \
103 if (__r0 < __m) \
106 __r0 -= __m; \
/OK3568_Linux_fs/kernel/arch/sh/math-emu/
H A Dsfp-util.h35 UWtype __r1, __r0, __m; \
41 __m = (UWtype) __q1 * __d0; \
43 if (__r1 < __m) \
47 if (__r1 < __m) \
50 __r1 -= __m; \
54 __m = (UWtype) __q0 * __d0; \
56 if (__r0 < __m) \
60 if (__r0 < __m) \
63 __r0 -= __m; \
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Duaccess_32.h58 :"m" (__m(addr)), "i" (-EFAULT), "0" (err)); })
65 : "m" (__m(addr)) \
95 :"m" (__m(addr)), "i" (-EFAULT), "0" (err)); })
119 :"m" (__m(addr)), "i" (-EFAULT), "0" (err)); })
162 : "r" (x), "m" (__m(addr)), "i" (-EFAULT), \
173 : "r" (x), "m" (__m(addr)) \
199 : "r" (val), "m" (__m(addr)), "i" (-EFAULT), "0" (retval) \
221 : "r" (val), "m" (__m(addr)), "i" (-EFAULT), "0" (retval) \

12345678