| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | lzio.h | 29 #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
|
| D | lzio.c | 24 const char *buff; in luaZ_fill() local 68 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
|
| D | loslib.c | 106 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
|
| D | lobject.c | 194 char buff; in luaO_pushvfstring() local 208 char buff[4*sizeof(void *) + 8]; /* should be enough space for a `%p' */ in luaO_pushvfstring() local
|
| D | lstate.c | 61 char buff[LUAI_EXTRASPACE]; member 90 char buff[4 * sizeof(size_t)]; in makeseed() local
|
| D | llex.h | 60 Mbuffer *buff; /* buffer for tokens */ member
|
| D | lundump.c | 206 Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
|
| D | llex.c | 105 char buff[LUA_IDSIZE]; in lexerror() local
|
| D | ldblib.c | 327 char buff[5]; in db_gethook() local
|
| D | lauxlib.c | 565 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()
|
| D | lstrlib.c | 843 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/ |
| D | test_util.c | 86 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()
|
| D | test_guest_1.c | 60 char buff[64]; in main() local
|
| D | test_host_2.c | 111 char buff[8192], *p; in main() local
|
| D | test_host_1.c | 210 char buff[32768], *p; in main() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | dynload_beos.c | 190 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/ |
| D | qcamera_test.cpp | 168 unsigned char *buff = NULL; in saveFile() local 289 const void *buff = NULL; in decodeJPEG() local
|
| /device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
| D | qemu_pipe.h | 70 char buff[256]; in qemu_pipe_open() local
|
| /device/google/dragon/recovery/updater/ |
| D | flash_device.c | 97 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/ |
| D | AndroidAccessory.cpp | 263 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/ |
| D | JpegStub.cpp | 56 extern "C" void JpegStub_getCompressedImage(JpegStub* stub, void* buff) { in JpegStub_getCompressedImage()
|
| /device/generic/goldfish/include/ |
| D | qemu_pipe.h | 82 char buff[256]; in qemu_pipe_open() local
|
| /device/generic/goldfish/camera/ |
| D | JpegCompressor.cpp | 87 void NV21JpegCompressor::getCompressedImage(void* buff) in getCompressedImage()
|
| /device/generic/goldfish/vibrator/ |
| D | qemu.c | 65 qemu_fd_read( int fd, char* buff, int len ) in qemu_fd_read()
|
| /device/generic/goldfish/sensors/ |
| D | sensors_qemu.c | 280 char buff[256]; in sensor_device_poll_event_locked() local
|