Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlzio.h29 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument
31 #define luaZ_buffer(buff) ((buff)->buffer) argument
32 #define luaZ_sizebuffer(buff) ((buff)->buffsize) argument
33 #define luaZ_bufflen(buff) ((buff)->n) argument
35 #define luaZ_resetbuffer(buff) ((buff)->n = 0) argument
38 #define luaZ_resizebuffer(L, buff, size) \ argument
42 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
Dlzio.c24 const char *buff; in luaZ_fill() local
68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
Dloslib.c106 char buff[LUA_TMPNAMBUFSIZE]; in os_tmpname() local
171 static const char *checkoption (lua_State *L, const char *conv, char *buff) { in checkoption()
229 char buff[200]; /* should be big enough for any conversion result */ in os_date() local
Dlobject.c194 char buff; in luaO_pushvfstring() local
208 char buff[4*sizeof(void *) + 8]; /* should be enough space for a `%p' */ in luaO_pushvfstring() local
Dlstate.c61 char buff[LUAI_EXTRASPACE]; member
90 char buff[4 * sizeof(size_t)]; in makeseed() local
Dllex.h60 Mbuffer *buff; /* buffer for tokens */ member
Dlundump.c206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
Dllex.c105 char buff[LUA_IDSIZE]; in lexerror() local
Dldblib.c327 char buff[5]; in db_gethook() local
Dlauxlib.c565 char buff[LUAL_BUFFERSIZE]; /* area for reading file */ member
682 LUALIB_API int luaL_loadbufferx (lua_State *L, const char *buff, size_t size, in luaL_loadbufferx()
Dlstrlib.c843 char buff[10]; in addquoted() local
907 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format() local
/device/generic/goldfish/libqemu/
Dtest_util.c86 pipe_send( Pipe* pipe, const void* buff, size_t bufflen ) in pipe_send()
109 pipe_recv( Pipe* pipe, void* buff, size_t bufflen ) in pipe_recv()
Dtest_guest_1.c60 char buff[64]; in main() local
Dtest_host_2.c111 char buff[8192], *p; in main() local
Dtest_host_1.c210 char buff[32768], *p; in main() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_beos.c190 char buff[256]; /* hate hard-coded string sizes... */ in _PyImport_GetDynLoadFunc() local
218 char buff[256]; /* hate hard-coded string sizes... */ in _PyImport_GetDynLoadFunc() local
/device/google/marlin/camera/QCamera2/HAL/test/
Dqcamera_test.cpp168 unsigned char *buff = NULL; in saveFile() local
289 const void *buff = NULL; in decodeJPEG() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Dqemu_pipe.h70 char buff[256]; in qemu_pipe_open() local
/device/google/dragon/recovery/updater/
Dflash_device.c97 int flash_read(struct flash_device *dev, off_t off, void *buff, size_t len) in flash_read()
102 int flash_write(struct flash_device *dev, off_t off, void *buff, size_t len) in flash_write()
/device/google/accessory/arduino/AndroidAccessory/
DAndroidAccessory.cpp263 int AndroidAccessory::read(void *buff, int len, unsigned int nakLimit) in read()
268 int AndroidAccessory::write(void *buff, int len) in write()
/device/generic/goldfish/camera/jpeg-stub/
DJpegStub.cpp56 extern "C" void JpegStub_getCompressedImage(JpegStub* stub, void* buff) { in JpegStub_getCompressedImage()
/device/generic/goldfish/include/
Dqemu_pipe.h82 char buff[256]; in qemu_pipe_open() local
/device/generic/goldfish/camera/
DJpegCompressor.cpp87 void NV21JpegCompressor::getCompressedImage(void* buff) in getCompressedImage()
/device/generic/goldfish/vibrator/
Dqemu.c65 qemu_fd_read( int fd, char* buff, int len ) in qemu_fd_read()
/device/generic/goldfish/sensors/
Dsensors_qemu.c280 char buff[256]; in sensor_device_poll_event_locked() local

12