Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/h8300/bits/
A Dsyscalls.h29 : "=r" (__res) \
34 __res = -1; \
46 : "=r" (__res) \
52 __res = -1; \
65 : "=r" (__res) \
72 __res = -1; \
86 : "=r" (__res) \
94 __res = -1; \
109 : "=r" (__res) \
118 __res = -1; \
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/profile/impl/
A Dprofiler_vector_to_list.h181 if (!__res) in __destruct()
184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), in __destruct()
185 __res->__resize()); in __destruct()
186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), in __destruct()
203 if (__res) in __opr_insert()
211 if (__res) in __opr_iterate()
219 if (__res) in __invalid_operator()
220 __res->__set_invalid(); in __invalid_operator()
227 if (__res) in __resize()
259 if (__res) in __opr_find()
[all …]
A Dprofiler_list_to_vector.h184 if (!__res) in __destruct()
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); in __destruct()
188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); in __destruct()
190 __res->__set_list_cost(__lc); in __destruct()
202 if (__res) in __opr_insert()
210 if (__res) in __opr_iterate()
211 __res->__opr_iterate(__num); in __opr_iterate()
218 if (__res) in __invalid_operator()
219 __res->__set_invalid(); in __invalid_operator()
226 if (__res) in __resize()
[all …]
A Dprofiler_list_to_slist.h124 __list2slist_info* __res = __get_object_info(__obj); in __opr_rewind() local
125 if (__res) in __opr_rewind()
126 __res->__opr_rewind(); in __opr_rewind()
132 __list2slist_info* __res = __get_object_info(__obj); in __record_operation() local
133 if (__res) in __record_operation()
134 __res->__record_operation(); in __record_operation()
147 __list2slist_info* __res = __get_object_info(__obj); in __destruct() local
148 if (!__res) in __destruct()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dcharconv170 return __res;
188 __res.ec = {};
189 return __res;
207 return __res;
238 return __res;
256 return __res;
284 return __res;
302 return __res;
329 return __res;
347 return __res;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dcharconv173 return __res;
191 __res.ec = {};
192 return __res;
210 return __res;
241 return __res;
259 return __res;
287 return __res;
305 return __res;
332 return __res;
350 return __res;
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/
A Dsyscall.c19 register long __res __asm__ ("D0Re0"); in syscall()
29 : "=d" (__res) in syscall()
34 if(__res >= (unsigned long) -4095) { in syscall()
35 long err = __res; in syscall()
37 __res = (unsigned long) -1; in syscall()
39 return (long) __res; in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/bits/
A Dsyscalls.h73 register int __res __asm__("r0"); \
74 __res = INTERNAL_SYSCALL(nm, , nr_args, args); \
75 if (__builtin_expect (INTERNAL_SYSCALL_ERROR_P ((__res), ), 0)) \
77 ERRNO_ERRANDS(__res); \
79 __res; \
88 register int __res __asm__("r0"); \
89 __res = INTERNAL_SYSCALL_NCS(nm, , nr_args, args); \
90 if (__builtin_expect (INTERNAL_SYSCALL_ERROR_P ((__res), ), 0)) \
92 ERRNO_ERRANDS(__res); \
94 __res; \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dcharconv133 return __res;
155 __res.ec = {};
156 return __res;
174 return __res;
203 return __res;
221 return __res;
227 return __res;
256 return __res;
281 return __res;
299 return __res;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/debug/
A Dmap.h240 __res.second); in _GLIBCXX_VISIBILITY()
259 __res.second); in _GLIBCXX_VISIBILITY()
269 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
281 __res.second); in _GLIBCXX_VISIBILITY()
344 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local
346 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
355 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
385 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
394 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
656 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/debug/
A Dmap.h240 __res.second); in _GLIBCXX_VISIBILITY()
259 __res.second); in _GLIBCXX_VISIBILITY()
269 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
272 __res.second); in _GLIBCXX_VISIBILITY()
326 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local
328 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
337 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
367 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
376 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
594 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/
A Dpipe.c18 long __res, __res2; in pipe() local
24 : "=z" (__res), in pipe()
30 if ((unsigned long)(__res) >= (unsigned long)(-125)) { in pipe()
31 int __err = -(__res); in pipe()
35 fd[0] = __res; in pipe()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/debug/
A Dmap.h243 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
264 __res.second); in _GLIBCXX_VISIBILITY()
274 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
284 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
350 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local
352 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
361 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
397 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
406 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
669 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/debug/
A Dmap.h241 __res.second); in _GLIBCXX_VISIBILITY()
260 __res.second); in _GLIBCXX_VISIBILITY()
270 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
282 __res.second); in _GLIBCXX_VISIBILITY()
345 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local
347 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
356 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
386 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
395 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
651 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/debug/
A Dmap.h243 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
264 __res.second); in _GLIBCXX_VISIBILITY()
274 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
284 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
350 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local
352 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
361 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
397 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
406 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
669 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/debug/
A Dmap.h253 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
274 __res.second); in _GLIBCXX_VISIBILITY()
284 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
294 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
360 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local
362 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
371 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
407 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
416 return { { __res.first, this }, __res.second }; in _GLIBCXX_VISIBILITY()
679 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/parallel/
A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/parallel/
A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/parallel/
A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/parallel/
A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/parallel/
A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/parallel/
A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/parallel/
A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/parallel/
A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dcharconv134 return __res;
156 __res.ec = {};
157 return __res;
175 return __res;
204 return __res;
222 return __res;
228 return __res;
257 return __res;
282 return __res;
300 return __res;
[all …]

Completed in 55 milliseconds

12345678910>>...17