Home
last modified time | relevance | path

Searched refs:be_buf (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxsingle.c218 char *be_buf = NULL; in __glXForwardPipe0WithReply() local
253 be_buf = (char *) malloc(be_buf_size); in __glXForwardPipe0WithReply()
254 if (be_buf) { in __glXForwardPipe0WithReply()
255 _XRead(dpy, be_buf, be_buf_size); in __glXForwardPipe0WithReply()
281 SendSwappedReply(client, &reply, be_buf, be_buf_size); in __glXForwardPipe0WithReply()
286 WriteToClient(client, be_buf_size, be_buf); in __glXForwardPipe0WithReply()
290 free(be_buf); in __glXForwardPipe0WithReply()
305 char *be_buf = NULL; in __glXForwardAllWithReply() local
354 be_buf = malloc(be_buf_size); in __glXForwardAllWithReply()
355 if (be_buf) { in __glXForwardAllWithReply()
[all …]
H A Dglxvendor.c205 char *be_buf = NULL; in __glXVForwardPipe0WithReply() local
241 be_buf = (char *) malloc(be_buf_size); in __glXVForwardPipe0WithReply()
242 if (be_buf) { in __glXVForwardPipe0WithReply()
243 _XRead(dpy, be_buf, be_buf_size); in __glXVForwardPipe0WithReply()
263 SendSwappedReply(client, &reply, be_buf, be_buf_size); in __glXVForwardPipe0WithReply()
268 WriteToClient(client, be_buf_size, be_buf); in __glXVForwardPipe0WithReply()
272 free(be_buf); in __glXVForwardPipe0WithReply()
287 char *be_buf = NULL; in __glXVForwardAllWithReply() local
337 be_buf = malloc(be_buf_size); in __glXVForwardAllWithReply()
338 if (be_buf) { in __glXVForwardAllWithReply()
[all …]
H A Dglxcmds.c2597 char *be_buf; in __glXQueryExtensionsString() local
2629 be_buf = (char *) malloc(numbytes); in __glXQueryExtensionsString()
2630 if (!be_buf) { in __glXQueryExtensionsString()
2635 _XReadPad(dpy, (char *) be_buf, numbytes); in __glXQueryExtensionsString()
2642 be_buf = __glXGetServerString(GLX_EXTENSIONS); in __glXQueryExtensionsString()
2643 numbytes = strlen(be_buf) + 1; in __glXQueryExtensionsString()
2657 glxSwapQueryExtensionsStringReply(client, &reply, be_buf); in __glXQueryExtensionsString()
2661 WriteToClient(client, (int) (length << 2), be_buf); in __glXQueryExtensionsString()
2677 char *be_buf; in __glXQueryServerString() local
2710 be_buf = (char *) malloc(numbytes); in __glXQueryServerString()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dmma9551_core.c383 __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; in mma9551_read_config_words() local
385 if (len > ARRAY_SIZE(be_buf)) { in mma9551_read_config_words()
391 reg, NULL, 0, (u8 *)be_buf, len * sizeof(u16)); in mma9551_read_config_words()
396 buf[i] = be16_to_cpu(be_buf[i]); in mma9551_read_config_words()
422 __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; in mma9551_read_status_words() local
424 if (len > ARRAY_SIZE(be_buf)) { in mma9551_read_status_words()
430 reg, NULL, 0, (u8 *)be_buf, len * sizeof(u16)); in mma9551_read_status_words()
435 buf[i] = be16_to_cpu(be_buf[i]); in mma9551_read_status_words()
461 __be16 be_buf[(MMA9551_MAX_MAILBOX_DATA_REGS - 1) / 2]; in mma9551_write_config_words() local
463 if (len > ARRAY_SIZE(be_buf)) { in mma9551_write_config_words()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog97091 glxvendor.c:205:10: warning: ‘be_buf’ may be used uninitialized in this function
97103 glxvendor.c:284:10: warning: ‘be_buf’ may be used uninitialized in this function
97116 glxsingle.c:218:10: warning: ‘be_buf’ may be used uninitialized in this function
97128 glxsingle.c:300:10: warning: ‘be_buf’ may be used uninitialized in this function