Home
last modified time | relevance | path

Searched refs:__op (Results 1 – 21 of 21) sorted by relevance

/external/libcxx/include/
Datomic1013 _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 …]
Dlocale1122 _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 …]
Dvalarray423 _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) {}
Dfunctional1055 bind1st(const __Operation& __op, const _Tp& __x)
1056 {return binder1st<__Operation>(__op, __x);}
1081 bind2nd(const __Operation& __op, const _Tp& __x)
1082 {return binder2nd<__Operation>(__op, __x);}
Diterator1091 const _Ch* __ob, const _Ch* __op, const _Ch* __oe,
Dalgorithm1852 …form(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __op)
1855 *__result = __op(*__first);
/external/llvm-project/libcxx/include/
Datomic1719 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
1720 {return __cxx_atomic_fetch_add(&this->__a_, __op, __m);}
1722 _Tp fetch_add(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT
1723 {return __cxx_atomic_fetch_add(&this->__a_, __op, __m);}
1725 _Tp fetch_sub(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
1726 {return __cxx_atomic_fetch_sub(&this->__a_, __op, __m);}
1728 _Tp fetch_sub(_Tp __op, memory_order __m = memory_order_seq_cst) _NOEXCEPT
1729 {return __cxx_atomic_fetch_sub(&this->__a_, __op, __m);}
1731 _Tp fetch_and(_Tp __op, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
1732 {return __cxx_atomic_fetch_and(&this->__a_, __op, __m);}
[all …]
Dlocale1117 _CharT* __ob, _CharT*& __op, _CharT*& __oe,
1120 _CharT* __ob, _CharT*& __op, _CharT*& __oe,
1127 _CharT* __ob, _CharT*& __op, _CharT*& __oe,
1170 __op = __oe;
1172 __op = __ob + (__np - __nb);
1178 _CharT* __ob, _CharT*& __op, _CharT*& __oe,
1243 __op = __oe;
1245 __op = __ob + (__np - __nb);
1352 const _CharT* __ob, const _CharT* __op, const _CharT* __oe,
1361 for (;__ob < __op; ++__ob, ++__s)
[all …]
Dvalarray423 _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) {}
1075 _UnaryOp(const _Op& __op, const valarray<_Tp>& __a0) : __op_(__op), __a0_(__a0) {}
1095 _BinaryOp(const _Op& __op, const valarray<_Tp>& __a0, const _A1& __a1)
1096 : __op_(__op), __a0_(__a0), __a1_(__a1) {}
1116 _BinaryOp(const _Op& __op, const _A0& __a0, const valarray<_Tp>& __a1)
1117 : __op_(__op), __a0_(__a0), __a1_(__a1) {}
1137 _BinaryOp(const _Op& __op, const valarray<_Tp>& __a0, const valarray<_Tp>& __a1)
1138 : __op_(__op), __a0_(__a0), __a1_(__a1) {}
Dfunctional1066 bind1st(const __Operation& __op, const _Tp& __x)
1067 {return binder1st<__Operation>(__op, __x);}
1092 bind2nd(const __Operation& __op, const _Tp& __x)
1093 {return binder2nd<__Operation>(__op, __x);}
Diterator1197 const _Ch* __ob, const _Ch* __op, const _Ch* __oe,
Dalgorithm1969 …form(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __op)
1972 *__result = __op(*__first);
/external/llvm-project/pstl/include/pstl/internal/
Dnumeric_impl.h297 _BinaryOperation __op, /*is_vector*/ std::false_type) noexcept in __brick_adjacent_difference() argument
299 return std::adjacent_difference(__first, __last, __d_first, __op); in __brick_adjacent_difference()
305 BinaryOperation __op, /*is_vector=*/std::true_type) noexcept in __brick_adjacent_difference() argument
316 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) { __z = __op(__x, __y); }); in __brick_adjacent_difference()
323 … _OutputIterator __d_first, _BinaryOperation __op, _IsVector __is_vector, in __pattern_adjacent_difference() argument
326 return __internal::__brick_adjacent_difference(__first, __last, __d_first, __op, __is_vector); in __pattern_adjacent_difference()
333 … _ForwardIterator2 __d_first, _BinaryOperation __op, _IsVector __is_vector, in __pattern_adjacent_difference() argument
343 [&__op, __is_vector, __d_first, __first](_ForwardIterator1 __b, _ForwardIterator1 __e) { in __pattern_adjacent_difference()
347 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) { __z = __op(__y, __x); }, in __pattern_adjacent_difference()
Dglue_numeric_impl.h215 _ForwardIterator2 __d_first, _BinaryOperation __op) in adjacent_difference() argument
222 std::forward<_ExecutionPolicy>(__exec), __first, __last, __d_first, __op, in adjacent_difference()
Dglue_algorithm_impl.h325 _UnaryOperation __op) in transform() argument
331 [__op](_InputType __x, _OutputType __y) mutable { __y = __op(__x); }, in transform()
342 _ForwardIterator __result, _BinaryOperation __op) in transform() argument
349 [__op](_Input1Type x, _Input2Type y, _OutputType z) mutable { z = __op(x, y); }, in transform()
Dglue_algorithm_defs.h161 _UnaryOperation __op);
167 _ForwardIterator __result, _BinaryOperation __op);
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h105 extern int epoll_ctl (int __epfd, int __op, int __fd,
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dearly-if-conversion-bug1.ll33 …rIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i32 %__s.coerce, i8* %__ob, i8* %__op, i8* %__oe, %"class…
74 %__op.addr = alloca i8*, align 4
89 store i8* %__op, i8** %__op.addr, align 4
134 %11 = load i8*, i8** %__op.addr, align 4
330 %59 = load i8*, i8** %__op.addr, align 4
342 %62 = load i8*, i8** %__op.addr, align 4
/external/llvm/test/CodeGen/Hexagon/
Dearly-if-conversion-bug1.ll33 …rIT_T0_EES6_PKS4_S8_S8_RNS_8ios_baseES4_(i32 %__s.coerce, i8* %__ob, i8* %__op, i8* %__oe, %"class…
74 %__op.addr = alloca i8*, align 4
89 store i8* %__op, i8** %__op.addr, align 4
134 %11 = load i8*, i8** %__op.addr, align 4
330 %59 = load i8*, i8** %__op.addr, align 4
342 %62 = load i8*, i8** %__op.addr, align 4
/external/blktrace/btt/
Doutput.c891 struct __op { struct
897 struct __op *opp = arg; in __output_procs() argument
904 struct __op op = { .ofp = ofp, .base = base }; in output_procs()
/external/libabigail/tests/data/test-read-dwarf/
Dtest11-pr18828.so.abi9220 …<parameter type-id='type-id-2859' name='__op' filepath='/usr/include/c++/4.9/functional' line='190…