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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstring.h 40 LUAI_FUNC void luaS_resize (lua_State *L, int newsize);
lstring.c 64 void luaS_resize (lua_State *L, int newsize) {
122 luaS_resize(L, tb->size*2); /* too crowded */
lstate.c 188 luaS_resize(L, MINSTRTABSIZE); /* initial size of string table */
lgc.c 776 luaS_resize(L, hs); /* halve its size */
    [all...]

Completed in 507 milliseconds