Searched refs:luaH_getint (Results 1 - 6 of 6) sorted by relevance

/external/skia/third_party/lua/src/
H A Dltable.h21 LUAI_FUNC const TValue *luaH_getint (Table *t, int key);
H A Dltable.c446 const TValue *luaH_getint (Table *t, int key) { function
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;
H A Dlapi.c612 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);
/external/syslinux/com32/lua/src/
H A Dltable.h25 LUAI_FUNC const TValue *luaH_getint (Table *t, int key);
H A Dltable.c447 const TValue *luaH_getint (Table *t, int key) { function
491 return luaH_getint(t, k); /* use specialized version */
520 const TValue *p = luaH_getint(t, key);
537 while (!ttisnil(luaH_getint(t, j))) {
543 while (!ttisnil(luaH_getint(t, i))) i++;
550 if (ttisnil(luaH_getint(t, m))) j = m;
H A Dlapi.c612 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 53 milliseconds