Home
last modified time | relevance | path

Searched defs:nres (Results 1 – 9 of 9) sorted by relevance

/external/lua/src/
Dlapi.h25 #define adjustresults(L,nres) \ argument
Dldo.c326 static StkId rethook (lua_State *L, CallInfo *ci, StkId firstres, int nres) { in rethook()
372 static void moveresults (lua_State *L, StkId res, int nres, int wanted) { in moveresults()
414 void luaD_poscall (lua_State *L, CallInfo *ci, int nres) { in luaD_poscall()
Dlcorolib.c33 int status, nres; in auxresume() local
Dlua.c132 static int docall (lua_State *L, int narg, int nres) { in docall()
Dlvm.c1676 int nres = ci->nresults; in luaV_execute() local
1690 int nres = ci->nresults; in luaV_execute() local
/external/oss-fuzz/projects/lua/
Dfuzz_lua.c120 static int docall (lua_State *L, int narg, int nres) { in docall()
/external/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.h78 unsigned nres; member
/external/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.h110 unsigned nres; member
/external/bc/include/
Dprogram.h122 #define bc_program_retire(p, nres, nops) \ argument