Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp40 static void readAppName(MessageBuf &buf, hub_app_name_t &name) in readAppName()
45 static void writeAppName(MessageBuf &buf, const hub_app_name_t &name) in writeAppName()
50 static void readNanohubAppInfo(MessageBuf &buf, NanohubAppInfo &info) in readNanohubAppInfo()
62 static void readNanohubMemInfo(MessageBuf &buf, NanohubMemInfo &mi) in readNanohubMemInfo()
82 NanohubRsp::NanohubRsp(MessageBuf &buf, bool no_status) in NanohubRsp()
129 int SystemComm::AppInfoSession::handleRx(MessageBuf &buf) in handleRx()
181 MessageBuf buf(data, sizeof(data)); in requestNext() local
191 MessageBuf buf(data, sizeof(data)); in setup() local
198 int SystemComm::MemInfoSession::handleRx(MessageBuf &buf) in handleRx()
270 MessageBuf buf(data, sizeof(data)); in setup() local
[all …]
Dmessage_buf.h46 MessageBuf(char *buf, size_t bufSize) { in MessageBuf()
52 MessageBuf(const char *buf, size_t bufSize) { in MessageBuf()
129 const void *buf = &data[pos]; in readRaw() local
133 void writeRaw(const void *buf, size_t bufSize) { in writeRaw()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
D7zStream.c8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) in SeqInStream_Read2()
22 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) in SeqInStream_Read()
27 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf) in SeqInStream_ReadByte()
40 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) in LookInStream_LookRead()
50 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) in LookInStream_Read2()
64 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) in LookInStream_Read()
69 static SRes LookToRead_Look_Lookahead(void *pp, void **buf, size_t *size) in LookToRead_Look_Lookahead()
87 static SRes LookToRead_Look_Exact(void *pp, void **buf, size_t *size) in LookToRead_Look_Exact()
113 static SRes LookToRead_Read(void *pp, void *buf, size_t *size) in LookToRead_Read()
149 static SRes SecToLook_Read(void *pp, void *buf, size_t *size) in SecToLook_Read()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dadler32.c15 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} argument
16 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); argument
17 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); argument
18 #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); argument
19 #define DO16(buf) DO8(buf,0); DO8(buf,8); argument
57 uLong ZEXPORT adler32(adler, buf, len) in adler32() argument
Dminigzip.c102 local char buf[BUFLEN]; local
138 caddr_t buf; /* mmap'ed buffer for the entire input file */ local
170 local char buf[BUFLEN]; local
226 local char buf[MAX_NAME_LEN]; local
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h202 be16enc(void *buf, uint16_t u) in be16enc()
211 le16enc(void *buf, uint16_t u) in le16enc()
220 be16dec(const void *buf) in be16dec()
228 le16dec(const void *buf) in le16dec()
236 be32enc(void *buf, uint32_t u) in be32enc()
247 le32enc(void *buf, uint32_t u) in le32enc()
258 be32dec(const void *buf) in be32dec()
266 le32dec(const void *buf) in le32dec()
274 be64enc(void *buf, uint64_t u) in be64enc()
283 le64enc(void *buf, uint64_t u) in le64enc()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dadler32.c18 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} argument
19 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); argument
20 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); argument
21 #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); argument
22 #define DO16(buf) DO8(buf,0); DO8(buf,8); argument
65 uLong ZEXPORT adler32(adler, buf, len) in adler32() argument
Dminigzip.c83 static char buf[1024]; local
236 int gzwrite(gz, buf, len) in gzwrite() argument
260 int gzread(gz, buf, len) in gzread() argument
366 local char buf[BUFLEN]; local
402 caddr_t buf; /* mmap'ed buffer for the entire input file */ local
434 local char buf[BUFLEN]; local
499 local char buf[MAX_NAME_LEN]; local
Dgzread.c20 local int gz_load(state, buf, len, have) in gz_load() argument
288 int ZEXPORT gzread(file, buf, len) in gzread() argument
391 unsigned char buf[1]; local
483 char * ZEXPORT gzgets(file, buf, len) in gzgets() argument
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DQemuPipeStream.cpp90 int QemuPipeStream::writeFully(const void *buf, size_t len) in writeFully()
135 const unsigned char *QemuPipeStream::readFully(void *buf, size_t len) in readFully()
172 const unsigned char *QemuPipeStream::read( void *buf, size_t *inout_len) in read()
192 int QemuPipeStream::recv(void *buf, size_t len) in recv()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_enc.cpp29 unsigned char *buf; in glAlphaFunc_enc() local
55 unsigned char *buf; in glClearColor_enc() local
83 unsigned char *buf; in glClearDepthf_enc() local
109 unsigned char *buf; in glClipPlanef_enc() local
136 unsigned char *buf; in glColor4f_enc() local
164 unsigned char *buf; in glDepthRangef_enc() local
190 unsigned char *buf; in glFogf_enc() local
217 unsigned char *buf; in glFogfv_enc() local
244 unsigned char *buf; in glFrustumf_enc() local
275 unsigned char *buf; in glGetClipPlanef_enc() local
[all …]
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_enc.cpp29 unsigned char *buf; in glActiveTexture_enc() local
54 unsigned char *buf; in glAttachShader_enc() local
81 unsigned char *buf; in glBindAttribLocation_enc() local
109 unsigned char *buf; in glBindBuffer_enc() local
135 unsigned char *buf; in glBindFramebuffer_enc() local
161 unsigned char *buf; in glBindRenderbuffer_enc() local
187 unsigned char *buf; in glBindTexture_enc() local
213 unsigned char *buf; in glBlendColor_enc() local
241 unsigned char *buf; in glBlendEquation_enc() local
266 unsigned char *buf; in glBlendEquationSeparate_enc() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetcwd.c27 getcwd(char *buf, int size) in getcwd()
58 getcwd(char *buf, int size) in getcwd()
/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_enc.cpp29 unsigned char *buf; in rcGetRendererVersion_enc() local
70 unsigned char *buf; in rcGetEGLVersion_enc() local
116 unsigned char *buf; in rcQueryEGLString_enc() local
161 unsigned char *buf; in rcGetGLString_enc() local
206 unsigned char *buf; in rcGetNumConfigs_enc() local
249 unsigned char *buf; in rcGetConfigs_enc() local
294 unsigned char *buf; in rcChooseConfig_enc() local
342 unsigned char *buf; in rcGetFBParam_enc() local
382 unsigned char *buf; in rcCreateContext_enc() local
424 unsigned char *buf; in rcDestroyContext_enc() local
[all …]
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DSocketStream.cpp113 const unsigned char *SocketStream::readFully(void *buf, size_t len) in readFully()
134 const unsigned char *SocketStream::read( void *buf, size_t *inout_len) in read()
154 int SocketStream::recv(void *buf, size_t len) in recv()
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c68 static void *eeDataGetEx(uint32_t name, uint32_t *offsetP, bool first, void *buf, uint32_t *szP) in eeDataGetEx()
93 bool eeDataGet(uint32_t name, void *buf, uint32_t *szP) in eeDataGet()
100 void *eeDataGetAllVersions(uint32_t name, void *buf, uint32_t *szP, void **stateP) in eeDataGetAllVersions()
113 bool eeDataSet(uint32_t name, const void *buf, uint32_t len) in eeDataSet()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_print.c109 char *buf, size_t buflen) in ns_sprintrr()
133 char *buf, size_t buflen) in ns_sprintrrf()
666 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) { in charstr()
702 char **buf, size_t *buflen) in addname()
739 addlen(size_t len, char **buf, size_t *buflen) { in addlen()
746 addstr(const char *src, size_t len, char **buf, size_t *buflen) { in addstr()
758 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { in addtab()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dstdio.c61 __sread(void *cookie, char *buf, int n) in __sread()
83 __swrite(void *cookie, char const *buf, int n) in __swrite()
/device/linaro/bootloader/arm-trusted-firmware/common/auth/polarssl/
Dpolarssl.c208 static int check_bl2_cert(unsigned char *buf, size_t len) in check_bl2_cert()
268 static int check_trusted_key_cert(unsigned char *buf, size_t len) in check_trusted_key_cert()
334 static int check_bl3x_key_cert(const unsigned char *buf, size_t len, in check_bl3x_key_cert()
392 static int check_bl3x_cert(unsigned char *buf, size_t len, in check_bl3x_cert()
460 static int check_bl_img(unsigned char *buf, size_t len, in check_bl_img()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dastgen.py106 def _gen_init(self, buf): argument
127 def _gen_getChildren(self, buf): argument
153 def _gen_getChildNodes(self, buf): argument
183 def _gen_repr(self, buf): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pickle.py17 def loads(self, buf): argument
37 def loads(self, buf): argument
56 def loads(self, buf): argument
/device/google/dragon/audio/hal/dsp/tests/
Draw.c16 int16_t *buf; in read_raw() local
68 int16_t *buf; in write_raw() local
Ddrc_test.c26 static void process(struct drc *drc, float *buf, size_t frames) in process()
50 float *buf; in main() local
/device/google/dragon/health/
Dhealthd-dragon.cpp32 static int read_sysfs(const char *path, char *buf, size_t size) { in read_sysfs()
56 char buf[SIZE]; in read_current_max_ma() local
/device/google/dragon/power/
Dpower_dragon.cpp78 char buf[80]; in sysfs_write() local
157 char buf[128]; in power_set_interactive() local
167 char buf[80]; in boostpulse_open() local
193 char buf[80]; in dragon_power_hint() local

12345678910>>...17