Searched refs:bufptr (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
H A Dglobalinit.c24 static char *bufptr = buf; local
26 return c ? buf : bufptr;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddboolhuff.c40 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/
H A Ddboolhuff.c39 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/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXvlibint.h58 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\
60 req = (xv##name##Req *)(dpy->last_req = dpy->bufptr);\
64 dpy->bufptr += SIZEOF(xv##name##Req);\
70 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
72 req = (xv/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
76 dpy->bufptr += SIZEOF(xv/**/name/**/Req);\
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11dyn.c119 if (dpy->bufptr + len > dpy->bufmax)
121 dpy->last_req = dpy->bufptr;
122 req = (xReq*)dpy->bufptr;
125 dpy->bufptr += len;
/external/valgrind/main/coregrind/
H A Dm_debugger.c428 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
[all...]
/external/mksh/src/
H A Dmain.c116 } *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
[all...]
/external/libpcap/
H A Dpcap-linux.c1010 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/
H A Dqemu-char.c1871 int bufptr; member in struct:__anon30081
1892 while (s->max_size > 0 && s->bufptr < s->bufcnt) {
1893 qemu_chr_read(chr, &s->buf[s->bufptr], 1);
1894 s->bufptr++;
1908 s->bufptr = s->bufcnt;
1912 s->bufptr = 0;
1913 while (s->max_size > 0 && s->bufptr < s->bufcnt) {
1914 qemu_chr_read(chr, &s->buf[s->bufptr], 1);
1915 s->bufptr++;
1957 s->bufptr
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
H A DXF86VMode.c438 if ((dpy->bufptr + SIZEOF(x##oldname##Req)) > dpy->bufmax)\
440 req = (x##oldname##Req *)(dpy->last_req = dpy->bufptr);\
443 dpy->bufptr += SIZEOF(x##oldname##Req);\
449 if ((dpy->bufptr + SIZEOF(x/**/oldname/**/Req)) > dpy->bufmax)\
451 req = (x/**/oldname/**/Req *)(dpy->last_req = dpy->bufptr);\
454 dpy->bufptr += SIZEOF(x/**/oldname/**/Req);\
/external/netperf/
H A Dnetlib.c1294 char *bufptr = temp_link->buffer_ptr;
1297 if (((bytes_read = (int)fread(bufptr,
1304 bufptr += bytes_read;
1312 char *bufptr = temp_link->buffer_ptr;
1314 bufptr[j] = default_fill[fill_cursor];
1281 char *bufptr = temp_link->buffer_ptr; local
1299 char *bufptr = temp_link->buffer_ptr; local

Completed in 768 milliseconds