Searched refs:__tmp (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/ipfilter/sys/
H A Dtree.h187 struct type *__tmp; \
195 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
198 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
208 struct type __node, *__left, *__right, *__tmp; \
216 __tmp = SPLAY_LEFT((head)->sph_root, field); \
217 if (__tmp == NULL) \
219 if ((cmp)(elm, __tmp) < 0){ \
220 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
226 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
227 if (__tmp
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h191 struct type *__tmp; \
199 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
202 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
212 struct type __node, *__left, *__right, *__tmp; \
220 __tmp = SPLAY_LEFT((head)->sph_root, field); \
221 if (__tmp == NULL) \
223 if ((cmp)(elm, __tmp) < 0){ \
224 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
230 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
231 if (__tmp
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_bvector.h213 iterator __tmp = *this; local
215 return __tmp;
228 iterator __tmp = *this; local
230 return __tmp;
250 iterator __tmp = *this; local
251 return __tmp += __i;
257 iterator __tmp = *this; local
258 return __tmp -= __i;
299 const_iterator __tmp = *this; local
301 return __tmp;
314 const_iterator __tmp = *this; local
336 const_iterator __tmp = *this; local
343 const_iterator __tmp = *this; local
710 bool __tmp = __x; local
[all...]
H A Dstl_algobase.h98 _Tp __tmp = __a; local
100 __b = __tmp;
115 _ValueType1 __tmp = *__a; local
117 *__b = __tmp;
564 const _Tp __tmp = __value; local
566 *__first = __tmp;
599 const unsigned char __tmp = __c; local
600 std::memset(__first, __tmp, __last - __first);
607 const signed char __tmp = __c; local
608 std::memset(__first, static_cast<unsigned char>(__tmp), __las
615 const char __tmp = __c; local
639 const _Tp __tmp = __value; local
[all...]
H A Dstream_iterator.h103 istream_iterator __tmp = *this; local
105 return __tmp;
H A Dstl_deque.h157 _Self __tmp = *this; local
159 return __tmp;
177 _Self __tmp = *this; local
179 return __tmp;
204 _Self __tmp = *this; local
205 return __tmp += __n;
215 _Self __tmp = *this; local
216 return __tmp -= __n;
1016 iterator __tmp = end(); local
1017 --__tmp;
1028 const_iterator __tmp = end(); local
[all...]
H A Dstl_tree.h192 _Self __tmp = *this; local
194 return __tmp;
207 _Self __tmp = *this; local
209 return __tmp;
267 _Self __tmp = *this; local
269 return __tmp;
282 _Self __tmp = *this; local
284 return __tmp;
378 _Link_type __tmp = _M_get_node(); local
380 { get_allocator().construct(&__tmp
392 _Link_type __tmp = _M_create_node(__x->_M_value_field); local
[all...]
H A Dstl_iterator.h155 _Iterator __tmp = current; local
156 return *--__tmp;
188 reverse_iterator __tmp = *this; local
190 return __tmp;
213 reverse_iterator __tmp = *this; local
215 return __tmp;
H A Dlocale_facets.h1161 char __tmp[sizeof(_M_widen)]; local
1163 __tmp[__i] = __i;
1164 do_widen(__tmp, __tmp + sizeof(__tmp), _M_widen);
1168 if (memcmp(__tmp, _M_widen, sizeof(_M_widen)))
1177 char __tmp[sizeof(_M_narrow)]; local
1179 __tmp[__i] = __i;
1180 do_narrow(__tmp, __tmp
1906 __c_locale __tmp; local
4016 __c_locale __tmp; local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dsafe_iterator.h224 _Safe_iterator __tmp(*this);
226 return __tmp;
254 _Safe_iterator __tmp(*this);
256 return __tmp;
284 _Safe_iterator __tmp(*this);
285 __tmp += __n;
286 return __tmp;
302 _Safe_iterator __tmp(*this);
303 __tmp -= __n;
304 return __tmp;
[all...]
H A Dhash_map.h225 for (iterator __tmp = __first; __tmp != __last;)
227 iterator __victim = __tmp++;
H A Dhash_multimap.h209 for (iterator __tmp = __first; __tmp != __last;)
211 iterator __victim = __tmp++;
H A Dhash_multiset.h190 for (iterator __tmp = __first; __tmp != __last;)
192 iterator __victim = __tmp++;
H A Dhash_set.h200 for (iterator __tmp = __first; __tmp != __last;)
202 iterator __victim = __tmp++;
/freebsd-11-stable/sys/sys/
H A Dtree.h189 struct type *__tmp; \
197 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
200 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
210 struct type __node, *__left, *__right, *__tmp; \
218 __tmp = SPLAY_LEFT((head)->sph_root, field); \
219 if (__tmp == NULL) \
221 if ((cmp)(elm, __tmp) < 0){ \
222 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
228 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
229 if (__tmp
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dmm3dnow.h181 union { __v2sf v; float a[2]; } __tmp = { (__v2sf)__A }; local
182 return __tmp.a[0];
H A Dxmmintrin.h716 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
717 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
920 __v4sf __tmp = *(__v4sf *)__P; local
921 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
970 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
971 _mm_storeu_ps (__P, __tmp);
985 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
986 _mm_store_ps (__P, __tmp);
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dsso_string_base.h462 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
464 _M_data(__tmp);
490 _CharT* __tmp = _M_create(__res, __capacity); local
491 _S_copy(__tmp, _M_data(), _M_length() + 1);
493 _M_data(__tmp);
H A Drc_string_base.h594 _CharT* __tmp = _M_data(); local
596 __rcs._M_data(__tmp);
611 _CharT* __tmp = __rcs._M_grab(_M_get_allocator()); local
613 _M_data(__tmp);
628 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(), local
631 _M_data(__tmp);
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h1233 std::basic_string<_CharT, _Traits> __tmp; local
1234 __tmp.reserve(_Nb);
1261 __tmp.push_back('0');
1263 __tmp.push_back('1');
1277 if (__tmp.empty() && _Nb)
1280 __x._M_copy_from_string(__tmp, static_cast<size_t>(0), _Nb);
1291 std::basic_string<_CharT, _Traits> __tmp; local
1292 __x._M_copy_to_string(__tmp);
1293 return __os << __tmp;
H A Dstd_streambuf.h226 locale __tmp(this->getloc());
229 return __tmp;
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h263 _Node_iterator __tmp(*this);
265 return __tmp;
308 _Node_const_iterator __tmp(*this);
310 return __tmp;
408 _Hashtable_iterator __tmp(*this);
410 return __tmp;
458 _Hashtable_const_iterator __tmp(*this);
460 return __tmp;
/freebsd-11-stable/contrib/netbsd-tests/net/
H A Dnet_common.sh210 cat $_rump_server_buses |sort -u >./.__tmp
211 mv -f ./.__tmp $_rump_server_buses
/freebsd-11-stable/lib/msun/src/
H A Dmath_private.h468 __typeof(a) __tmp; \
470 __tmp = (c); \
471 _2sumF(__tmp, (a)); \
473 (a) = __tmp; \
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h248 ({ __typeof__(*(ptr)) __tmp; \
249 memcpy(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })

Completed in 304 milliseconds

123