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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/X11/extensions/
lbxbufstr.h 38 char *bufptr; member in struct:_zlibbuffer
43 (((inbuf)->bufcnt >= (len)) ? (inbuf)->bufptr : NULL)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
dboolhuff.c 40 const unsigned char *bufptr = br->user_buffer; local
44 size_t bytes_left = br->user_buffer_end - bufptr;
52 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
53 bufptr = decrypted;
67 value |= (VP8_BD_VALUE)*bufptr << shift;
68 ++bufptr;
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.c 39 const unsigned char *bufptr = br->user_buffer; local
43 size_t bytes_left = br->user_buffer_end - bufptr;
51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
52 bufptr = decrypted;
66 value |= (VP8_BD_VALUE)*bufptr << shift;
67 ++bufptr;
  /external/valgrind/main/coregrind/
m_debugger.c 428 HChar *bufptr; local
434 bufptr = buf;
438 /* each iteration can advance bufptr by at most the length
441 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
446 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
447 bufptr += VG_(strlen)(file);
451 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
452 bufptr += VG_(strlen)(pidbuf);
456 *bufptr++ = *cmdptr++;
461 *bufptr++ = *cmdptr++
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.c 39 const unsigned char *bufptr = br->user_buffer; local
43 size_t bytes_left = br->user_buffer_end - bufptr;
51 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
52 bufptr = decrypted;
66 value |= (VP8_BD_VALUE)*bufptr << shift;
67 ++bufptr;
  /external/clang/test/CodeGen/
globalinit.c 24 static char *bufptr = buf; local
26 return c ? buf : bufptr;
  /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/mksh/src/
main.c 116 } *bufptr; local
119 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
122 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
125 bufptr = (void *)(cp - ALLOC_SIZE);
127 bufptr->dataptr = &rndsetupstate;
129 bufptr->stkptr = &bufptr;
131 bufptr->mallocptr = bufptr;
134 sigsetjmp(bufptr->jbuf, 1)
    [all...]
  /external/libpcap/
pcap-linux.c 1010 char * bufptr; local
1031 if ((bufptr = strstr(buffer, if_name)) &&
1032 (bufptr == buffer || *(bufptr-1) == ' ') &&
1033 *(bufptr + if_name_sz) == ':')
1035 bufptr = bufptr + if_name_sz + 1;
1038 while( --field_to_convert && *bufptr != '\0')
1040 while (*bufptr != '\0' && *(bufptr++) == ' ')
    [all...]
  /external/qemu/
qemu-char.c 1871 int bufptr; member in struct:__anon34685
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 99 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
418 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
419 dpy->last_req = dpy->bufptr;\
420 *(dpy->bufptr) = X_NoOperation;\
421 *(dpy->bufptr+1) = 0;\
422 *(dpy->bufptr+2) = 0;\
423 *(dpy->bufptr+3) = 1;\
425 dpy->bufptr += 4;\
444 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
446 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 99 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
418 #define WORD64ALIGN if ((long)dpy->bufptr >> 61) {\
419 dpy->last_req = dpy->bufptr;\
420 *(dpy->bufptr) = X_NoOperation;\
421 *(dpy->bufptr+1) = 0;\
422 *(dpy->bufptr+2) = 0;\
423 *(dpy->bufptr+3) = 1;\
425 dpy->bufptr += 4;\
444 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
446 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 447 milliseconds