HomeSort by relevance Sort by last modified time
    Searched full:aux_getn (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ltablib.c 19 #define aux_getn(L,n) (luaL_checktype(L, n, LUA_TTABLE), luaL_len(L, n)) macro
42 int e = aux_getn(L, 1) + 1; /* first empty element */
69 int size = aux_getn(L, 1);
248 int n = aux_getn(L, 1);

Completed in 52 milliseconds