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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
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;
  /external/syslinux/com32/lua/src/
ltable.c 447 const TValue *luaH_getint (Table *t, int key) {
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;

Completed in 76 milliseconds