HomeSort by relevance Sort by last modified time
    Searched defs:bufptr (Results 1 - 6 of 6) sorted by 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/clang/test/CodeGen/
globalinit.c 24 static char *bufptr = buf; local
26 return c ? buf : bufptr;
  /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/netperf/
netlib.c 1281 char *bufptr = temp_link->buffer_ptr; local
1299 char *bufptr = temp_link->buffer_ptr; local
    [all...]

Completed in 547 milliseconds