HomeSort by relevance Sort by last modified time
    Searched defs:bufptr (Results 1 - 24 of 24) sorted by 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/libvpx/libvpx/vp8/decoder/
dboolhuff.c 41 const unsigned char *bufptr = br->user_buffer; local
45 size_t bytes_left = br->user_buffer_end - bufptr;
53 br->decrypt_cb(br->decrypt_state, bufptr, decrypted, (int)n);
54 bufptr = decrypted;
68 value |= (VP8_BD_VALUE)*bufptr << shift;
69 ++bufptr;
  /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) {
  /external/vboot_reference/cgpt/
cgpt_find.c 23 uint8_t *bufptr = params->comparebuf; local
30 ssize_t bytes_read = read(fd, bufptr, count);
35 bufptr += bytes_read;
  /external/opencv3/3rdparty/libjasper/
jas_stream.c 520 char *bufptr; local
522 bufptr = buf;
529 *bufptr++ = c;
539 const char *bufptr; local
541 bufptr = buf;
545 if (jas_stream_putc(stream, *bufptr) == EOF) {
548 ++bufptr;
585 char *bufptr; local
588 bufptr = buf;
593 *bufptr++ = c
    [all...]
jas_cm.c 90 static int jas_cmputint(long **bufptr, int sgnd, int prec, long val);
91 static int jas_cmgetint(long **bufptr, int sgnd, int prec, long *val);
486 jas_cmreal_t *bufptr; local
533 bufptr = &inbuf[i];
537 *bufptr = (v - bias) / scale;
538 bufptr += xform->numinchans;
560 bufptr = &outbuf[i];
563 v = (*bufptr) * scale + bias;
564 bufptr += xform->numoutchans;
    [all...]
jas_icc.c 1662 char *bufptr; local
    [all...]
jas_image.c 974 long *bufptr; local
984 bufptr = buf;
992 *bufptr++ = v;
1009 long *bufptr; local
1019 bufptr = buf;
1025 v = *bufptr++;
    [all...]
  /system/core/adb/
usb_linux.cpp 136 unsigned char* bufptr = devdesc; local
158 bufend = bufptr + desclength;
167 device = (struct usb_device_descriptor*)bufptr;
168 bufptr += USB_DT_DEVICE_SIZE;
180 config = (struct usb_config_descriptor *)bufptr;
181 bufptr += USB_DT_CONFIG_SIZE;
189 while (bufptr < bufend) {
190 unsigned char length = bufptr[0];
191 unsigned char type = bufptr[1];
194 interface = (struct usb_interface_descriptor *)bufptr;
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 1268 char* bufptr = buf + 16; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 599 char *bufptr; local
611 bufptr = env_block;
613 bufptr = stpcpy (bufptr, env_copy[var]) + 1;
615 *bufptr = '\0';
  /external/mksh/src/
main.c 110 } *bufptr; local
113 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
116 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
119 bufptr = (void *)(cp - ALLOC_SIZE);
121 bufptr->dataptr = &rndsetupstate;
123 bufptr->stkptr = &bufptr;
125 bufptr->mallocptr = bufptr;
128 sigsetjmp(bufptr->jbuf, 1)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 147 unsigned char* bufptr; /* current frame, point to header or data */ member in struct:__anon30154
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 1258 JSAMPROW bufptr = (JSAMPROW)buf; local
1771 JSAMPROW bufptr[1]; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 1226 JSAMPROW bufptr = (JSAMPROW)buf; local
1886 JSAMPROW bufptr[1]; local
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 97 char *bufptr; /* Output buffer index pointer. */ member in struct:_XDisplay
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...]
  /external/libpcap/
pcap-linux.c 1080 char * bufptr; local
    [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp 1487 uchar* bufptr = alignPtr((uchar*)buf, 32); local
    [all...]
  /external/netperf/src/
netlib.c 1596 char *bufptr = temp_link->buffer_ptr; local
1614 char *bufptr = temp_link->buffer_ptr; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 3669 char *bufptr; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 816 milliseconds