/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/ |
A D | syscalls.h | 128 #define ASMFMT_2(arg1, arg2) \ argument 129 , "d" (arg1), "c" (arg2) 131 #define ASMFMT_3(arg1, arg2, arg3) \ argument 132 , "a" (arg1), "c" (arg2), "d" (arg3) 134 #define ASMFMT_4(arg1, arg2, arg3, arg4) \ argument 136 #define ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \ argument 179 #define ASMFMT_2(arg1, arg2) \ argument 180 , "b" (arg1), "c" (arg2) 181 #define ASMFMT_3(arg1, arg2, arg3) \ argument 182 , "b" (arg1), "c" (arg2), "d" (arg3) [all …]
|
A D | mathinline.h | 222 # define __inline_mathcode2(func, arg1, arg2, code) \ argument 226 # define __inline_mathcodeNP2(func, arg1, arg2, code) \ argument 230 # define __inline_mathcode3(func, arg1, arg2, arg3, code) \ argument 234 # define __inline_mathcodeNP3(func, arg1, arg2, arg3, code) \ argument 243 # define __inline_mathcode2(func, arg1, arg2, code) \ argument 244 __inline_mathcode2_ (double, func, arg1, arg2, code) 245 # define __inline_mathcodeNP2(func, arg1, arg2, code) \ argument 246 __inline_mathcodeNP2_ (double, func, arg1, arg2, code) 247 # define __inline_mathcode3(func, arg1, arg2, arg3, code) \ argument 248 __inline_mathcode3_ (double, func, arg1, arg2, arg3, code) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/bits/ |
A D | syscalls.h | 26 #define ASMFMT_2(arg1, arg2) \ argument 28 , "q1" ((long)(arg2)) 30 #define ASMFMT_3(arg1, arg2, arg3) \ argument 31 ASMFMT_2(arg1, arg2) \ 34 #define ASMFMT_4(arg1, arg2, arg3, arg4) \ argument 35 ASMFMT_3(arg1, arg2, arg3) \ 38 #define ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \ argument 39 ASMFMT_4(arg1, arg2, arg3, arg4) \ 42 #define ASMFMT_6(arg1, arg2, arg3, arg4, arg5, arg6) \ argument 43 ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/vax/bits/ |
A D | syscalls.h | 82 #define _syscall2(type, name, type1, arg1, type2, arg2) \ argument 84 type2 arg2) \ 101 "m" (arg2) \ 113 type2 arg2, \ 132 "m" (arg2), \ 146 type2 arg2, \ 167 "m" (arg2), \ 182 type2 arg2, \ 205 "m" (arg2), \ 221 type2 arg2, \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/bits/ |
A D | syscalls.h | 52 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 53 type name(type1 arg1,type2 arg2) \ 57 register unsigned long __sc3 __asm__ ("r3") = (unsigned long) arg2; \ 64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 65 type name(type1 arg1,type2 arg2,type3 arg3) \ 69 register unsigned long __sc3 __asm__ ("r3") = (unsigned long) arg2; \ 77 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 78 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 82 register unsigned long __sc3 __asm__ ("r3") = (unsigned long) arg2; \ 92 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/bits/ |
A D | syscalls.h | 64 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 65 type name(type1 arg1,type2 arg2) \ 69 register unsigned long __sc1 __asm__ ("gr9") = (unsigned long) arg2; \ 76 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 77 type name(type1 arg1,type2 arg2,type3 arg3) \ 81 register unsigned long __sc1 __asm__ ("gr9") = (unsigned long) arg2; \ 89 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 90 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 94 register unsigned long __sc1 __asm__ ("gr9") = (unsigned long) arg2; \ 104 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/bits/ |
A D | syscalls.h | 156 #define LOAD_ARGS_2(nm, arg1, arg2) \ argument 157 int _tmp2 = (int) (arg2); \ 161 #define LOAD_ARGS_3(nm, arg1, arg2, arg3) \ argument 163 LOAD_ARGS_2 (nm, arg1, arg2) \ 166 #define LOAD_ARGS_4(nm, arg1, arg2, arg3, arg4) \ argument 168 LOAD_ARGS_3 (nm, arg1, arg2, arg3) \ 171 #define LOAD_ARGS_5(nm, arg1, arg2, arg3, arg4, arg5) \ argument 173 LOAD_ARGS_4 (nm, arg1, arg2, arg3, arg4) \ 176 #define LOAD_ARGS_6(nm, arg1, arg2, arg3, arg4, arg5, arg6) \ argument 178 LOAD_ARGS_5 (nm, arg1, arg2, arg3, arg4, arg5) \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/bits/ |
A D | syscalls.h | 54 #define SUBSTITUTE_ARGS_2(arg1, arg2) \ argument 56 long int _arg2 = (long int) (arg2); \ 59 #define SUBSTITUTE_ARGS_3(arg1, arg2, arg3) \ argument 61 long int _arg2 = (long int) (arg2); \ 66 #define SUBSTITUTE_ARGS_4(arg1, arg2, arg3, arg4) \ argument 68 long int _arg2 = (long int) (arg2); \ 75 #define SUBSTITUTE_ARGS_5(arg1, arg2, arg3, arg4, arg5) \ argument 77 long int _arg2 = (long int) (arg2); \ 86 #define SUBSTITUTE_ARGS_6(arg1, arg2, arg3, arg4, arg5, arg6) \ argument 88 long int _arg2 = (long int) (arg2); \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/ |
A D | syscalls.h | 94 #define internal_syscall2(ncs_init, cs_init, input, err, arg1, arg2) \ argument 101 register ARG_TYPE __a1 __asm__("$5") = (ARG_TYPE) arg2; \ 117 #define internal_syscall3(ncs_init, cs_init, input, err, arg1, arg2, arg3)\ argument 124 register ARG_TYPE __a1 __asm__("$5") = (ARG_TYPE) arg2; \ 141 #define internal_syscall4(ncs_init, cs_init, input, err, arg1, arg2, arg3, arg4)\ argument 148 register ARG_TYPE __a1 __asm__("$5") = (ARG_TYPE) arg2; \ 181 register long __a1 __asm__("$5") = (long) arg2; \ 210 register long __a1 __asm__("$5") = (long) arg2; \ 240 register long __a1 __asm__("$5") = (long) arg2; \ 275 register ARG_TYPE __a1 __asm__("$5") = (ARG_TYPE) arg2; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/ |
A D | syscalls.h | 117 #define inline_syscall2(name,arg1,arg2) \ argument 124 register long _tmp_17 = (long) (arg2); \ 139 #define inline_syscall3(name,arg1,arg2,arg3) \ argument 147 register long _tmp_17 = (long) (arg2); \ 165 #define inline_syscall4(name,arg1,arg2,arg3,arg4) \ argument 173 register long _tmp_17 = (long) (arg2); \ 193 #define inline_syscall5(name,arg1,arg2,arg3,arg4,arg5) \ argument 202 register long _tmp_17 = (long) (arg2); \ 224 #define inline_syscall6(name,arg1,arg2,arg3,arg4,arg5,arg6) \ argument 234 register long _tmp_17 = (long) (arg2); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/ |
A D | prctl.c | 16 static inline _syscall5(int, __syscall_prctl, int, option, long, arg2, 21 long arg2; in prctl() local 28 arg2 = va_arg(ap, long); in prctl() 34 return INLINE_SYSCALL(prctl, 5, __option, arg2, arg3, arg4, arg5); in prctl()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/ |
A D | divrem.h | 50 #define arg2 t11 macro 66 # define GETSIGN(x) xor arg1, arg2, x 99 LONGIFY (arg2, divisor) 167 or arg1, arg2, AT 174 stq arg2, 8(sp) 177 NEG (arg2, AT) 179 cmovge AT, AT, arg2 186 ldq arg2, 8(sp)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | vasprintf.c | 55 va_list arg2; in vasprintf() 58 va_copy(arg2, arg); in vasprintf() 59 rv = vsnprintf(NULL, 0, format, arg2); in vasprintf() 60 va_end(arg2); in vasprintf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | setxid.h | 23 #define __SETXID_2(cmd, arg1, arg2) \ argument 24 __SETXID_1 (cmd, arg1); cmd.id[1] = arg2 25 #define __SETXID_3(cmd, arg1, arg2, arg3) \ argument 26 __SETXID_2 (cmd, arg1, arg2); cmd.id[2] = arg3
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/ |
A D | syscall.c | 33 long int arg0, arg1, arg2, arg3, arg4, arg5; in syscall() local 40 arg2 = va_arg (args, long int); in syscall() 48 K_LOAD_ARGS_6 (arg0, arg1, arg2, arg3, arg4, arg5) in syscall()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | syscall.c | 9 long syscall(long sysnum, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6) in syscall() argument 11 return INLINE_SYSCALL_NCS(sysnum, 6, arg1, arg2, arg3, arg4, arg5, arg6); in syscall()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | syscall.c | 26 long syscall(long sysnum, long arg1, long arg2, long arg3, in syscall() argument 31 register unsigned long __sc1 __asm__ ("gr9") = (unsigned long) (arg2); in syscall()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/ |
A D | syscall.c | 9 long arg1, long arg2, long arg3, in syscall() argument 14 register long __sc3 __asm__ ("r3") = (long) arg2; in syscall()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/ |
A D | syscall.c | 14 long arg1, long arg2, long arg3, in syscall() argument 21 register long __b __asm__ ("D0Ar2") = arg2; in syscall()
|
/l4re-core-master/ned/doc/ |
A D | tutorial.lua | 181 L4.default_loader:start({}, "rom/program arg1 " .. arg2, { LD_DEBUG = 1 }); 192 L4.default_loader:startv({}, "rom/program", "arg1", arg2, { LD_DEBUG = 1 });
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | unwind-cxx.h | 45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument 50 #define PROBE2(name, arg1, arg2) argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | unwind-cxx.h | 45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument 50 #define PROBE2(name, arg1, arg2) argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | unwind-cxx.h | 45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument 50 #define PROBE2(name, arg1, arg2) argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | unwind-cxx.h | 45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument 50 #define PROBE2(name, arg1, arg2) argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | unwind-cxx.h | 45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument 50 #define PROBE2(name, arg1, arg2) argument
|