Home
last modified time | relevance | path

Searched defs:narg (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c97 static upb_fieldtype_t lupb_checkfieldtype(lua_State *L, int narg) { in lupb_checkfieldtype()
169 static upb_arena *lupb_arena_check(lua_State *L, int narg) { in lupb_arena_check()
213 static upb_arena *lupb_arenaget(lua_State *L, int narg) { in lupb_arenaget()
237 static upb_msgval lupb_tomsgval(lua_State *L, upb_fieldtype_t type, int narg, in lupb_tomsgval()
340 static lupb_array *lupb_array_check(lua_State *L, int narg) { in lupb_array_check()
351 static int lupb_array_checkindex(lua_State *L, int narg, uint32_t max) { in lupb_array_checkindex()
463 static lupb_map *lupb_map_check(lua_State *L, int narg) { in lupb_map_check()
613 static upb_msg *lupb_msg_check(lua_State *L, int narg) { in lupb_msg_check()
641 upb_msg *lupb_msg_pushnew(lua_State *L, int narg) { in lupb_msg_pushnew()
661 static void lupb_msg_newmsgwrapper(lua_State *L, int narg, upb_msgval val) { in lupb_msg_newmsgwrapper()
[all …]
Dupb.c136 bool lupb_checkbool(lua_State *L, int narg) { in lupb_checkbool()
145 const char *lupb_checkstring(lua_State *L, int narg, size_t *len) { in lupb_checkstring()
200 float lupb_checkfloat(lua_State *L, int narg) { in lupb_checkfloat()
Ddef.c32 static const void *lupb_wrapper_check(lua_State *L, int narg, in lupb_wrapper_check()
38 static void lupb_wrapper_pushsymtab(lua_State *L, int narg) { in lupb_wrapper_pushsymtab()
46 static void lupb_wrapper_pushwrapper(lua_State *L, int narg, const void *def, in lupb_wrapper_pushwrapper()
68 const upb_fielddef *lupb_fielddef_check(lua_State *L, int narg) { in lupb_fielddef_check()
217 const upb_oneofdef *lupb_oneofdef_check(lua_State *L, int narg) { in lupb_oneofdef_check()
324 const upb_msgdef *lupb_msgdef_check(lua_State *L, int narg) { in lupb_msgdef_check()
525 const upb_enumdef *lupb_enumdef_check(lua_State *L, int narg) { in lupb_enumdef_check()
613 const upb_filedef *lupb_filedef_check(lua_State *L, int narg) { in lupb_filedef_check()
712 upb_symtab *lupb_symtab_check(lua_State *L, int narg) { in lupb_symtab_check()
720 void lupb_symtab_pushwrapper(lua_State *L, int narg, const void *def, in lupb_symtab_pushwrapper()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fog.c57 #define NEG_EXP( result, narg ) \ argument
67 #define NEG_EXP( result, narg ) \ argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fog.c57 #define NEG_EXP( result, narg ) \ argument
67 #define NEG_EXP( result, narg ) \ argument
/external/mesa3d/src/mesa/tnl/
Dt_vb_fog.c56 #define NEG_EXP( result, narg ) \ argument
66 #define NEG_EXP( result, narg ) \ argument
/external/oss-fuzz/projects/lua/
Dfuzz_lua.c120 static int docall (lua_State *L, int narg, int nres) { in docall()
/external/bcc/src/lua/src/
Dmain.c87 static int docall(lua_State *L, int narg, int clear) { in docall()
/external/lua/src/
Dldo.c477 int narg = cast_int(L->top - func) - 1; in luaD_call() local
490 int narg = cast_int(L->top - func) - 1; /* number of real arguments */ in luaD_call() local
620 static int resume_error (lua_State *L, const char *msg, int narg) { in resume_error()
Dlcorolib.c32 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume()
Dlua.c132 static int docall (lua_State *L, int narg, int nres) { in docall()
161 int i, narg; in createargtable() local
/external/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c62 static char *narg; variable
/external/ltp/testcases/kernel/syscalls/kill/
Dkill10.c204 char *narg, *garg, *darg; variable
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c95 static char *narg; variable
/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h119 int narg; in pysqlite_connection_create_function() local
/external/one-true-awk/
Dawk.h161 struct Node *narg[1]; /* variable: actual size set by calling malloc */ member
/external/ltp/testcases/network/netstress/
Dnetstress.c117 static char *narg, *Narg, *qarg, *rarg, *Rarg, *aarg, *Targ, *barg, *targ, variable
/external/python/cpython3/Modules/_sqlite/
Dconnection.c898 const char *name, int narg, in pysqlite_connection_create_function_impl()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c867 int narg; in pysqlite_connection_create_function() local
/external/mksh/src/
Dedit.c2253 size_t ndel, narg; in x_kill() local