| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | atomic | 1013 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1014 {return __c11_atomic_fetch_add(&this->__a_, __op, __m);} 1016 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT 1017 {return __c11_atomic_fetch_add(&this->__a_, __op, __m);} 1019 _Tp fetch_sub(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1020 {return __c11_atomic_fetch_sub(&this->__a_, __op, __m);} 1022 _Tp fetch_sub(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT 1023 {return __c11_atomic_fetch_sub(&this->__a_, __op, __m);} 1025 _Tp fetch_and(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1026 {return __c11_atomic_fetch_and(&this->__a_, __op, __m);} [all …]
|
| H A D | locale | 1122 _CharT* __ob, _CharT*& __op, _CharT*& __oe, 1125 _CharT* __ob, _CharT*& __op, _CharT*& __oe, 1132 _CharT* __ob, _CharT*& __op, _CharT*& __oe, 1175 __op = __oe; 1177 __op = __ob + (__np - __nb); 1183 _CharT* __ob, _CharT*& __op, _CharT*& __oe, 1248 __op = __oe; 1250 __op = __ob + (__np - __nb); 1357 const _CharT* __ob, const _CharT* __op, const _CharT* __oe, 1366 for (;__ob < __op; ++__ob, ++__s) [all …]
|
| H A D | valarray | 423 _UnaryOp(const _Op& __op, const _A0& __a0) : __op_(__op), __a0_(__a0) {} 443 _BinaryOp(const _Op& __op, const _A0& __a0, const _A1& __a1) 444 : __op_(__op), __a0_(__a0), __a1_(__a1) {} 1076 _UnaryOp(const _Op& __op, const valarray<_Tp>& __a0) : __op_(__op), __a0_(__a0) {} 1096 _BinaryOp(const _Op& __op, const valarray<_Tp>& __a0, const _A1& __a1) 1097 : __op_(__op), __a0_(__a0), __a1_(__a1) {} 1117 _BinaryOp(const _Op& __op, const _A0& __a0, const valarray<_Tp>& __a1) 1118 : __op_(__op), __a0_(__a0), __a1_(__a1) {} 1138 _BinaryOp(const _Op& __op, const valarray<_Tp>& __a0, const valarray<_Tp>& __a1) 1139 : __op_(__op), __a0_(__a0), __a1_(__a1) {}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | atomic | 1013 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1014 {return __c11_atomic_fetch_add(&this->__a_, __op, __m);} 1016 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT 1017 {return __c11_atomic_fetch_add(&this->__a_, __op, __m);} 1019 _Tp fetch_sub(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1020 {return __c11_atomic_fetch_sub(&this->__a_, __op, __m);} 1022 _Tp fetch_sub(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT 1023 {return __c11_atomic_fetch_sub(&this->__a_, __op, __m);} 1025 _Tp fetch_and(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT 1026 {return __c11_atomic_fetch_and(&this->__a_, __op, __m);} [all …]
|
| H A D | locale | 1122 _CharT* __ob, _CharT*& __op, _CharT*& __oe, 1125 _CharT* __ob, _CharT*& __op, _CharT*& __oe, 1132 _CharT* __ob, _CharT*& __op, _CharT*& __oe, 1175 __op = __oe; 1177 __op = __ob + (__np - __nb); 1183 _CharT* __ob, _CharT*& __op, _CharT*& __oe, 1248 __op = __oe; 1250 __op = __ob + (__np - __nb); 1357 const _CharT* __ob, const _CharT* __op, const _CharT* __oe, 1366 for (;__ob < __op; ++__ob, ++__s) [all …]
|
| H A D | valarray | 423 _UnaryOp(const _Op& __op, const _A0& __a0) : __op_(__op), __a0_(__a0) {} 443 _BinaryOp(const _Op& __op, const _A0& __a0, const _A1& __a1) 444 : __op_(__op), __a0_(__a0), __a1_(__a1) {} 1076 _UnaryOp(const _Op& __op, const valarray<_Tp>& __a0) : __op_(__op), __a0_(__a0) {} 1096 _BinaryOp(const _Op& __op, const valarray<_Tp>& __a0, const _A1& __a1) 1097 : __op_(__op), __a0_(__a0), __a1_(__a1) {} 1117 _BinaryOp(const _Op& __op, const _A0& __a0, const valarray<_Tp>& __a1) 1118 : __op_(__op), __a0_(__a0), __a1_(__a1) {} 1138 _BinaryOp(const _Op& __op, const valarray<_Tp>& __a0, const valarray<_Tp>& __a1) 1139 : __op_(__op), __a0_(__a0), __a1_(__a1) {}
|
| /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 D | set_operations.h | 352 _OutputIterator __result, _Operation __op) in __parallel_set_operation() argument 361 return __op.__first_empty(__begin2, __end2, __result); in __parallel_set_operation() 364 return __op.__second_empty(__begin1, __end1, __result); in __parallel_set_operation() 400 __rank, __offset, __op._M_comp); in __parallel_set_operation() 406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1]) in __parallel_set_operation() 407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))) in __parallel_set_operation() 428 __op._M_invoke(__block_begin.first, __block_end.first, in __parallel_set_operation() 435 __op.__count(__block_begin.first, __block_end.first, in __parallel_set_operation() 454 __op._M_invoke(__block_begin.first, __end1, in __parallel_set_operation() 464 __op._M_invoke(__block_begin.first, __block_end.first, in __parallel_set_operation()
|
| H A D | workstealing.h | 100 _RAIter __end, _Op __op, in __for_each_template_random_access_workstealing() argument 193 __result = __f(__op, __begin + __my_first); in __for_each_template_random_access_workstealing() 231 __result = __r(__result, __f(__op, __current)); in __for_each_template_random_access_workstealing() 308 return __op; in __for_each_template_random_access_workstealing()
|
| /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 D | set_operations.h | 352 _OutputIterator __result, _Operation __op) in __parallel_set_operation() argument 361 return __op.__first_empty(__begin2, __end2, __result); in __parallel_set_operation() 364 return __op.__second_empty(__begin1, __end1, __result); in __parallel_set_operation() 400 __rank, __offset, __op._M_comp); in __parallel_set_operation() 406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1]) in __parallel_set_operation() 407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))) in __parallel_set_operation() 428 __op._M_invoke(__block_begin.first, __block_end.first, in __parallel_set_operation() 435 __op.__count(__block_begin.first, __block_end.first, in __parallel_set_operation() 454 __op._M_invoke(__block_begin.first, __end1, in __parallel_set_operation() 464 __op._M_invoke(__block_begin.first, __block_end.first, in __parallel_set_operation()
|
| H A D | workstealing.h | 100 _RAIter __end, _Op __op, in __for_each_template_random_access_workstealing() argument 193 __result = __f(__op, __begin + __my_first); in __for_each_template_random_access_workstealing() 231 __result = __r(__result, __f(__op, __current)); in __for_each_template_random_access_workstealing() 308 return __op; in __for_each_template_random_access_workstealing()
|
| /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/pstl/ |
| H A D | numeric_impl.h | 299 _BinaryOperation __op, /*is_vector*/ std::false_type) noexcept in __brick_adjacent_difference() argument 301 return std::adjacent_difference(__first, __last, __d_first, __op); in __brick_adjacent_difference() 307 BinaryOperation __op, /*is_vector=*/std::true_type) noexcept in __brick_adjacent_difference() argument 318 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) { __z = __op(__x, __y); }); in __brick_adjacent_difference() 325 … _OutputIterator __d_first, _BinaryOperation __op, _IsVector __is_vector, in __pattern_adjacent_difference() argument 328 return __internal::__brick_adjacent_difference(__first, __last, __d_first, __op, __is_vector); in __pattern_adjacent_difference() 335 … _ForwardIterator2 __d_first, _BinaryOperation __op, _IsVector __is_vector, in __pattern_adjacent_difference() argument 345 [&__op, __is_vector, __d_first, __first](_ForwardIterator1 __b, _ForwardIterator1 __e) { in __pattern_adjacent_difference() 349 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) { __z = __op(__y, __x); }, in __pattern_adjacent_difference()
|
| H A D | glue_numeric_impl.h | 199 _ForwardIterator2 __d_first, _BinaryOperation __op) in adjacent_difference() argument 207 std::forward<_ExecutionPolicy>(__exec), __first, __last, __d_first, __op, in adjacent_difference()
|
| H A D | glue_algorithm_impl.h | 321 _UnaryOperation __op) in transform() argument 328 [__op](_InputType __x, _OutputType __y) mutable { __y = __op(__x); }, in transform() 337 _ForwardIterator __result, _BinaryOperation __op) in transform() argument 345 [__op](_Input1Type x, _Input2Type y, _OutputType z) mutable { z = __op(x, y); }, in transform()
|
| /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/pstl/ |
| H A D | numeric_impl.h | 299 _BinaryOperation __op, /*is_vector*/ std::false_type) noexcept in __brick_adjacent_difference() argument 301 return std::adjacent_difference(__first, __last, __d_first, __op); in __brick_adjacent_difference() 307 BinaryOperation __op, /*is_vector=*/std::true_type) noexcept in __brick_adjacent_difference() argument 318 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) { __z = __op(__x, __y); }); in __brick_adjacent_difference() 325 … _OutputIterator __d_first, _BinaryOperation __op, _IsVector __is_vector, in __pattern_adjacent_difference() argument 328 return __internal::__brick_adjacent_difference(__first, __last, __d_first, __op, __is_vector); in __pattern_adjacent_difference() 335 … _ForwardIterator2 __d_first, _BinaryOperation __op, _IsVector __is_vector, in __pattern_adjacent_difference() argument 345 [&__op, __is_vector, __d_first, __first](_ForwardIterator1 __b, _ForwardIterator1 __e) { in __pattern_adjacent_difference() 349 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) { __z = __op(__y, __x); }, in __pattern_adjacent_difference()
|
| H A D | glue_numeric_impl.h | 199 _ForwardIterator2 __d_first, _BinaryOperation __op) in adjacent_difference() argument 207 std::forward<_ExecutionPolicy>(__exec), __first, __last, __d_first, __op, in adjacent_difference()
|
| H A D | glue_algorithm_impl.h | 321 _UnaryOperation __op) in transform() argument 328 [__op](_InputType __x, _OutputType __y) mutable { __y = __op(__x); }, in transform() 337 _ForwardIterator __result, _BinaryOperation __op) in transform() argument 345 [__op](_Input1Type x, _Input2Type y, _OutputType z) mutable { z = __op(x, y); }, in transform()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_dcb.h | 29 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument 35 FW_CMD_##__op##_F | \
|
| /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 D | std_function.h | 182 _Manager_operation __op) in _GLIBCXX_VISIBILITY() 184 switch (__op) in _GLIBCXX_VISIBILITY() 269 _Manager_operation __op) in _GLIBCXX_VISIBILITY() 271 switch (__op) in _GLIBCXX_VISIBILITY() 283 _Base::_M_manager(__dest, __source, __op); 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/bits/ |
| H A D | std_function.h | 182 _Manager_operation __op) in _GLIBCXX_VISIBILITY() 184 switch (__op) in _GLIBCXX_VISIBILITY() 269 _Manager_operation __op) in _GLIBCXX_VISIBILITY() 271 switch (__op) in _GLIBCXX_VISIBILITY() 283 _Base::_M_manager(__dest, __source, __op); 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/experimental/ |
| H A D | io_context | 475 async_wait(int __fd, int __w, _Op&& __op) 487 make_unique<__type>(std::move(__op), __fd, __w)); 541 __async_operation_impl(_Op&& __op, int __fd, int __ev) 542 : __async_operation{__fd, __ev}, _M_op(std::move(__op)) { } 686 auto& __op = **__it; 688 __op._M_fd, 690 if (__pos != __fds.end() && __pos->fd == __op._M_fd 691 && __pos->revents & __op._M_ev)
|
| /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 D | io_context | 475 async_wait(int __fd, int __w, _Op&& __op) 487 make_unique<__type>(std::move(__op), __fd, __w)); 541 __async_operation_impl(_Op&& __op, int __fd, int __ev) 542 : __async_operation{__fd, __ev}, _M_op(std::move(__op)) { } 686 auto& __op = **__it; 688 __op._M_fd, 690 if (__pos != __fds.end() && __pos->fd == __op._M_fd 691 && __pos->revents & __op._M_ev)
|
| /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/sys/ |
| H A D | epoll.h | 109 extern int epoll_ctl (int __epfd, int __op, int __fd,
|
| /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/sys/ |
| H A D | epoll.h | 109 extern int epoll_ctl (int __epfd, int __op, int __fd,
|
| /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 D | functional | 1650 _Manager_operation __op) 1652 switch (__op) 1716 _Manager_operation __op) 1718 switch (__op) 1731 _Base::_M_manager(__dest, __source, __op); 1850 _Manager_operation __op) 1852 switch (__op) 1865 _Base::_M_manager(__dest, __source, __op);
|
| /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 D | functional | 1650 _Manager_operation __op) 1652 switch (__op) 1716 _Manager_operation __op) 1718 switch (__op) 1731 _Base::_M_manager(__dest, __source, __op); 1850 _Manager_operation __op) 1852 switch (__op) 1865 _Base::_M_manager(__dest, __source, __op);
|