Searched refs:__result (Results 1 - 12 of 12) sorted by relevance

/external/libpcap/Win32/Include/net/
H A 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/
H A 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/vboot_reference/tests/tpm_lite/
H A Dtpmtest_timing.c27 uint32_t __result; \
29 __result = op; \
30 if (__result != TPM_SUCCESS) { \
31 printf(#op ": error 0x%x\n", __result); \
/external/bison/lib/
H A 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/e2fsprogs/intl/
H A Dlibgettext.h146 char *__result; \
157 __result = __translation__; \
160 __result = dcgettext__ (Domainname, Msgid, Category); \
161 __result; \
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h178 >::type __copy(_Tp* __first, _Tp* __last, _Up* __result) { argument
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) { argument
215 __result -= __n;
216 memmove(__result, __first, __n * sizeof(_Up));
218 return __result;
195 __copy_backward(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result) argument
[all...]
/external/bison/darwin-lib/
H A 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/
H A 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/
H A 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/
H A Dhtmxlintrin.h341 __TM_is_failure_persistent (long const __result) argument
343 return __result == _HTM_TBEGIN_PERSISTENT;
/external/elfutils/libelf/
H A Dgelf.h327 GElf_Nhdr *__result,
/external/valgrind/perf/
H A 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)

Completed in 1033 milliseconds