| /src/external/apache2/llvm/dist/libcxx/src/support/solaris/ |
| xlocale.cpp | 34 int __res = vsnprintf_l(__s, __n , __l, __format, __va); local 36 return __res; 43 int __res = vasprintf(__s, __format, __va); local 45 return __res; 52 int __res = vsscanf(__s, __format, __va); local 54 return __res;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
| compatibility.h | 58 int64_t __res; local 61 __res = *__ptr; 64 return __res; 85 bool __res = false; local 91 __res = true; 94 return __res;
|
| random_number.h | 111 unsigned long __res = __cache & ((1 << __bits) - 1); local 119 return __res;
|
| algobase.h | 82 _RAIter1 __res = local 86 return make_pair(__res , __begin2 + (__res - __begin1)); 163 _RAIter1 __res = local 167 return make_pair(__res , __begin2 + (__res - __begin1));
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| bmi2intrin.h | 62 unsigned __int128 __res = (unsigned __int128) __X * __Y; local 63 *__P = (unsigned long long) (__res >> 64); 64 return (unsigned long long) __res; 72 unsigned long long __res = (unsigned long long) __X * __Y; local 73 *__P = (unsigned int) (__res >> 32); 74 return (unsigned int) __res;
|
| /src/external/apache2/llvm/dist/libcxx/src/experimental/ |
| memory_resource.cpp | 98 _LIBCPP_SAFE_STATIC static atomic<memory_resource*> __res = variable 104 &__res, new_res, memory_order_acq_rel); 108 &__res, memory_order_acquire);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| bmi2intrin.h | 86 unsigned __int128 __res = (unsigned __int128) __X * __Y; local 87 *__P = (unsigned long long) (__res >> 64); 88 return (unsigned long long) __res; 97 unsigned long long __res = (unsigned long long) __X * __Y; local 98 *__P = (unsigned int) (__res >> 32); 99 return (unsigned int) __res;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/ext/ |
| opt_random.h | 124 __m128i __res = _mm_cmpeq_epi8(__lhs._M_state[0], __rhs._M_state[0]); local 126 __res = _mm_and_si128(__res, _mm_cmpeq_epi8(__lhs._M_state[__i], 128 return (_mm_movemask_epi8(__res) == 0xffff
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| parallel_impl.h | 42 _Index __res = __f(__i, __j); local 44 if (__res != __j) 46 const _DifferenceType __k = __res - __first;
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| __bsd_locale_fallbacks.h | 112 int __res = vsnprintf(__s, __n, __format, __va); local 114 return __res; 122 int __res = vasprintf(__s, __format, __va); local 124 return __res; 132 int __res = vsscanf(__s, __format, __va); local 134 return __res;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| bmi2intrin.h | 50 unsigned long long __res = (unsigned long long) __X * __Y; local 51 *__P = (unsigned int) (__res >> 32); 52 return (unsigned int) __res; 69 unsigned __int128 __res = (unsigned __int128) __X * __Y; local 70 *__P = (unsigned long long) (__res >> 64); 71 return (unsigned long long) __res;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| c_locale.cc | 221 vector<Catalog_info*>::iterator __res = local 223 if (__res == _M_infos.end() || (*__res)->_M_id != __c) 226 delete *__res; 227 _M_infos.erase(__res); 239 vector<Catalog_info*>::const_iterator __res = local 242 if (__res != _M_infos.end() && (*__res)->_M_id == __c) 243 return *__res;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| debug_allocator.h | 123 pointer __res = _M_allocator.allocate(__n + _M_extra); local 124 size_type* __ps = reinterpret_cast<size_type*>(__res); 126 return __res + _M_extra; 132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local 133 size_type* __ps = reinterpret_cast<size_type*>(__res); 135 return __res + _M_extra;
|
| /src/sys/arch/ia64/include/ |
| fpu.h | 105 unsigned int __res; member in struct:fpswa_iface
|
| /src/sys/crypto/arch/arm/ |
| arm_neon.h | 301 uint8x16_t __res; local 303 : "=w"(__res) : "w"(__tab), "w"(__idx)); 304 return __res;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| atomic_wait.h | 218 __platform_wait_t __res; local 219 __atomic_load(&_M_wait, &__res, __ATOMIC_SEQ_CST); 220 return __res != 0;
|
| stl_uninitialized.h | 1049 auto __res = std::__uninitialized_copy_n_pair local 1052 return {__res.first.base(), __res.second};
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| map.h | 244 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local 245 return { { __res.first, this }, __res.second }; 264 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local 265 return std::pair<iterator, bool>(iterator(__res.first, this), 266 __res.second); 275 auto __res = _Base::insert(std::move(__x)); local 276 return { { __res.first, this }, __res.second }; 285 auto __res = _Base::insert(std::forward<_Pair>(__x)) local 352 auto __res = _Base::try_emplace(__k, local 361 auto __res = _Base::try_emplace(std::move(__k), local 397 auto __res = _Base::insert_or_assign(__k, local 406 auto __res = _Base::insert_or_assign(std::move(__k), local 664 std::pair<_Base_iterator, _Base_iterator> __res = local 677 auto __res = _Base::equal_range(__x); local 685 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local 698 auto __res = _Base::equal_range(__x); local [all...] |
| multimap.h | 546 std::pair<_Base_iterator, _Base_iterator> __res = local 548 return std::make_pair(iterator(__res.first, this), 549 iterator(__res.second, this)); 559 auto __res = _Base::equal_range(__x); local 560 return { { __res.first, this }, { __res.second, this } }; 567 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local 569 return std::make_pair(const_iterator(__res.first, this), 570 const_iterator(__res.second, this)); 580 auto __res = _Base::equal_range(__x) local [all...] |
| multiset.h | 514 std::pair<_Base_iterator, _Base_iterator> __res = local 516 return std::make_pair(iterator(__res.first, this), 517 iterator(__res.second, this)); 525 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local 527 return std::make_pair(const_iterator(__res.first, this), 528 const_iterator(__res.second, this)); 538 auto __res = _Base::equal_range(__x); local 539 return { { __res.first, this }, { __res.second, this } }; 548 auto __res = _Base::equal_range(__x) local [all...] |
| set.h | 233 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local 234 return { { __res.first, this }, __res.second }; 253 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local 254 return std::pair<iterator, bool>(iterator(__res.first, this), 255 __res.second); 262 auto __res = _Base::insert(std::move(__x)); local 263 return { { __res.first, this }, __res.second }; 525 std::pair<_Base_iterator, _Base_iterator> __res local 536 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local 549 auto __res = _Base::equal_range(__x); local 559 auto __res = _Base::equal_range(__x); local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
| map.h | 276 auto __res local 279 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 280 return iterator(__res, this); 321 _Base_iterator __res = _Base::insert(__pos.base(), __x); local 324 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 325 return iterator(__res, this); 336 auto __res = _Base::insert(__pos.base(), std::forward<_Pair>(__x)); local 339 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 340 return iterator(__res, this); 582 auto __res = _Base::equal_range(__x) local 605 auto __res = _Base::equal_range(__x); local [all...] |
| multimap.h | 241 auto __res local 244 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 245 return iterator(__res, this); 282 _Base_iterator __res = _Base::insert(__pos.base(), __x); local 284 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 285 return iterator(__res, this); 296 auto __res = _Base::insert(__pos.base(), std::forward<_Pair>(__x)); local 298 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 299 return iterator(__res, this); 541 auto __res = _Base::equal_range(__x) local 564 auto __res = _Base::equal_range(__x); local [all...] |
| multiset.h | 252 auto __res local 255 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 256 return iterator(__res, this); 280 _Base_iterator __res = _Base::insert(__pos.base(), __x); local 283 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 284 return iterator(__res, this); 292 auto __res = _Base::insert(__pos.base(), std::move(__x)); local 294 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 295 return iterator(__res, this); 544 auto __res = _Base::equal_range(__x) local 555 auto __res = _Base::equal_range(__x); local [all...] |
| set.h | 249 auto __res local 252 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 253 return iterator(__res, this); 282 _Base_iterator __res = _Base::insert(__pos.base(), __x); local 284 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1); 285 return iterator(__res, this); 527 auto __res = _Base::equal_range(__x); local 528 return { { __res.first, this }, { __res.second, this } }; 538 auto __res = _Base::equal_range(__x) local [all...] |