Home
last modified time | relevance | path

Searched refs:__tmp (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h91 char __tmp = *__tagp;
93 if (__tmp >= '0' && __tmp <= '7')
94 __r = (__r * 8u) + __tmp - '0';
108 char __tmp = *__tagp;
110 if (__tmp >= '0' && __tmp <= '9')
111 __r = (__r * 10u) + __tmp - '0';
125 char __tmp = *__tagp;
127 if (__tmp >= '0' && __tmp <= '9')
128 __r = (__r * 16u) + __tmp - '0';
129 else if (__tmp >= 'a' && __tmp <= 'f')
[all …]
H A D__clang_cuda_intrinsics.h47 __Bits __tmp; \
48 memcpy(&__tmp, &__val, sizeof(__val)); \
49 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
50 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
52 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
79 long long __tmp; \
80 _Static_assert(sizeof(__tmp) == sizeof(__val)); \
81 memcpy(&__tmp, &__val, sizeof(__val)); \
82 __tmp = ::__FnName(__tmp, __offset, __width); \
84 memcpy(&__ret, &__tmp, sizeof(__ret)); \
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Du8path.h39 string __tmp(__f, __l); in u8path()
42 __w.reserve(__tmp.size()); in u8path()
43 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
60 string __tmp; in u8path() local
63 __tmp.push_back(*__f); in u8path()
66 __w.reserve(__tmp.size()); in u8path()
67 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
H A Dpath.h228 basic_string<_ECharT> __tmp(__b, __e);
231 _Narrower()(back_inserter(__utf8), __tmp.data(), __tmp.data() + __tmp.length());
234 _Narrower()(back_inserter(__dest), __tmp.data(), __tmp.data() + __tmp.length());
244 basic_string<_ECharT> __tmp;
246 __tmp.push_back(*__b);
249 _Narrower()(back_inserter(__utf8), __tmp.data(), __tmp.data() + __tmp.length());
252 _Narrower()(back_inserter(__dest), __tmp.data(), __tmp.data() + __tmp.length());
303 basic_string<char> __tmp(__b, __e);
304 __append_string(__dest, __tmp);
309 basic_string<char> __tmp(__b, __e);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dra_iterator.h76 __ra_iterator __tmp(*this);
78 return __tmp;
87 __ra_iterator __tmp(*this);
89 return __tmp;
131 auto __tmp = __i; member
132 __tmp += __n;
133 return __tmp;
141 auto __tmp = __i; member
142 __tmp -= __n;
143 return __tmp;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/
H A Dbounded_iter.h133 __bounded_iter __tmp(*this);
135 return __tmp;
145 __bounded_iter __tmp(*this);
147 return __tmp;
159 __bounded_iter __tmp(__self);
160 __tmp += __n;
161 return __tmp;
164 __bounded_iter __tmp(__self);
165 __tmp += __n;
166 return __tmp;
[all …]
H A Daliasing_iterator.h59 __iterator __tmp(*this);
61 return __tmp;
70 __iterator __tmp(*this);
72 return __tmp;
H A Dreverse_iterator.h103 _Iter __tmp = current; variable
104 return *--__tmp;
114 reverse_iterator __tmp(*this);
116 return __tmp;
123 reverse_iterator __tmp(*this);
125 return __tmp;
/freebsd/contrib/llvm-project/libcxx/include/__coroutine/
H A Dcoroutine_handle.h50 coroutine_handle __tmp;
51 __tmp.__handle_ = __addr;
52 return __tmp;
105 coroutine_handle __tmp;
106 __tmp.__handle_ =
108 return __tmp;
120 coroutine_handle __tmp;
121 __tmp.__handle_ = __addr;
122 return __tmp;
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dbounded_iter.h151 __bounded_iter __tmp(*this);
153 return __tmp;
163 __bounded_iter __tmp(*this);
165 return __tmp;
178 __bounded_iter __tmp(__self);
179 __tmp += __n;
180 return __tmp;
184 __bounded_iter __tmp(__self);
185 __tmp += __n;
186 return __tmp;
[all …]
H A Dstatic_bounded_iter.h163 __static_bounded_iter __tmp(*this);
165 return __tmp;
175 __static_bounded_iter __tmp(*this);
177 return __tmp;
191 __static_bounded_iter __tmp(__self);
192 __tmp += __n;
193 return __tmp;
197 __static_bounded_iter __tmp(__self);
198 __tmp += __n;
199 return __tmp;
[all …]
H A Dreverse_iterator.h131 _Iter __tmp = current; variable
132 return *--__tmp;
139 _Iter __tmp = current; variable
140 --__tmp;
142 return __tmp;
144 return __tmp.operator->();
156 reverse_iterator __tmp(*this);
158 return __tmp;
165 reverse_iterator __tmp(*this);
167 return __tmp;
[all …]
H A Diterator_with_data.h63 auto __tmp = *this;
65 return __tmp;
78 auto __tmp = *this;
80 return __tmp;
60 auto __tmp = *this; global() variable
75 auto __tmp = *this; global() variable
H A Daliasing_iterator.h62 __iterator __tmp(*this);
64 return __tmp;
73 __iterator __tmp(*this);
75 return __tmp;
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dkey_value_iterator.h99 __key_value_iterator __tmp(*this);
101 return __tmp;
111 __key_value_iterator __tmp(*this);
113 return __tmp;
166 auto __tmp = __i;
167 __tmp += __n;
168 return __tmp;
178 auto __tmp = __i;
179 __tmp -= __n;
180 return __tmp;
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h184 struct type *__tmp; \
192 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
195 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
205 struct type __node, *__left, *__right, *__tmp; \
213 __tmp = SPLAY_LEFT((head)->sph_root, field); \
214 if (__tmp == NULL) \
216 if ((cmp)(elm, __tmp) < 0){ \
217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
223 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
224 if (__tmp == NULL) \
[all …]
/freebsd/contrib/libevent/WIN32-Code/
H A Dtree.h184 struct type *__tmp; \
192 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
195 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
205 struct type __node, *__left, *__right, *__tmp; \
213 __tmp = SPLAY_LEFT((head)->sph_root, field); \
214 if (__tmp == NULL) \
216 if ((cmp)(elm, __tmp) < 0){ \
217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
223 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
224 if (__tmp == NULL) \
[all …]
/freebsd/usr.sbin/bsdconfig/share/
H A Dstrings.subr78 local __tmp="$1" __start="${2:-1}" __len="$3"
82 eval echo \"\${__tmp:\$__start${__len:+:\$__len}}\"
86 eval $__var_to_set=\"\${__tmp:\$__start:\$__len}\"
88 eval $__var_to_set=\"\${__tmp:\$__start}\"
104 local __tmp="$1" __start="${2:-1}" __size="$3"
107 if [ ! "$__tmp" ]; then
129 __tmp="${__tmp#$__tbuf}"
134 local __tmp_size=${#__tmp}
150 __tmp="${__tmp%$__tbuf}"
154 __mask="$__tmp"
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dday.h40 day __tmp = *this; variable
42 return __tmp;
49 day __tmp = *this; variable
51 return __tmp;
H A Dyear.h44 year __tmp = *this; variable
46 return __tmp;
53 year __tmp = *this; variable
55 return __tmp;
H A Dmonth.h40 month __tmp = *this; variable
42 return __tmp;
49 month __tmp = *this; variable
51 return __tmp;
/freebsd/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 == NULL) \
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dexclusive_scan.h32 _Tp __tmp(__b(__init, *__first)); in exclusive_scan()
39 __init = std::move(__tmp); in exclusive_scan()
40 __tmp = __b(__init, *__first); in exclusive_scan()
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h166 _Vp __tmp(std::move(__a)); in swap()
168 std::move(__b) = std::move(__tmp); in swap()
173 _Vp __tmp(std::move(__a)); in swap()
175 std::move(__b) = std::move(__tmp); in swap()
180 _Vp __tmp(std::move(__a)); in swap()
182 __b = std::move(__tmp); in swap()
/freebsd/sys/sys/
H A Dtree.h201 struct type *__tmp; \
209 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
212 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
222 struct type __node, *__left, *__right, *__tmp; \
230 __tmp = SPLAY_LEFT((head)->sph_root, field); \
231 if (__tmp == NULL) \
233 if ((cmp)(elm, __tmp) < 0){ \
234 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
240 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
241 if (__tmp == NULL) \
[all …]

1234