Searched defs:__result (Results 1 - 25 of 91) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dpconfigintrin.h28 unsigned int __result; local
H A Dsgxintrin.h26 unsigned int __result; local
37 unsigned int __result; local
48 unsigned int __result; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/cris/
H A Datomicity.h35 _Atomic_word __result; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/
H A Datomicity.h35 register _Atomic_word __result; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/m68k/
H A Datomicity.h39 register _Atomic_word __result = *__mem; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/m68k/
H A Datomicity.h39 register _Atomic_word __result = *__mem; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/
H A Datomicity.h35 register _Atomic_word __result; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/cris/
H A Datomicity.h35 _Atomic_word __result; local
/netbsd-current/sys/arch/acorn32/include/
H A Dlock.h73 int __result; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i386/
H A Datomicity.h46 register _Atomic_word __result, __tmp = 1; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/
H A Datomicity.h47 _Atomic_word __result; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i386/
H A Datomicity.h46 register _Atomic_word __result, __tmp = 1; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/
H A Datomicity.h47 _Atomic_word __result; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dglue_memory_impl.h23 uninitialized_copy(_ExecutionPolicy&& __exec, _InputIterator __first, _InputIterator __last, _ForwardIterator __result) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Datomicity.h68 _Atomic_word __result = *__mem; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dfunctional_hash.h98 size_t __result = 0; local
113 size_t __result = static_cast<size_t>(2166136261UL); local
131 size_t __result local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Datomicity.h84 _Atomic_word __result = *__mem; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dglue_memory_impl.h23 uninitialized_copy(_ExecutionPolicy&& __exec, _InputIterator __first, _InputIterator __last, _ForwardIterator __result) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dfunctional_hash.h103 size_t __result = 0; local
118 size_t __result = static_cast<size_t>(2166136261UL); local
136 size_t __result local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dbmi2intrin.h80 unsigned long __result = 0x0UL; local
112 unsigned long __result; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dfind.h108 _DifferenceType __result = __length; local
214 _DifferenceType __result = __length; local
[all...]
H A Dsearch.h100 _DifferenceType __result = (__end1 - __begin1); local
H A Dunique_copy.h50 __parallel_unique_copy(_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) argument
186 __parallel_unique_copy(_IIter __first, _IIter __last, _OutputIterator __result) argument
[all...]
H A Dpartial_sum.h58 __parallel_partial_sum_basecase(_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits <_IIter>::value_type __value) argument
89 __parallel_partial_sum_linear(_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits<_IIter>::difference_type __n) argument
205 __parallel_partial_sum(_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_numeric.h256 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result) argument
298 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) argument
338 adjacent_difference(_InputIterator __first, _InputIterator __last, _OutputIterator __result) argument
382 adjacent_difference(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) argument
[all...]

Completed in 217 milliseconds

1234