Searched refs:nResults (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | ldo.h | 43 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); 44 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
|
D | ldo.c | 495 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call() argument 498 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call() 507 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() argument 509 luaD_call(L, func, nResults); in luaD_callnoyield()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 216 int nResults; in ReadColor() local 219 func->Call(color_value, 1, result, &nResults); in ReadColor()
|
/external/lmfit/man/ |
D | lmmin.pod | 249 printf( "\nResults:\n" );
|