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

  /external/chromium_org/third_party/skia/third_party/lua/src/
liolib.c 382 luaL_addsize(&b, l);
384 luaL_addsize(&b, l - chop); /* chop 'eol' if needed */
401 luaL_addsize(&b, nr);
417 luaL_addsize(&b, nr);
lauxlib.h 156 #define luaL_addsize(B,s) ((B)->n += (s))
lauxlib.c 462 luaL_addsize(B, l);
480 luaL_addsize(B, sz);
lstrlib.c 970 luaL_addsize(&b, nb);

Completed in 40 milliseconds