Searched refs:ARG (Results 1 – 7 of 7) sorted by relevance
/sysdeps/ia64/fpu/ |
A D | lgamma-compat.h | 32 #define CALL_LGAMMA(TYPE, FUNC, ARG) \ argument 36 lgamma_tmp = FUNC ((ARG), &__signgam, sizeof (__signgam)); \
|
/sysdeps/generic/ |
A D | libc-lock.h | 105 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 108 typeof (ARG) __save_ARG = ARG; \
|
/sysdeps/unix/sysv/linux/i386/ |
A D | clone.S | 33 #define ARG FLAGS+4 macro 34 #define PTID ARG+4 56 movl ARG(%esp),%eax /* no negative argument counts */
|
A D | clone3.S | 46 #define ARG 16 macro 69 movl (ARG + 8)(%esp), %esi
|
/sysdeps/htl/ |
A D | libc-lock.h | 31 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 39 __handler.__arg = ARG; \
|
/sysdeps/nptl/ |
A D | libc-lock.h | 157 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 163 _buffer.__arg = (ARG); \
|
/sysdeps/mach/ |
A D | libc-lock.h | 175 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 180 { .__fct = (FCT), .__argp = (ARG), .__doit = (DOIT) };
|
Completed in 7 milliseconds