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

/external/chromium_org/third_party/skia/third_party/lua/src/
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;

Completed in 154 milliseconds