Home
last modified time | relevance | path

Searched refs:__e (Results 1 – 25 of 148) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Duaccess.h160 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument
165 : "=&r" (__e), "=r" (__r2) \
171 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument
172 __get_user_x(__r2, __p, __e, __l, 32t_8)
182 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument
187 : "=&r" (__e), "=r" (__r2) \
201 register int __e asm("r0"); \
207 __get_user_x_64t(__r2, __p, __e, __l, 1); \
209 __get_user_x(__r2, __p, __e, __l, 1); \
213 __get_user_x_64t(__r2, __p, __e, __l, 2); \
[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 Dvalarray_array.tcc142 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy() argument
146 *__p = __e[__i]; in __valarray_copy()
153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
158 *__p = __e[__i]; in __valarray_copy()
165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
170 __a._M_data[*__j] = __e[__k]; in __valarray_copy()
177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument
184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy()
195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
207 *__p = __e[__i]; in __valarray_copy()
[all …]
H A Dvalarray_array.h73 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
75 while (__b != __e) in _GLIBCXX_VISIBILITY()
85 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
86 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); } in _GLIBCXX_VISIBILITY()
91 __valarray_default_construct(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
93 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e); in _GLIBCXX_VISIBILITY()
105 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY()
107 while (__b != __e) in _GLIBCXX_VISIBILITY()
116 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY()
118 while (__b != __e) in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h492 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY()
493 noexcept(noexcept(_Begin{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY()
494 requires requires { _Begin{}(__cust_access::__as_const((_Tp&&)__e)); } in _GLIBCXX_VISIBILITY()
496 return _Begin{}(__cust_access::__as_const(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY()
504 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY()
505 noexcept(noexcept(_End{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY()
506 requires requires { _End{}(__cust_access::__as_const((_Tp&&)__e)); } in _GLIBCXX_VISIBILITY()
508 return _End{}(__cust_access::__as_const(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY()
637 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY()
638 noexcept(noexcept(_RBegin{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_compiler.tcc66 _Compiler(_IterT __b, _IterT __e, in _Compiler() argument
77 _M_scanner(__b, __e, _M_flags, __loc), in _Compiler()
197 auto __e = _M_pop(); in _M_quantifier() local
200 __e._M_start, __neg)); in _M_quantifier()
201 __e._M_append(__r); in _M_quantifier()
207 auto __e = _M_pop(); in _M_quantifier() local
208 __e._M_append(_M_nfa->_M_insert_repeat(_S_invalid_state_id, in _M_quantifier()
209 __e._M_start, __neg)); in _M_quantifier()
210 _M_stack.push(__e); in _M_quantifier()
215 auto __e = _M_pop(); in _M_quantifier() local
[all …]
H A Dvalarray_after.h52 _GBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
53 : _M_expr (__e), _M_index(__i) {} in _GLIBCXX_VISIBILITY()
97 _GClos (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
98 : _Base (__e, __i) {} in _GLIBCXX_VISIBILITY()
121 _IBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
122 : _M_expr (__e), _M_index (__i) {} in _GLIBCXX_VISIBILITY()
144 _IClos (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
145 : _Base (__e, __i) {} in _GLIBCXX_VISIBILITY()
383 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \ in _GLIBCXX_VISIBILITY()
389 return _Expr<_Closure, _Value>(_Closure(__e(), __v)); \ in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_before.h433 _FunBase(const _Dom& __e, value_type __f(_Arg)) in _GLIBCXX_VISIBILITY()
434 : _M_expr(__e), _M_func(__f) {} in _GLIBCXX_VISIBILITY()
453 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} in _GLIBCXX_VISIBILITY()
473 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&)) in _GLIBCXX_VISIBILITY()
474 : _Base(__e, __f) {} in _GLIBCXX_VISIBILITY()
499 _UnBase(const _Arg& __e) : _M_expr(__e) {} in _GLIBCXX_VISIBILITY()
518 _UnClos(const _Arg& __e) : _Base(__e) {} in _GLIBCXX_VISIBILITY()
529 _UnClos(const _Arg& __e) : _Base(__e) {} in _GLIBCXX_VISIBILITY()
565 _BinBase2(const _Clos& __e, const _Vt& __t) in _GLIBCXX_VISIBILITY()
566 : _M_expr1(__e), _M_expr2(__t) {} in _GLIBCXX_VISIBILITY()
[all …]
H A Dexception_ptr.h84 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
189 void* __e = __cxxabiv1::__cxa_allocate_exception(sizeof(_Ex)); in make_exception_ptr() local
191 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
195 ::new (__e) _Ex(__ex); in make_exception_ptr()
196 return exception_ptr(__e); in make_exception_ptr()
200 __cxxabiv1::__cxa_free_exception(__e); in make_exception_ptr()
/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 Dvalarray_array.tcc142 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy() argument
146 *__p = __e[__i]; in __valarray_copy()
153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
158 *__p = __e[__i]; in __valarray_copy()
165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
170 __a._M_data[*__j] = __e[__k]; in __valarray_copy()
177 __valarray_copy(_Array<_Tp> __e, _Array<size_t> __f, in __valarray_copy() argument
184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy()
195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy() argument
207 *__p = __e[__i]; in __valarray_copy()
[all …]
H A Dvalarray_array.h73 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
75 while (__b != __e) in _GLIBCXX_VISIBILITY()
85 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
86 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); } in _GLIBCXX_VISIBILITY()
91 __valarray_default_construct(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY()
93 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e); in _GLIBCXX_VISIBILITY()
105 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY()
107 while (__b != __e) in _GLIBCXX_VISIBILITY()
116 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY()
118 while (__b != __e) in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h492 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY()
493 noexcept(noexcept(_Begin{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY()
494 requires requires { _Begin{}(__cust_access::__as_const((_Tp&&)__e)); } in _GLIBCXX_VISIBILITY()
496 return _Begin{}(__cust_access::__as_const(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY()
504 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY()
505 noexcept(noexcept(_End{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY()
506 requires requires { _End{}(__cust_access::__as_const((_Tp&&)__e)); } in _GLIBCXX_VISIBILITY()
508 return _End{}(__cust_access::__as_const(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY()
637 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY()
638 noexcept(noexcept(_RBegin{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_compiler.tcc66 _Compiler(_IterT __b, _IterT __e, in _Compiler() argument
77 _M_scanner(__b, __e, _M_flags, __loc), in _Compiler()
197 auto __e = _M_pop(); in _M_quantifier() local
200 __e._M_start, __neg)); in _M_quantifier()
201 __e._M_append(__r); in _M_quantifier()
207 auto __e = _M_pop(); in _M_quantifier() local
208 __e._M_append(_M_nfa->_M_insert_repeat(_S_invalid_state_id, in _M_quantifier()
209 __e._M_start, __neg)); in _M_quantifier()
210 _M_stack.push(__e); in _M_quantifier()
215 auto __e = _M_pop(); in _M_quantifier() local
[all …]
H A Dvalarray_after.h52 _GBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
53 : _M_expr (__e), _M_index(__i) {} in _GLIBCXX_VISIBILITY()
97 _GClos (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
98 : _Base (__e, __i) {} in _GLIBCXX_VISIBILITY()
121 _IBase (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
122 : _M_expr (__e), _M_index (__i) {} in _GLIBCXX_VISIBILITY()
144 _IClos (const _Dom& __e, const valarray<size_t>& __i) in _GLIBCXX_VISIBILITY()
145 : _Base (__e, __i) {} in _GLIBCXX_VISIBILITY()
383 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \ in _GLIBCXX_VISIBILITY()
389 return _Expr<_Closure, _Value>(_Closure(__e(), __v)); \ in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_before.h433 _FunBase(const _Dom& __e, value_type __f(_Arg)) in _GLIBCXX_VISIBILITY()
434 : _M_expr(__e), _M_func(__f) {} in _GLIBCXX_VISIBILITY()
453 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {} in _GLIBCXX_VISIBILITY()
473 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&)) in _GLIBCXX_VISIBILITY()
474 : _Base(__e, __f) {} in _GLIBCXX_VISIBILITY()
499 _UnBase(const _Arg& __e) : _M_expr(__e) {} in _GLIBCXX_VISIBILITY()
518 _UnClos(const _Arg& __e) : _Base(__e) {} in _GLIBCXX_VISIBILITY()
529 _UnClos(const _Arg& __e) : _Base(__e) {} in _GLIBCXX_VISIBILITY()
565 _BinBase2(const _Clos& __e, const _Vt& __t) in _GLIBCXX_VISIBILITY()
566 : _M_expr1(__e), _M_expr2(__t) {} in _GLIBCXX_VISIBILITY()
[all …]
H A Dexception_ptr.h84 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
189 void* __e = __cxxabiv1::__cxa_allocate_exception(sizeof(_Ex)); in make_exception_ptr() local
191 __e, const_cast<std::type_info*>(&typeid(__ex)), in make_exception_ptr()
195 ::new (__e) _Ex(__ex); in make_exception_ptr()
196 return exception_ptr(__e); in make_exception_ptr()
200 __cxxabiv1::__cxa_free_exception(__e); in make_exception_ptr()
H A Dmask_array.h174 mask_array<_Tp>::operator=(const _Expr<_Ex, _Tp>& __e) const in _GLIBCXX_VISIBILITY()
175 { std::__valarray_copy(__e, __e.size(), _M_array, _M_mask); } in _GLIBCXX_VISIBILITY()
190 mask_array<_Tp>::operator _Op##=(const _Expr<_Dom, _Tp>& __e) const\ in _GLIBCXX_VISIBILITY()
192 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \ in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlocale233 // Scans [__b, __e) until a match is found in the basic_strings range
244 // If on exit __b == __e, eofbit is set in __err. If __case_sensitive is false,
253 __scan_keyword(_InputIterator& __b, _InputIterator __e,
289 for (size_t __indx = 0; __b != __e && __n_might_match > 0; ++__indx)
349 if (__b == __e)
582 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
585 return do_get(__b, __e, __iob, __err, __v);
589 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
592 return do_get(__b, __e, __iob, __err, __v);
596 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
[all …]
H A Dlist1279 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i)
1290 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i)
1304 __e = __il.end(); __i != __e; ++__i)
1315 __e = __il.end(); __i != __e; ++__i)
1404 iterator __e = end();
1405 for (; __f != __l && __i != __e; ++__f, ++__i)
1407 if (__i == __e)
1408 insert(__e, __f, __l);
1410 erase(__i, __e);
1421 iterator __e = end();
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlocale233 // Scans [__b, __e) until a match is found in the basic_strings range
244 // If on exit __b == __e, eofbit is set in __err. If __case_sensitive is false,
253 __scan_keyword(_InputIterator& __b, _InputIterator __e,
289 for (size_t __indx = 0; __b != __e && __n_might_match > 0; ++__indx)
349 if (__b == __e)
582 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
585 return do_get(__b, __e, __iob, __err, __v);
589 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
592 return do_get(__b, __e, __iob, __err, __v);
596 iter_type get(iter_type __b, iter_type __e, ios_base& __iob,
[all …]
H A Dlist1279 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i)
1290 for (const_iterator __i = __c.begin(), __e = __c.end(); __i != __e; ++__i)
1304 __e = __il.end(); __i != __e; ++__i)
1315 __e = __il.end(); __i != __e; ++__i)
1404 iterator __e = end();
1405 for (; __f != __l && __i != __e; ++__f, ++__i)
1407 if (__i == __e)
1408 insert(__e, __f, __l);
1410 erase(__i, __e);
1421 iterator __e = end();
[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 Dsystem_error190 error_code(_ErrorCodeEnum __e) noexcept
191 { *this = make_error_code(__e); }
208 operator=(_ErrorCodeEnum __e) noexcept
209 { return *this = make_error_code(__e); }
239 make_error_code(errc __e) noexcept
240 { return error_code(static_cast<int>(__e), generic_category()); }
262 operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
263 { return (__os << __e.category().name() << ':' << __e.value()); }
288 error_condition(_ErrorConditionEnum __e) noexcept
289 { *this = make_error_condition(__e); }
[all …]
H A Dcompare530 __fp_weak_ordering(_Tp __e, _Tp __f)
545 auto __po = __e <=> __f;
560 auto __ord = __isnan_sign(__e) <=> __isnan_sign(__f);
626 operator()(_Tp&& __e, _Up&& __f) const
633 return __cmp_cust::__fp_strong_order(__e, __f);
635 return strong_ordering(strong_order(static_cast<_Tp&&>(__e),
638 return compare_three_way()(static_cast<_Tp&&>(__e),
675 operator()(_Tp&& __e, _Up&& __f) const
681 return __cmp_cust::__fp_weak_ordering(__e, __f);
683 return weak_ordering(weak_order(static_cast<_Tp&&>(__e),
[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 Dsystem_error190 error_code(_ErrorCodeEnum __e) noexcept
191 { *this = make_error_code(__e); }
208 operator=(_ErrorCodeEnum __e) noexcept
209 { return *this = make_error_code(__e); }
239 make_error_code(errc __e) noexcept
240 { return error_code(static_cast<int>(__e), generic_category()); }
262 operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
263 { return (__os << __e.category().name() << ':' << __e.value()); }
288 error_condition(_ErrorConditionEnum __e) noexcept
289 { *this = make_error_condition(__e); }
[all …]
H A Dcompare530 __fp_weak_ordering(_Tp __e, _Tp __f)
545 auto __po = __e <=> __f;
560 auto __ord = __isnan_sign(__e) <=> __isnan_sign(__f);
626 operator()(_Tp&& __e, _Up&& __f) const
633 return __cmp_cust::__fp_strong_order(__e, __f);
635 return strong_ordering(strong_order(static_cast<_Tp&&>(__e),
638 return compare_three_way()(static_cast<_Tp&&>(__e),
675 operator()(_Tp&& __e, _Up&& __f) const
681 return __cmp_cust::__fp_weak_ordering(__e, __f);
683 return weak_ordering(weak_order(static_cast<_Tp&&>(__e),
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h471 _type *__e = _entry; \
472 if (__e == NULL || _list == NULL) break; \
473 if ((_list) == __e) { \
474 _list = __e->_member; \
477 while (__prev->_member && __prev->_member != __e) \
480 __prev->_member = __e->_member; \
482 nt_list_init(__e, _member); \

123456