Home
last modified time | relevance | path

Searched refs:nResults (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dldo.h43 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);
Dldo.c495 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/
Dcpdf_meshstream.cpp216 int nResults; in ReadColor() local
219 func->Call(color_value, 1, result, &nResults); in ReadColor()
/external/lmfit/man/
Dlmmin.pod249 printf( "\nResults:\n" );