HomeSort by relevance Sort by last modified time
    Searched defs:bufptr (Results 1 - 18 of 18) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.c 38 const unsigned char *bufptr; local
43 bufptr = br->user_buffer;
47 VP8DX_BOOL_DECODER_FILL(count, value, bufptr, bufend);
49 br->user_buffer = bufptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxbufstr.h 38 char *bufptr; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbufstr.h 38 char *bufptr; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxbufstr.h 38 char *bufptr; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /external/valgrind/main/coregrind/
m_debugger.c 385 Char *bufptr; local
391 bufptr = buf;
395 /* each iteration can advance bufptr by at most the length
398 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
403 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
404 bufptr += VG_(strlen)(file);
408 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
409 bufptr += VG_(strlen)(pidbuf);
413 *bufptr++ = *cmdptr++;
418 *bufptr++ = *cmdptr++
    [all...]
  /external/clang/test/CodeGen/
globalinit.c 24 static char *bufptr = buf; local
26 return c ? buf : bufptr;
  /external/quake/quake/src/QW/client/
d_copy.s 18 #define bufptr 4+16 define
45 movl bufptr(%esp),%esi
  /external/quake/quake/src/WinQuake/
d_copy.s 18 #define bufptr 4+16 define
45 movl bufptr(%esp),%esi
  /frameworks/av/media/mtp/
MtpPacket.cpp 70 char* bufptr = buffer; local
73 sprintf(bufptr, "%02X ", mBuffer[i]);
74 bufptr += strlen(bufptr);
77 bufptr = buffer;
80 if (bufptr != buffer) {
  /system/core/adb/
usb_linux.c 154 unsigned char* bufptr = devdesc; local
178 bufend = bufptr + desclength;
187 device = (struct usb_device_descriptor*)bufptr;
188 bufptr += USB_DT_DEVICE_SIZE;
200 config = (struct usb_config_descriptor *)bufptr;
201 bufptr += USB_DT_CONFIG_SIZE;
209 while (bufptr < bufend) {
210 unsigned char length = bufptr[0];
211 unsigned char type = bufptr[1];
214 interface = (struct usb_interface_descriptor *)bufptr;
    [all...]
  /external/grub/netboot/
natsemi.c 171 u32 bufptr;
512 txd.bufptr = (u32) &txb[0];
541 rxd[i].bufptr = (u32) &rxb[i*RX_BUF_SIZE];
543 printf("natsemi_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n",
544 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr);
640 txd.bufptr = (u32) &txb[0];
708 rxd[cur_rx].bufptr = (u32) &rxb[cur_rx*RX_BUF_SIZE];
170 u32 bufptr; member in struct:_BufferDesc
sis900.h 362 u32 bufptr; member in struct:_BufferDesc
  /external/mksh/src/
main.c 117 } *bufptr; local
120 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
123 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
126 bufptr = (void *)(cp - ALLOC_SIZE);
128 bufptr->dataptr = &rndsetupstate;
130 bufptr->stkptr = &bufptr;
132 bufptr->mallocptr = bufptr;
135 sigsetjmp(bufptr->jbuf, 1)
    [all...]
  /external/qemu/
qemu-char.c 1871 int bufptr; member in struct:__anon13840
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 99 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
404 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
405 dpy->last_req = dpy->bufptr;\
406 *(dpy->bufptr) = X_NoOperation;\
407 *(dpy->bufptr+1) = 0;\
408 *(dpy->bufptr+2) = 0;\
409 *(dpy->bufptr+3) = 1;\
411 dpy->bufptr += 4;\
430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
432 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 99 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
404 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
405 dpy->last_req = dpy->bufptr;\
406 *(dpy->bufptr) = X_NoOperation;\
407 *(dpy->bufptr+1) = 0;\
408 *(dpy->bufptr+2) = 0;\
409 *(dpy->bufptr+3) = 1;\
411 dpy->bufptr += 4;\
430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
432 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 99 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
404 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
405 dpy->last_req = dpy->bufptr;\
406 *(dpy->bufptr) = X_NoOperation;\
407 *(dpy->bufptr+1) = 0;\
408 *(dpy->bufptr+2) = 0;\
409 *(dpy->bufptr+3) = 1;\
411 dpy->bufptr += 4;\
430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
432 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
    [all...]
  /external/netperf/
netlib.c 1281 char *bufptr = temp_link->buffer_ptr; local
1299 char *bufptr = temp_link->buffer_ptr; local
    [all...]

Completed in 402 milliseconds