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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 137 lua_pushinteger(L, lua_rawlen(L, 1));
174 lua_pushinteger(L, b);
182 lua_pushinteger(L, res);
202 if (iszero) lua_pushinteger(L, 0); /* and initial value */
234 lua_pushinteger(L, i);
356 lua_pushinteger(L, n-1);
lstrlib.c 40 lua_pushinteger(L, (lua_Integer)l);
147 lua_pushinteger(L, uchar(s[posi+i-1]));
548 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1);
592 lua_pushinteger(L, s2 - s + 1);
593 lua_pushinteger(L, s2 - s + lp);
615 lua_pushinteger(L, s1 - s + 1); /* start */
616 lua_pushinteger(L, res - s); /* end */
659 lua_pushinteger(L, newstart);
672 lua_pushinteger(L, 0);
775 lua_pushinteger(L, n); /* number of substitutions *
    [all...]
ldblib.c 78 lua_pushinteger(L, v);
268 lua_pushinteger(L, ar->currentline);
339 lua_pushinteger(L, lua_gethookcount(L1));
lmathlib.c 157 lua_pushinteger(L, e);
loslib.c 137 lua_pushinteger(L, value);
ltablib.c 122 lua_pushinteger(L, n);
lauxlib.c 219 lua_pushinteger(L, en);
258 lua_pushinteger(L, stat);
548 lua_pushinteger(L, ref);
lua.c 489 lua_pushinteger(L, argc); /* 1st argument */
lua.h 207 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n);
luac.c 198 lua_pushinteger(L,argc);
liolib.c 308 lua_pushinteger(L, n); /* number of arguments to read */
lapi.c 483 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { function
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 531 lua_pushinteger(L, get_ref<SkCanvas>(L, 1)->save());
    [all...]
  /external/skia/src/utils/
SkLua.cpp 531 lua_pushinteger(L, get_ref<SkCanvas>(L, 1)->save());
    [all...]

Completed in 105 milliseconds