HomeSort by relevance Sort by last modified time
    Searched refs:nResults (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
ldo.c 295 int luaD_precall (lua_State *L, StkId func, int nresults) {
309 ci->nresults = nresults;
334 ci->nresults = nresults;
349 return luaD_precall(L, func, nresults); /* now it must be a function */
368 wanted = ci->nresults;
386 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) {
394 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */
411 adjustresults(L, ci->nresults);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 202 int nResults;
206 m_pFuncs[i]->Call(color_value, 1, result, nResults);

Completed in 62 milliseconds