OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaH_resizearray
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
ltable.h
29
LUAI_FUNC void
luaH_resizearray
(lua_State *L, Table *t, int nasize);
ltable.c
337
void
luaH_resizearray
(lua_State *L, Table *t, int nasize) {
lvm.c
825
luaH_resizearray
(L, h, last); /* pre-allocate it at once */
Completed in 124 milliseconds