Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dsyscalls-common.h95 #define SYSCALL_FUNC(nargs, type, name, args...) \ argument
100 #define SYSCALL_NOERR_FUNC(nargs, type, name, args...) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/xtensa/bits/
A Dsyscalls.h36 #define DO_CALL(syscall_name, nargs) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/bits/
A Dsyscalls.h160 #define SYSCALL_FUNC(nargs, type, name, args...) \ argument
165 #define SYSCALL_NOERR_FUNC(nargs, type, name, args...) \ argument
/l4re-core-master/lua/lib/contrib/src/
A Dliolib.c567 int nargs = lua_gettop(L) - 1; in g_read() local
661 int nargs = lua_gettop(L) - arg; in g_write() local
A Dlapi.c997 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, in lua_callk()
1036 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
A Dldo.c773 LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs, in lua_resume()

Completed in 13 milliseconds