Home
last modified time | relevance | path

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

/external/libcxx/include/
D__bit_reference403 __bit_iterator<_Cp, false> __result)
420 *__result.__seg_ &= ~__m;
421 *__result.__seg_ |= __b;
422 __result.__seg_ += (__dn + __result.__ctz_) / __bits_per_word;
423 __result.__ctz_ = static_cast<unsigned>((__dn + __result.__ctz_) % __bits_per_word);
430 _VSTD::memmove(_VSTD::__to_raw_pointer(__result.__seg_),
434 __result.__seg_ += __nw;
441 *__result.__seg_ &= ~__m;
442 *__result.__seg_ |= __b;
443 __result.__ctz_ = static_cast<unsigned>(__n);
[all …]
Dnumeric120 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result)
125 *__result = __t;
126 for (++__first, (void) ++__result; __first != __last; ++__first, (void) ++__result)
129 *__result = __t;
132 return __result;
138 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result,
144 *__result = __t;
145 for (++__first, (void) ++__result; __first != __last; ++__first, (void) ++__result)
148 *__result = __t;
151 return __result;
[all …]
Dalgorithm1703 __copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result)
1705 for (; __first != __last; ++__first, (void) ++__result)
1706 *__result = *__first;
1707 return __result;
1718 __copy(_Tp* __first, _Tp* __last, _Up* __result)
1722 _VSTD::memmove(__result, __first, __n * sizeof(_Up));
1723 return __result + __n;
1729 copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result)
1731 return _VSTD::__copy(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));
1739 …y_backward(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result)
[all …]
D__tree1374 __iter_pointer __result);
1382 __iter_pointer __result) const;
1390 __iter_pointer __result);
1398 __iter_pointer __result) const;
2452 __iter_pointer __result = __end_node();
2458 __result = static_cast<__iter_pointer>(__rt);
2466 __upper_bound(__k, static_cast<__node_pointer>(__rt->__right_), __result)
2477 __iter_pointer __result)
2483 __result = static_cast<__iter_pointer>(__root);
2489 return iterator(__result);
[all …]
Dvariant294 size_t __result = __not_found;
297 if (__result != __not_found) {
300 __result = __i;
303 return __result;
338 _Trait __result = _Trait::_TriviallyAvailable;
340 if (static_cast<int>(__t) > static_cast<int>(__result)) {
341 __result = __t;
344 return __result;
465 using __result = array<common_type_t<decay_t<_Fs>...>, sizeof...(_Fs)>;
466 return __result{{_VSTD::forward<_Fs>(__fs)...}};
[all …]
D__std_stream109 int_type __result = __last_consumed_;
115 return __result;
Dstring3400 int __result = traits_type::compare(data(), __sv.data(),
3402 if (__result != 0)
3403 return __result;
/external/libpcap/Win32/Include/net/
Dnetdb.h130 struct hostent *__result,
133 struct hostent *__result, char *__buffer,
135 struct hostent *gethostent_r (struct hostent *__result,
138 struct netent *__result, char *__buffer,
141 struct netent *__result, char *__buffer,
143 struct netent *getnetent_r (struct netent *__result,
146 struct protoent *__result, char *__buffer,
149 struct protoent *__result, char *__buffer,
151 struct protoent *getprotoent_r (struct protoent *__result,
154 const char *__proto, struct servent *__result,
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Diobuf.h75 void *__result; \
76 __result = iob_reserve ( (iobuf), (len) ); \
78 __result; } )
92 void *__result; \
93 __result = iob_push ( (iobuf), (len) ); \
95 __result; } )
110 void *__result; \
111 __result = iob_pull ( (iobuf), (len) ); \
113 __result; } )
128 void *__result; \
[all …]
/external/bison/lib/
Dtime.in.h150 struct tm *restrict __result)
153 struct tm *restrict __result));
157 struct tm *restrict __result)
161 struct tm *restrict __result));
172 struct tm *restrict __result)
175 struct tm *restrict __result));
179 struct tm *restrict __result)
183 struct tm *restrict __result));
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx.h178 >::type __copy(_Tp* __first, _Tp* __last, _Up* __result) {
182 memmove(__result, __first, __n * sizeof(_Up));
184 return __result + __n;
196 _OutputIterator __result)
199 *--__result = *--__last;
200 return __result;
210 >::type __copy_backward(_Tp* __first, _Tp* __last, _Up* __result) {
215 __result -= __n;
216 memmove(__result, __first, __n * sizeof(_Up));
218 return __result;
/external/vboot_reference/tests/tpm_lite/
Dtpmtest_timing.c27 uint32_t __result; \
29 __result = op; \
30 if (__result != TPM_SUCCESS) { \
31 printf(#op ": error 0x%x\n", __result); \
/external/e2fsprogs/intl/
Dlibgettext.h146 char *__result; \
157 __result = __translation__; \
160 __result = dcgettext__ (Domainname, Msgid, Category); \
161 __result; \
/external/bison/darwin-lib/
Dtime.h462 struct tm *restrict __result)
465 struct tm *restrict __result));
469 struct tm *restrict __result)
473 struct tm *restrict __result));
484 struct tm *restrict __result)
487 struct tm *restrict __result));
491 struct tm *restrict __result)
495 struct tm *restrict __result));
/external/bison/linux-lib/
Dtime.h462 struct tm *restrict __result)
465 struct tm *restrict __result));
469 struct tm *restrict __result)
473 struct tm *restrict __result));
484 struct tm *restrict __result)
487 struct tm *restrict __result));
491 struct tm *restrict __result)
495 struct tm *restrict __result));
/external/libdrm/
Dxf86drm.h428 unsigned long __result, __old = (old) & 0xffffffff; \
430 __result = _InterlockedCompareExchange_acq(&__drm_dummy_lock(lock), (new), __old);\
431 __ret = (__result) != (__old); \
440 unsigned int __result, __old = (old); \
446 : "=r" (__result), "=m" (__drm_dummy_lock(lock)) \
449 __ret = (__result) != (__old); \
/external/clang/lib/Headers/
Dhtmxlintrin.h341 __TM_is_failure_persistent (long const __result) in __TM_is_failure_persistent() argument
343 return __result == _HTM_TBEGIN_PERSISTENT; in __TM_is_failure_persistent()
/external/elfutils/libelf/
Dgelf.h327 GElf_Nhdr *__result,
/external/llvm/lib/Target/
DREADME.txt1237 register size_t __result = 0;
1238 while (__s[__result] != '\0' && __s[__result] != __reject1 &&
1239 __s[__result] != __reject2 && __s[__result] != __reject3)
1240 ++__result;
1241 return __result;
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt1281 register size_t __result = 0;
1282 while (__s[__result] != '\0' && __s[__result] != __reject1 &&
1283 __s[__result] != __reject2 && __s[__result] != __reject3)
1284 ++__result;
1285 return __result;
/external/valgrind/perf/
Dtest_input_for_tinycc.c577 … int32_t *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
645 … double *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
648 … double *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
652 long int *__restrict __result)
656 long int *__restrict __result)
661 long int *__restrict __result)
665 long int *__restrict __result)
/external/boringssl/src/third_party/android-cmake/
Dandroid.toolchain.cmake1175 RESULT_VARIABLE __result ERROR_QUIET )
1176 if( __result EQUAL 0 )