Searched refs:bufp (Results 1 - 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c1215 char *bufp, *countptr;
1230 bufp = buf;
1231 memset(bufp, 0, DHD_IOCTL_MAXLEN);
1232 strcpy(bufp, "sprom");
1233 bufp += strlen("sprom") + 1;
1244 memcpy(bufp, &offset, sizeof(int));
1245 bufp += sizeof(int);
1246 memcpy(bufp, &bytes, sizeof(int));
1247 bufp += sizeof(int);
1249 if (!ISALIGNED((uintptr)bufp, sizeo
1453 char *bufp; local
1554 char *bufp; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c183 uint8_t *bufp; local
200 bufp = sf->buffer;
202 *bufp++ = marker;
208 *bufp++ = this_sz & 0xff;
212 *bufp++ = marker;

Completed in 1114 milliseconds