HomeSort by relevance Sort by last modified time
    Searched refs:Mbuffer (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.h 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
lzio.h 23 typedef struct Mbuffer {
27 } Mbuffer;
45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
llex.h 60 Mbuffer *buff; /* buffer for tokens */
lparser.h 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
lzio.c 68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) {
lstate.h 138 Mbuffer buff; /* temporary buffer for string concatenation */
lundump.c 26 Mbuffer* b;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
llex.c 53 Mbuffer *b = ls->buff;
ldo.c 624 Mbuffer buff; /* dynamic structure used by the scanner */
  /external/skia/third_party/lua/src/
lundump.h 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
lzio.h 23 typedef struct Mbuffer {
27 } Mbuffer;
45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
llex.h 60 Mbuffer *buff; /* buffer for tokens */
lparser.h 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
lzio.c 68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) {
lstate.h 138 Mbuffer buff; /* temporary buffer for string concatenation */
lundump.c 26 Mbuffer* b;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
llex.c 53 Mbuffer *b = ls->buff;
  /external/syslinux/com32/lua/src/
lundump.h 14 LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
lzio.h 23 typedef struct Mbuffer {
27 } Mbuffer;
45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
llex.h 60 Mbuffer *buff; /* buffer for tokens */
lparser.h 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
lzio.c 68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) {
lstate.h 138 Mbuffer buff; /* temporary buffer for string concatenation */
lundump.c 26 Mbuffer* b;
206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name)
llex.c 57 Mbuffer *b = ls->buff;

Completed in 245 milliseconds

1 2