OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2715 milliseconds