Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 25 of 29) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/bits/
A Dsyscalls.h26 #define ASMFMT_2(arg1, arg2) \ argument
30 #define ASMFMT_3(arg1, arg2, arg3) \ argument
34 #define ASMFMT_4(arg1, arg2, arg3, arg4) \ argument
38 #define ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \ argument
42 #define ASMFMT_6(arg1, arg2, arg3, arg4, arg5, arg6) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/
A Dsyscalls.h128 #define ASMFMT_2(arg1, arg2) \ argument
131 #define ASMFMT_3(arg1, arg2, arg3) \ argument
134 #define ASMFMT_4(arg1, arg2, arg3, arg4) \ argument
136 #define ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \ argument
138 #define ASMFMT_6(arg1, arg2, arg3, arg4, arg5, arg6) \ argument
179 #define ASMFMT_2(arg1, arg2) \ argument
181 #define ASMFMT_3(arg1, arg2, arg3) \ argument
183 #define ASMFMT_4(arg1, arg2, arg3, arg4) \ argument
185 #define ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \ argument
187 #define ASMFMT_6(arg1, arg2, arg3, arg4, arg5, arg6) \ argument
A Dmathinline.h222 # 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
245 # define __inline_mathcodeNP2(func, arg1, arg2, code) \ argument
247 # define __inline_mathcode3(func, arg1, arg2, arg3, code) \ argument
249 # define __inline_mathcodeNP3(func, arg1, arg2, arg3, code) \ argument
264 #define __inline_mathcode2_(float_type, func, arg1, arg2, code) \ argument
268 #define __inline_mathcodeNP2_(float_type, func, arg1, arg2, code) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/bits/
A Dsyscalls.h54 #define SUBSTITUTE_ARGS_2(arg1, arg2) \ argument
59 #define SUBSTITUTE_ARGS_3(arg1, arg2, arg3) \ argument
66 #define SUBSTITUTE_ARGS_4(arg1, arg2, arg3, arg4) \ argument
75 #define SUBSTITUTE_ARGS_5(arg1, arg2, arg3, arg4, arg5) \ argument
86 #define SUBSTITUTE_ARGS_6(arg1, arg2, arg3, arg4, arg5, arg6) \ argument
99 #define SUBSTITUTE_ARGS_7(arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/
A Dsyscalls.h117 #define inline_syscall2(name,arg1,arg2) \ argument
139 #define inline_syscall3(name,arg1,arg2,arg3) \ argument
165 #define inline_syscall4(name,arg1,arg2,arg3,arg4) \ argument
193 #define inline_syscall5(name,arg1,arg2,arg3,arg4,arg5) \ argument
224 #define inline_syscall6(name,arg1,arg2,arg3,arg4,arg5,arg6) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Dsyscalls.h94 #define internal_syscall2(ncs_init, cs_init, input, err, arg1, arg2) \ argument
117 #define internal_syscall3(ncs_init, cs_init, input, err, arg1, arg2, arg3)\ argument
141 #define internal_syscall4(ncs_init, cs_init, input, err, arg1, arg2, arg3, arg4)\ argument
173 #define internal_syscall5(ncs_init, cs_init, input, err, arg1, arg2, arg3, arg4, arg5)\ argument
202 #define internal_syscall6(ncs_init, cs_init, input, err, arg1, arg2, arg3, arg4, arg5, arg6)\ argument
232 #define internal_syscall7(ncs_init, cs_init, input, err, arg1, arg2, arg3, arg4, arg5, arg6, arg7)\ argument
268 #define internal_syscall5(ncs_init, cs_init, input, err, arg1, arg2, arg3, arg4, arg5) \ argument
293 #define internal_syscall6(ncs_init, cs_init, input, err, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/bits/
A Dsyscalls.h52 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
77 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
91 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
107 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5, type6, arg6) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/vax/bits/
A Dsyscalls.h82 #define _syscall2(type, name, type1, arg1, type2, arg2) \ argument
111 #define _syscall3(type, name, type1, arg1, type2, arg2, type3, arg3) \ argument
143 #define _syscall4(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument
179 #define _syscall5(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument
218 #define _syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/bits/
A Dsyscalls.h156 #define LOAD_ARGS_2(nm, arg1, arg2) \ argument
161 #define LOAD_ARGS_3(nm, arg1, arg2, arg3) \ argument
166 #define LOAD_ARGS_4(nm, arg1, arg2, arg3, arg4) \ argument
171 #define LOAD_ARGS_5(nm, arg1, arg2, arg3, arg4, arg5) \ argument
176 #define LOAD_ARGS_6(nm, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
181 #define LOAD_ARGS_7(nm, arg1, arg2, arg3, arg4, arg5, arg6, arg7)\ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/bits/
A Dsyscalls.h64 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
76 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
89 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
103 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
119 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5, type6, arg6) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dsetxid.h23 #define __SETXID_2(cmd, arg1, arg2) \ argument
25 #define __SETXID_3(cmd, arg1, arg2, arg3) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dsyscall.c9 long syscall(long sysnum, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6) in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/
A Dsyscall.c26 long syscall(long sysnum, long arg1, long arg2, long arg3, in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/
A Dsyscall.c9 long arg1, long arg2, long arg3, in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/
A Dprctl.c21 long arg2; in prctl() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/
A Dsyscall.c14 long arg1, long arg2, long arg3, in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/
A Dsyscall.c33 long int arg0, arg1, arg2, arg3, arg4, arg5; in syscall() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Ddivrem.h50 #define arg2 t11 macro
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dunwind-cxx.h45 #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 Dunwind-cxx.h45 #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 Dunwind-cxx.h45 #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 Dunwind-cxx.h45 #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 Dunwind-cxx.h45 #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-8/libsupc++/
A Dunwind-cxx.h45 #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-10/libsupc++/
A Dunwind-cxx.h45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument
50 #define PROBE2(name, arg1, arg2) argument

Completed in 25 milliseconds

12