/external/clang/lib/Headers/ |
D | bmi2intrin.h | 76 unsigned __int128 __res = (unsigned __int128) __X * __Y; in _mulx_u64() local 77 *__P = (unsigned long long) (__res >> 64); in _mulx_u64() 78 return (unsigned long long) __res; in _mulx_u64() 86 unsigned long long __res = (unsigned long long) __X * __Y; in _mulx_u32() local 87 *__P = (unsigned int) (__res >> 32); in _mulx_u32() 88 return (unsigned int) __res; in _mulx_u32()
|
D | altivec.h | 131 vector unsigned int __res = in vec_abs() 133 return (vector float)__res; in vec_abs() 827 vector unsigned int __res = in vec_and() local 829 return (vector float)__res; in vec_and() 834 vector unsigned int __res = in vec_and() local 836 return (vector float)__res; in vec_and() 841 vector unsigned int __res = in vec_and() local 843 return (vector float)__res; in vec_and() 849 vector unsigned long long __res = in vec_and() local 851 return (vector double)__res; in vec_and() [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | bmi2intrin.h | 62 unsigned __int128 __res = (unsigned __int128) __X * __Y; in _mulx_u64() local 63 *__P = (unsigned long long) (__res >> 64); in _mulx_u64() 64 return (unsigned long long) __res; in _mulx_u64() 72 unsigned long long __res = (unsigned long long) __X * __Y; in _mulx_u32() local 73 *__P = (unsigned int) (__res >> 32); in _mulx_u32() 74 return (unsigned int) __res; in _mulx_u32()
|
D | altivec.h | 140 vector unsigned int __res = in vec_abs() 142 return (vector float)__res; in vec_abs() 382 unsigned long long __res = (__sum >> 32) & 0x01; in vec_addec() local 383 unsigned long long __tempres = (unsigned int) __res; in vec_addec() 402 unsigned long long __res = (__sum >> 32) & 0x01; in vec_addec() local 403 unsigned long long __tempres = (unsigned int) __res; in vec_addec() 916 vector unsigned int __res = in vec_and() local 918 return (vector float)__res; in vec_and() 923 vector unsigned int __res = in vec_and() local 925 return (vector float)__res; in vec_and() [all …]
|
/external/llvm-project/libcxx/src/support/solaris/ |
D | xlocale.cpp | 34 int __res = vsnprintf_l(__s, __n , __l, __format, __va); in snprintf_l() local 36 return __res; in snprintf_l() 43 int __res = vasprintf(__s, __format, __va); in asprintf_l() local 45 return __res; in asprintf_l() 52 int __res = vsscanf(__s, __format, __va); in sscanf_l() local 54 return __res; in sscanf_l()
|
/external/libcxx/src/support/solaris/ |
D | xlocale.cpp | 35 int __res = vsnprintf_l(__s, __n , __l, __format, __va); in snprintf_l() local 37 return __res; in snprintf_l() 44 int __res = vasprintf(__s, __format, __va); in asprintf_l() local 46 return __res; in asprintf_l() 53 int __res = vsscanf(__s, __format, __va); in sscanf_l() local 55 return __res; in sscanf_l()
|
/external/elfutils/lib/ |
D | system.h | 74 ({ const char *__res = strrchr (_(Str), '|'); \ 75 __res ? __res + 1 : Str; }) 81 ({ ssize_t __res; \ 83 __res = expression; \ 84 while (__res == -1 && errno == EINTR); \ 85 __res; })
|
/external/libcxx/include/ |
D | __bsd_locale_fallbacks.h | 113 int __res = vsnprintf(__s, __n, __format, __va); in __libcpp_snprintf_l() local 115 return __res; in __libcpp_snprintf_l() 123 int __res = vasprintf(__s, __format, __va); in __libcpp_asprintf_l() local 125 return __res; in __libcpp_asprintf_l() 133 int __res = vsscanf(__s, __format, __va); in __libcpp_sscanf_l() local 135 return __res; in __libcpp_sscanf_l()
|
D | unordered_map | 1149 pair<iterator, bool> __res = __table_.__emplace_unique_key_args(__k, 1151 if (!__res.second) { 1152 __res.first->second = _VSTD::forward<_Vp>(__v); 1154 return __res; 1161 pair<iterator, bool> __res = __table_.__emplace_unique_key_args(__k, 1163 if (!__res.second) { 1164 __res.first->second = _VSTD::forward<_Vp>(__v); 1166 return __res;
|
D | variant | 902 auto& __res = this->__construct_alt(__access::__base::__get_alt<_Ip>(*this), 905 return __res; 1584 size_t __res = 1595 return __hash_combine(__res, hash<size_t>{}(__v.index()));
|
/external/llvm-project/libcxx/include/ |
D | __bsd_locale_fallbacks.h | 112 int __res = vsnprintf(__s, __n, __format, __va); in __libcpp_snprintf_l() local 114 return __res; in __libcpp_snprintf_l() 122 int __res = vasprintf(__s, __format, __va); in __libcpp_asprintf_l() local 124 return __res; in __libcpp_asprintf_l() 132 int __res = vsscanf(__s, __format, __va); in __libcpp_sscanf_l() local 134 return __res; in __libcpp_sscanf_l()
|
D | unordered_map | 1227 pair<iterator, bool> __res = __table_.__emplace_unique_key_args(__k, 1229 if (!__res.second) { 1230 __res.first->second = _VSTD::forward<_Vp>(__v); 1232 return __res; 1239 pair<iterator, bool> __res = __table_.__emplace_unique_key_args(__k, 1241 if (!__res.second) { 1242 __res.first->second = _VSTD::forward<_Vp>(__v); 1244 return __res;
|
D | variant | 905 auto& __res = this->__construct_alt(__access::__base::__get_alt<_Ip>(*this), 908 return __res; 1646 size_t __res = 1657 return __hash_combine(__res, hash<size_t>{}(__v.index()));
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | parallel_impl.h | 46 _Index __res = __f(__i, __j); in __parallel_find() 48 if (__res != __j) in __parallel_find() 50 const _DifferenceType __k = __res - __first; in __parallel_find()
|
D | glue_memory_impl.h | 47 … [__is_vector](_InputIterator __begin, _InputIterator __end, _ForwardIterator __res) { in uninitialized_copy() 48 return __pstl::__internal::__brick_copy(__begin, __end, __res, __is_vector); in uninitialized_copy() 81 [__is_vector](_InputIterator __begin, _Size __sz, _ForwardIterator __res) { in uninitialized_copy_n() 82 return __pstl::__internal::__brick_copy_n(__begin, __sz, __res, __is_vector); in uninitialized_copy_n() 116 … [__is_vector](_InputIterator __begin, _InputIterator __end, _ForwardIterator __res) { in uninitialized_move() 117 return __pstl::__internal::__brick_copy(__begin, __end, __res, __is_vector); in uninitialized_move() 150 [__is_vector](_InputIterator __begin, _Size __sz, _ForwardIterator __res) { in uninitialized_move_n() 151 return __pstl::__internal::__brick_copy_n(__begin, __sz, __res, __is_vector); in uninitialized_move_n()
|
D | algorithm_impl.h | 664 …const bool __res = __internal::__pattern_equal(std::forward<_ExecutionPolicy>(__exec), __first, __… in __pattern_find_end() local 666 return __res ? __first : __last; in __pattern_find_end() 767 …const bool __res = __internal::__pattern_equal(std::forward<_ExecutionPolicy>(__exec), __first, __… in __pattern_search() local 769 return __res ? __first : __last; in __pattern_search() 1664 _OutputIterator __res = __internal::__brick_copy(__middle, __last, __result, std::true_type()); in __brick_rotate_copy() local 1665 return __internal::__brick_copy(__first, __middle, __res, std::true_type()); in __brick_rotate_copy() 1794 _ReduceType __res = __not_init; in __pattern_is_partitioned() 1812 __res = __true_false; in __pattern_is_partitioned() 1817 __res = __all_true; in __pattern_is_partitioned() 1830 __res = __all_false; in __pattern_is_partitioned() [all …]
|
D | glue_algorithm_impl.h | 262 [__is_vector](_ForwardIterator1 __begin, _ForwardIterator1 __end, _ForwardIterator2 __res) { in copy() 263 return __pstl::__internal::__brick_copy(__begin, __end, __res, __is_vector); in copy() 279 [__is_vector](_ForwardIterator1 __begin, _Size __sz, _ForwardIterator2 __res) { in copy_n() 280 return __pstl::__internal::__brick_copy_n(__begin, __sz, __res, __is_vector); in copy_n() 766 [__is_vector](_ForwardIterator1 __begin, _ForwardIterator1 __end, _ForwardIterator2 __res) { in move() 767 return __pstl::__internal::__brick_move(__begin, __end, __res, __is_vector); in move() 824 const _ForwardIterator __res = __pstl::__internal::__pattern_adjacent_find( in is_sorted_until() local 829 return __res == __last ? __last : std::next(__res); in is_sorted_until()
|
/external/libcxx/src/experimental/ |
D | memory_resource.cpp | 107 _LIBCPP_SAFE_STATIC static atomic<memory_resource*> __res = in __default_memory_resource() local 113 &__res, new_res, memory_order::memory_order_acq_rel); in __default_memory_resource() 117 &__res, memory_order::memory_order_acquire); in __default_memory_resource()
|
/external/llvm-project/libcxx/src/experimental/ |
D | memory_resource.cpp | 103 _LIBCPP_SAFE_STATIC static atomic<memory_resource*> __res = in __default_memory_resource() local 109 &__res, new_res, memory_order_acq_rel); in __default_memory_resource() 113 &__res, memory_order_acquire); in __default_memory_resource()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1959 long __res; \ 1966 LSS_RETURN(type,__res) 1970 long __res; \ 1972 : "=a" (__res) \ 1975 LSS_RETURN(type,__res); \ 1981 : "=a" (__res) \ 1988 : "=a" (__res) \ 1995 : "=a" (__res) \ 2003 : "=a" (__res) \ 2012 long __res; \ [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-avoid-bind-permissive-parameter-list.cpp | 26 struct __res { struct 42 typename = typename __res<_Functor, _ArgTypes...>::type>
|
D | modernize-avoid-bind.cpp | 95 struct __res { struct 111 typename = typename __res<_Functor, _ArgTypes...>::type>
|
D | abseil-upgrade-duration-conversions.cpp | 441 struct __res { struct 457 typename = typename __res<_Functor, _ArgTypes...>::type>
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | neon-inline-asm-16-bit-fp.ll | 6 ; __asm__("sqrshl %h[__res], %h[__A], %h[__B]" 7 ; : [__res] "=w" (res0)
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | ExtendedCXX03Support.rst | 115 T* __res = ::new(__p.get()) T(); 117 return __res;
|