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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ltable.h 21 LUAI_FUNC const TValue *luaH_getint (Table *t, int key);
ltable.c 446 const TValue *luaH_getint (Table *t, int key) {
490 return luaH_getint(t, k); /* use specialized version */
519 const TValue *p = luaH_getint(t, key);
536 while (!ttisnil(luaH_getint(t, j))) {
542 while (!ttisnil(luaH_getint(t, i))) i++;
549 if (ttisnil(luaH_getint(t, m))) j = m;
lapi.c 612 gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
654 setobj2s(L, L->top, luaH_getint(hvalue(t), n));
739 gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
986 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS);

Completed in 48 milliseconds