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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 383 luaL_addsize(&b, l);
385 luaL_addsize(&b, l - chop); /* chop 'eol' if needed */
402 luaL_addsize(&b, nr);
418 luaL_addsize(&b, nr);
lauxlib.c 462 luaL_addsize(B, l);
480 luaL_addsize(B, sz);
lstrlib.c 970 luaL_addsize(&b, nb);
  /external/lua/src/
liolib.c 493 luaL_addsize(&b, i);
510 luaL_addsize(&b, nr);
523 luaL_addsize(&b, nr);
lauxlib.h 161 #define luaL_addsize(B,s) ((B)->n += (s))
loslib.c 316 luaL_addsize(&b, reslen);
lstrlib.c 966 luaL_addsize(b, nb);
1088 luaL_addsize(&b, nb);
    [all...]
lauxlib.c 532 luaL_addsize(B, l);
553 luaL_addsize(B, sz);
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lauxlib.h 156 #define luaL_addsize(B,s) ((B)->n += (s))

Completed in 1104 milliseconds