Home
last modified time | relevance | path

Searched refs:__result (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/
A Dtls-macros-mips.h8 ({ void *__result; \
11 : "=r" (__result)); \
15 ({ void *__result; \
28 __result = __tls_get_addr (__result); \
33 __result; })
42 __result; })
52 __result; })
63 __result = __tls_get_addr (__result); \
68 __result; })
77 __result; })
[all …]
A Dtls-macros-arm.h2 ({ int *__result; \
9 : "=&r" (__result) : "r" (tp)); \
10 __result; })
13 ({ int *__result; \
21 : "=&r" (__result) : "r" (tp)); \
22 __result; })
25 ({ char *__result; \
33 : "=r" (__result)); \
34 __result = (char *)__tls_get_addr (__result); \
43 ({ int *__result; \
[all …]
A Dtls-macros-thumb.h2 ({ int *__result; \
10 : "=&r" (__result) : "r" (tp)); \
11 __result; })
14 ({ int *__result; \
26 __result; })
29 ({ char *__result; \
38 : "=r" (__result)); \
39 __result = (char *)__tls_get_addr (__result); \
45 (int *) (__result + __offset); })
48 ({ int *__result; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/
A Datomic.h163 __result = *__memp; \
165 __tmpval = __result; \
167 (__memp, __result + __addval, __result)) == __tmpval); \
169 __result; })
204 ({ unsigned char __result; \
219 __result; })
223 ({ unsigned char __result; \
238 __result; })
283 __result; })
328 __result; })
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/
A Dmathinline.h37 ({ char __result; \
40 __result != 0; })
44 ({ char __result; \
47 __result != 0; })
51 ({ char __result; \
54 __result != 0; })
58 ({ char __result; \
61 __result != 0; })
65 ({ char __result; \
68 __result != 0; })
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/
A Datomic.h155 ({ unsigned char __result; \
158 : "=m" (*mem), "=qm" (__result) \
172 __result; })
176 ({ unsigned char __result; \
193 __result; })
217 ({ unsigned char __result; \
234 __result; })
258 ({ unsigned char __result; \
275 __result; })
303 ({ unsigned char __result; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/
A Datomic.h530 __typeof (*(mem)) __result; \
537 __result; \
542 __typeof (*(mem)) __result; \
549 __result; \
554 __typeof (*(mem)) __result; \
561 __result; \
573 __result; \
585 __result; \
597 __result; \
611 __result; \
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/cpu/m68k/
A Datomicity.h39 register _Atomic_word __result = *__mem; in _GLIBCXX_VISIBILITY() local
46 : "d" (__val), "0" (__result), "m" (*__mem)); in _GLIBCXX_VISIBILITY()
47 return __result; in _GLIBCXX_VISIBILITY()
60 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
65 __result = *__mem; in _GLIBCXX_VISIBILITY()
66 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
69 return __result; in _GLIBCXX_VISIBILITY()
89 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
115 __result = *__mem; in _GLIBCXX_VISIBILITY()
116 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/cpu/m68k/
A Datomicity.h39 register _Atomic_word __result = *__mem; in _GLIBCXX_VISIBILITY() local
46 : "d" (__val), "0" (__result), "m" (*__mem)); in _GLIBCXX_VISIBILITY()
47 return __result; in _GLIBCXX_VISIBILITY()
57 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
62 __result = *__mem; in _GLIBCXX_VISIBILITY()
63 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
66 return __result; in _GLIBCXX_VISIBILITY()
86 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
112 __result = *__mem; in _GLIBCXX_VISIBILITY()
113 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/cpu/m68k/
A Datomicity.h39 register _Atomic_word __result = *__mem; in _GLIBCXX_VISIBILITY() local
46 : "d" (__val), "0" (__result), "m" (*__mem)); in _GLIBCXX_VISIBILITY()
47 return __result; in _GLIBCXX_VISIBILITY()
60 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
65 __result = *__mem; in _GLIBCXX_VISIBILITY()
66 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
69 return __result; in _GLIBCXX_VISIBILITY()
89 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
115 __result = *__mem; in _GLIBCXX_VISIBILITY()
116 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/cpu/m68k/
A Datomicity.h39 register _Atomic_word __result = *__mem; in _GLIBCXX_VISIBILITY() local
46 : "d" (__val), "0" (__result), "m" (*__mem)); in _GLIBCXX_VISIBILITY()
47 return __result; in _GLIBCXX_VISIBILITY()
60 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
65 __result = *__mem; in _GLIBCXX_VISIBILITY()
66 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
69 return __result; in _GLIBCXX_VISIBILITY()
89 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
115 __result = *__mem; in _GLIBCXX_VISIBILITY()
116 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/cpu/m68k/
A Datomicity.h39 register _Atomic_word __result = *__mem; in _GLIBCXX_VISIBILITY() local
46 : "d" (__val), "0" (__result), "m" (*__mem)); in _GLIBCXX_VISIBILITY()
47 return __result; in _GLIBCXX_VISIBILITY()
60 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
65 __result = *__mem; in _GLIBCXX_VISIBILITY()
66 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
69 return __result; in _GLIBCXX_VISIBILITY()
89 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
115 __result = *__mem; in _GLIBCXX_VISIBILITY()
116 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/cpu/m68k/
A Datomicity.h39 register _Atomic_word __result = *__mem; in _GLIBCXX_VISIBILITY() local
46 : "d" (__val), "0" (__result), "m" (*__mem)); in _GLIBCXX_VISIBILITY()
47 return __result; in _GLIBCXX_VISIBILITY()
60 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
65 __result = *__mem; in _GLIBCXX_VISIBILITY()
66 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
69 return __result; in _GLIBCXX_VISIBILITY()
89 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
115 __result = *__mem; in _GLIBCXX_VISIBILITY()
116 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/cpu/m68k/
A Datomicity.h39 register _Atomic_word __result = *__mem; in _GLIBCXX_VISIBILITY() local
46 : "d" (__val), "0" (__result), "m" (*__mem)); in _GLIBCXX_VISIBILITY()
47 return __result; in _GLIBCXX_VISIBILITY()
57 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
62 __result = *__mem; in _GLIBCXX_VISIBILITY()
63 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
66 return __result; in _GLIBCXX_VISIBILITY()
86 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
112 __result = *__mem; in _GLIBCXX_VISIBILITY()
113 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/cpu/m68k/
A Datomicity.h39 register _Atomic_word __result = *__mem; in _GLIBCXX_VISIBILITY() local
46 : "d" (__val), "0" (__result), "m" (*__mem)); in _GLIBCXX_VISIBILITY()
47 return __result; in _GLIBCXX_VISIBILITY()
60 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
65 __result = *__mem; in _GLIBCXX_VISIBILITY()
66 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
69 return __result; in _GLIBCXX_VISIBILITY()
89 _Atomic_word __result; in _GLIBCXX_VISIBILITY()
115 __result = *__mem; in _GLIBCXX_VISIBILITY()
116 *__mem = __result + __val; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dstl_numeric.h249 return __result; in _GLIBCXX_VISIBILITY()
251 *__result = __value; in _GLIBCXX_VISIBILITY()
255 *++__result = __value; in _GLIBCXX_VISIBILITY()
257 return ++__result; in _GLIBCXX_VISIBILITY()
290 return __result; in _GLIBCXX_VISIBILITY()
296 *++__result = __value; in _GLIBCXX_VISIBILITY()
298 return ++__result; in _GLIBCXX_VISIBILITY()
329 return __result; in _GLIBCXX_VISIBILITY()
338 return ++__result; in _GLIBCXX_VISIBILITY()
372 return __result; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstl_numeric.h249 return __result; in _GLIBCXX_VISIBILITY()
251 *__result = __value; in _GLIBCXX_VISIBILITY()
255 *++__result = __value; in _GLIBCXX_VISIBILITY()
257 return ++__result; in _GLIBCXX_VISIBILITY()
290 return __result; in _GLIBCXX_VISIBILITY()
296 *++__result = __value; in _GLIBCXX_VISIBILITY()
298 return ++__result; in _GLIBCXX_VISIBILITY()
329 return __result; in _GLIBCXX_VISIBILITY()
338 return ++__result; in _GLIBCXX_VISIBILITY()
372 return __result; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstl_numeric.h249 return __result; in _GLIBCXX_VISIBILITY()
251 *__result = __value; in _GLIBCXX_VISIBILITY()
255 *++__result = __value; in _GLIBCXX_VISIBILITY()
257 return ++__result; in _GLIBCXX_VISIBILITY()
290 return __result; in _GLIBCXX_VISIBILITY()
296 *++__result = __value; in _GLIBCXX_VISIBILITY()
298 return ++__result; in _GLIBCXX_VISIBILITY()
329 return __result; in _GLIBCXX_VISIBILITY()
338 return ++__result; in _GLIBCXX_VISIBILITY()
372 return __result; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dstl_numeric.h249 return __result; in _GLIBCXX_VISIBILITY()
251 *__result = __value; in _GLIBCXX_VISIBILITY()
255 *++__result = __value; in _GLIBCXX_VISIBILITY()
257 return ++__result; in _GLIBCXX_VISIBILITY()
290 return __result; in _GLIBCXX_VISIBILITY()
296 *++__result = __value; in _GLIBCXX_VISIBILITY()
298 return ++__result; in _GLIBCXX_VISIBILITY()
329 return __result; in _GLIBCXX_VISIBILITY()
338 return ++__result; in _GLIBCXX_VISIBILITY()
372 return __result; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dstl_numeric.h249 return __result; in _GLIBCXX_VISIBILITY()
251 *__result = __value; in _GLIBCXX_VISIBILITY()
255 *++__result = __value; in _GLIBCXX_VISIBILITY()
257 return ++__result; in _GLIBCXX_VISIBILITY()
290 return __result; in _GLIBCXX_VISIBILITY()
296 *++__result = __value; in _GLIBCXX_VISIBILITY()
298 return ++__result; in _GLIBCXX_VISIBILITY()
329 return __result; in _GLIBCXX_VISIBILITY()
338 return ++__result; in _GLIBCXX_VISIBILITY()
372 return __result; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dranges_algobase.h224 std::move(__result)); in _GLIBCXX_VISIBILITY()
241 __result); in _GLIBCXX_VISIBILITY()
275 *__result = *__first; in _GLIBCXX_VISIBILITY()
277 ++__result; in _GLIBCXX_VISIBILITY()
288 *__result = *__first; in _GLIBCXX_VISIBILITY()
290 ++__result; in _GLIBCXX_VISIBILITY()
413 --__result; in _GLIBCXX_VISIBILITY()
417 *__result = *__tail; in _GLIBCXX_VISIBILITY()
429 --__result; in _GLIBCXX_VISIBILITY()
433 *__result = *__tail; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dranges_algobase.h225 std::move(__result)); in _GLIBCXX_VISIBILITY()
242 __result); in _GLIBCXX_VISIBILITY()
276 *__result = *__first; in _GLIBCXX_VISIBILITY()
278 ++__result; in _GLIBCXX_VISIBILITY()
289 *__result = *__first; in _GLIBCXX_VISIBILITY()
291 ++__result; in _GLIBCXX_VISIBILITY()
414 --__result; in _GLIBCXX_VISIBILITY()
418 *__result = *__tail; in _GLIBCXX_VISIBILITY()
430 --__result; in _GLIBCXX_VISIBILITY()
434 *__result = *__tail; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/parallel/
A Dpartial_sum.h64 return __result; in __parallel_partial_sum_basecase()
69 *__result = __value; in __parallel_partial_sum_basecase()
70 ++__result; in __parallel_partial_sum_basecase()
73 return __result; in __parallel_partial_sum_basecase()
90 _OutputIterator __result, in __parallel_partial_sum_linear() argument
99 return __result; in __parallel_partial_sum_linear()
106 *__result = *__begin; in __parallel_partial_sum_linear()
108 __result + 1, __bin_op, in __parallel_partial_sum_linear()
156 __result + 1, in __parallel_partial_sum_linear()
192 return __result + __n; in __parallel_partial_sum_linear()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/parallel/
A Dpartial_sum.h64 return __result; in __parallel_partial_sum_basecase()
69 *__result = __value; in __parallel_partial_sum_basecase()
70 ++__result; in __parallel_partial_sum_basecase()
73 return __result; in __parallel_partial_sum_basecase()
90 _OutputIterator __result, in __parallel_partial_sum_linear() argument
99 return __result; in __parallel_partial_sum_linear()
106 *__result = *__begin; in __parallel_partial_sum_linear()
108 __result + 1, __bin_op, in __parallel_partial_sum_linear()
156 __result + 1, in __parallel_partial_sum_linear()
192 return __result + __n; in __parallel_partial_sum_linear()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/parallel/
A Dpartial_sum.h64 return __result; in __parallel_partial_sum_basecase()
69 *__result = __value; in __parallel_partial_sum_basecase()
70 ++__result; in __parallel_partial_sum_basecase()
73 return __result; in __parallel_partial_sum_basecase()
90 _OutputIterator __result, in __parallel_partial_sum_linear() argument
99 return __result; in __parallel_partial_sum_linear()
106 *__result = *__begin; in __parallel_partial_sum_linear()
108 __result + 1, __bin_op, in __parallel_partial_sum_linear()
156 __result + 1, in __parallel_partial_sum_linear()
192 return __result + __n; in __parallel_partial_sum_linear()
[all …]

Completed in 51 milliseconds

12345678910>>...21