Home
last modified time | relevance | path

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

123

/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
/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/google/cuttlefish_common/host/commands/logcat_receiver/
Dmain.cpp57 char buff[1024]; in main() local
/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp125 char buff[1000]; in Stop() local
/device/generic/goldfish/include/
Dqemu_pipe.h82 char buff[256]; in qemu_pipe_open() local
/device/generic/goldfish/camera/jpeg-stub/
DJpegStub.cpp56 extern "C" void JpegStub_getCompressedImage(JpegStub* stub, void* buff) { in JpegStub_getCompressedImage()
/device/google/cuttlefish_common/guest/hals/camera/
DJpegStub.cpp56 extern "C" void JpegStub_getCompressedImage(JpegStub* stub, void* buff) { in JpegStub_getCompressedImage()
DJpegCompressor.cpp86 void NV21JpegCompressor::getCompressedImage(void* buff) { in getCompressedImage()
/device/google/cuttlefish_common/guest/hals/gps/
Dgps_thread.cpp176 char buff[256]; in gps_state_thread() local
/device/generic/goldfish/camera/
DJpegCompressor.cpp87 void NV21JpegCompressor::getCompressedImage(void* buff) in getCompressedImage()
/device/google/cuttlefish_common/guest/commands/vsock_logcat/
Dmain.cpp130 char buff[4096]; in main() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dqemu_pipe.h115 char buff[256]; in qemu_pipe_open() local
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dscreen_connector.cpp97 auto buff = reinterpret_cast<uint8_t*>(GetBuffer(current_buffer)); in ServerLoop() local
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
Dbase_composer.cpp138 auto buff = static_cast<char*>(GetBuffer(current_offset)); in BroadcastLoop() local
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
Dstats_keeper.h185 void Dump(char* buff, int buff_len) { in Dump()

123