| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | __clang_cuda_intrinsics.h | 61 __Bits __tmp; \ 62 memcpy(&__val, &__tmp, sizeof(__val)); \ 63 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \ 64 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \ 66 memcpy(&__ret, &__tmp, sizeof(__tmp)); \ 93 long long __tmp; \ 96 __tmp = ::__FnName(__tmp, __offset, __width); \ 147 __tmp.__a = ::__FnName(__mask, __tmp.__a, __offset, __width); \ 148 __tmp.__b = ::__FnName(__mask, __tmp.__b, __offset, __width); \ 150 memcpy(&__ret, &__tmp, sizeof(__tmp)); \ [all …]
|
| /freebsd-12.1/sys/sparc64/include/ |
| H A D | in_cksum.h | 74 int __tmp; in in_cksum_update() local 76 __tmp = (int)ip->ip_sum + 1; in in_cksum_update() 77 ip->ip_sum = __tmp + (__tmp >> 16); in in_cksum_update() 84 u_long __ret, __tmp; in in_addword() local 92 : "=&r" (__ret), "=&r" (__tmp) : "r" (sum), "r" (b) : "cc"); in in_addword() 99 u_long __tmp; in in_pseudo() local 109 : "=r" (sum), "=&r" (__tmp) : "0" (sum), "r" (b), "r" (c) : "cc"); in in_pseudo()
|
| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | list.cc | 104 _List_node_base* const __tmp = this->_M_prev; in transfer() local 107 __first->_M_prev = __tmp; in transfer() 114 _List_node_base* __tmp = this; in reverse() local 117 std::swap(__tmp->_M_next, __tmp->_M_prev); in reverse() 118 __tmp = __tmp->_M_prev; // Old next node is now prev. in reverse() 120 while (__tmp != this); in reverse()
|
| H A D | bitmap_allocator.cc | 59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() local 62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 96 size_t* __ret = *__tmp; in _M_get() 97 _M_get_free_list().erase(__tmp); in _M_get()
|
| H A D | mt_allocator.cc | 91 _Block_address* __tmp = __bin._M_address->_M_next; in _GLIBCXX_BEGIN_NAMESPACE() local 93 __bin._M_address = __tmp; in _GLIBCXX_BEGIN_NAMESPACE() 223 __bin._M_address = __tmp; in _M_destroy() 240 __bin._M_address = __tmp; in _M_destroy() 299 _Block_record* __tmp = __first; in _M_reclaim_block() local 303 __tmp = __tmp->_M_next; in _M_reclaim_block() 304 __bin._M_first[__thread_id] = __tmp->_M_next; in _M_reclaim_block() 308 __tmp->_M_next = __bin._M_first[0]; in _M_reclaim_block() 585 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in _M_initialize() local 586 *__bin._M_mutex = __tmp; in _M_initialize() [all …]
|
| H A D | ctype.cc | 58 const locale::_Impl* __tmp = __loc._M_impl; in use_facet() local 59 return static_cast<const ctype<char>&>(*(__tmp->_M_facets[__i])); in use_facet() 68 const locale::_Impl* __tmp = __loc._M_impl; in use_facet() local 69 return static_cast<const ctype<wchar_t>&>(*(__tmp->_M_facets[__i])); in use_facet()
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | list.tcc | 76 _Node* __tmp = __cur; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local 79 _M_put_node(__tmp); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 88 _Node* __tmp = _M_create_node(__x); in insert() local 89 __tmp->hook(__position._M_node); in insert() 90 return iterator(__tmp); in insert() 278 list __tmp[64]; in sort() local 279 list * __fill = &__tmp[0]; in sort() 286 for(__counter = &__tmp[0]; in sort() 355 list __tmp[64]; in sort() local 356 list * __fill = &__tmp[0]; in sort() [all …]
|
| H A D | stl_list.h | 149 _Self __tmp = *this; member 151 return __tmp; 164 _Self __tmp = *this; member 166 return __tmp; 231 _Self __tmp = *this; member 233 return __tmp; 248 return __tmp; 716 --__tmp; in back() 717 return *__tmp; in back() 728 --__tmp; in back() [all …]
|
| H A D | stl_numeric.h | 291 _ValueType __tmp = *__first; in adjacent_difference() local 292 *++__result = __tmp - __value; in adjacent_difference() 293 __value = __tmp; in adjacent_difference() 330 _ValueType __tmp = *__first; in adjacent_difference() local 331 *++__result = __binary_op(__tmp, __value); in adjacent_difference() 332 __value = __tmp; in adjacent_difference()
|
| H A D | stl_bvector.h | 213 iterator __tmp = *this; member 215 return __tmp; 230 return __tmp; 251 return __tmp += __i; 258 return __tmp -= __i; 301 return __tmp; 316 return __tmp; 337 return __tmp += __i; 344 return __tmp -= __i; 710 bool __tmp = __x; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local [all …]
|
| H A D | stl_algobase.h | 98 _Tp __tmp = __a; in _GLIBCXX_BEGIN_NAMESPACE() 100 __b = __tmp; in _GLIBCXX_BEGIN_NAMESPACE() 115 _ValueType1 __tmp = *__a; in iter_swap() local 117 *__b = __tmp; in iter_swap() 564 const _Tp __tmp = __value; 566 *__first = __tmp; 599 const unsigned char __tmp = __c; 607 const signed char __tmp = __c; 615 const char __tmp = __c; 639 const _Tp __tmp = __value; [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/c/ |
| H A D | std_cmath.h | 103 double __tmp; in modf() local 104 double __res = modf(static_cast<double>(__x), &__tmp); in modf() 105 *__iptr = static_cast<float>(__tmp); in modf() 117 double __tmp; in modf() local 118 double __res = modf(static_cast<double>(__x), &__tmp); in modf() 119 * __iptr = static_cast<long double>(__tmp); in modf()
|
| /freebsd-12.1/contrib/libstdc++/config/locale/gnu/ |
| H A D | messages_members.h | 56 char* __tmp = new char[__len]; in messages() local 57 std::memcpy(__tmp, __s, __len); in messages() 58 _M_name_messages = __tmp; in messages() 105 char* __tmp = new char[std::strlen(__s) + 1]; in messages_byname() local 106 std::strcpy(__tmp, __s); in messages_byname() 107 this->_M_name_messages = __tmp; in messages_byname()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | hashtable.h | 659 iterator __tmp = *this; 661 return __tmp; 689 return __tmp; 759 __tmp->_M_next = __first; 760 _M_buckets[__n] = __tmp; 778 __cur->_M_next = __tmp; 785 _M_buckets[__n] = __tmp; 806 _M_buckets[__n] = __tmp; 808 return __tmp->_M_val; 1014 _M_buckets.swap(__tmp); [all …]
|
| H A D | concurrence.h | 122 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in __mutex() local 123 _M_mutex = __tmp; in __mutex() 169 __gthread_recursive_mutex_t __tmp = __GTHREAD_RECURSIVE_MUTEX_INIT; in __recursive_mutex() local 170 _M_mutex = __tmp; in __recursive_mutex()
|
| /freebsd-12.1/contrib/libstdc++/config/cpu/sparc/ |
| H A D | atomicity.h | 88 _Atomic_word __result, __tmp; 94 : "=&r" (__tmp) 110 _Atomic_word __tmp; 116 : "=&r" (__tmp)
|
| /freebsd-12.1/contrib/libevent/WIN32-Code/ |
| H A D | tree.h | 184 struct type *__tmp; \ 214 if (__tmp == NULL) \ 216 if ((cmp)(elm, __tmp) < 0){ \ 217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 224 if (__tmp == NULL) \ 226 if ((cmp)(elm, __tmp) > 0){ \ 227 SPLAY_ROTATE_LEFT(head, __tmp, field); \ 250 if (__tmp == NULL) \ 253 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 260 if (__tmp == NULL) \ [all …]
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/WIN32-Code/ |
| H A D | tree.h | 184 struct type *__tmp; \ 214 if (__tmp == NULL) \ 216 if ((cmp)(elm, __tmp) < 0){ \ 217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 224 if (__tmp == NULL) \ 226 if ((cmp)(elm, __tmp) > 0){ \ 227 SPLAY_ROTATE_LEFT(head, __tmp, field); \ 250 if (__tmp == NULL) \ 253 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 260 if (__tmp == NULL) \ [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | boost_shared_ptr.h | 314 if (__tmp != _M_pi) 316 if (__tmp != 0) 320 _M_pi = __tmp; 330 _M_pi = __tmp; in _M_swap() 391 if (__tmp != 0) 395 _M_pi = __tmp; 403 if (__tmp != 0) 407 _M_pi = __tmp; 416 _M_pi = __tmp; in _M_swap() 593 _Tp1* __tmp = __r.get(); in __shared_ptr() local [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_memory.h | 82 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), in _GLIBCXX_BEGIN_NAMESPACE() local 84 if (__tmp != 0) in _GLIBCXX_BEGIN_NAMESPACE() 85 return pair<_Tp*, ptrdiff_t>(__tmp, __len); in _GLIBCXX_BEGIN_NAMESPACE() 316 element_type* __tmp = _M_ptr; in release() local 318 return __tmp; in release()
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/ |
| H A D | strings.subr | 108 if [ ! "$__tmp" ]; then 130 __tmp="${__tmp#$__tbuf}" 135 local __tmp_size=${#__tmp} 151 __tmp="${__tmp%$__tbuf}" 155 __mask="$__tmp" 179 __tmp="${__tmp%"$__mask"}" 184 setvar "$__var_to_set" "$__tmp" 186 echo "$__tmp" 200 local __var_to_set="$1" __tmp 202 printf -v __tmp "$@" [all …]
|
| /freebsd-12.1/contrib/libstdc++/config/cpu/cris/ |
| H A D | atomicity.h | 37 int __tmp; in _GLIBCXX_BEGIN_NAMESPACE() local 50 : "=&r" (__result), "=Q" (*__mem), "=&r" (__tmp) in _GLIBCXX_BEGIN_NAMESPACE() 63 : "=&r" (__result), "=Q" (*__mem), "=&r" (__tmp) in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/libstdc++/config/cpu/i386/ |
| H A D | atomicity.h | 49 register _Atomic_word __result, __tmp = 1; in __exchange_and_add() local 56 "+r" (__tmp) in __exchange_and_add() 59 while (__tmp); in __exchange_and_add()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | sys-tree.h | 191 struct type *__tmp; \ 221 if (__tmp == NULL) \ 223 if ((cmp)(elm, __tmp) < 0){ \ 224 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 231 if (__tmp == NULL) \ 233 if ((cmp)(elm, __tmp) > 0){ \ 234 SPLAY_ROTATE_LEFT(head, __tmp, field); \ 257 if (__tmp == NULL) \ 260 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 267 if (__tmp == NULL) \ [all …]
|
| /freebsd-12.1/contrib/ipfilter/sys/ |
| H A D | tree.h | 187 struct type *__tmp; \ 217 if (__tmp == NULL) \ 219 if ((cmp)(elm, __tmp) < 0){ \ 220 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 227 if (__tmp == NULL) \ 229 if ((cmp)(elm, __tmp) > 0){ \ 230 SPLAY_ROTATE_LEFT(head, __tmp, field); \ 253 if (__tmp == NULL) \ 256 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 263 if (__tmp == NULL) \ [all …]
|