Searched refs:bufptr (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xlibint.h | 97 char *bufptr; /* Output buffer index pointer. */ member 410 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\ 411 dpy->last_req = dpy->bufptr;\ 412 *(dpy->bufptr) = X_NoOperation;\ 413 *(dpy->bufptr+1) = 0;\ 414 *(dpy->bufptr+2) = 0;\ 415 *(dpy->bufptr+3) = 1;\ 417 dpy->bufptr += 4;\ 574 if (dpy->bufptr + (len) <= dpy->bufmax) {\ 575 memcpy(dpy->bufptr, data, (int)len);\ [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 88 static int dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr); 2907 dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr) in dhd_var_getbuf() argument 2920 *bufptr = buf; in dhd_var_getbuf()
|