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

/external/libvpx/vp8/decoder/
H A Ddboolhuff.c51 const unsigned char *bufptr; local
56 bufptr = br->user_buffer;
60 VP8DX_BOOL_DECODER_FILL(count, value, bufptr, bufend);
62 br->user_buffer = bufptr;
H A Ddetokenize.c86 VP8DX_BOOL_DECODER_FILL(count, value, bufptr, bufend);
198 const BOOL_DATA *bufptr; local
233 bufptr = bc->user_buffer;
365 bc->user_buffer = bufptr;
/external/clang/test/CodeGen/
H A Dglobalinit.c24 static char *bufptr = buf; local
26 return c ? buf : bufptr;
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
H A DXvlibint.h53 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\
55 req = (xv##name##Req *)(dpy->last_req = dpy->bufptr);\
59 dpy->bufptr += SIZEOF(xv##name##Req);\
65 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
67 req = (xv/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
71 dpy->bufptr += SIZEOF(xv/**/name/**/Req);\
/external/valgrind/main/coregrind/
H A Dm_debugger.c283 Char *bufptr; local
289 bufptr = buf;
293 /* each iteration can advance bufptr by at most the length
296 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
301 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
302 bufptr += VG_(strlen)(file);
306 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
307 bufptr += VG_(strlen)(pidbuf);
311 *bufptr++ = *cmdptr++;
316 *bufptr
[all...]
/external/grub/netboot/
H A Dnatsemi.c171 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
H A Dsis900.c600 txd.bufptr = (u32) &txb[0];
631 rxd[i].bufptr = (u32) &rxb[i*RX_BUF_SIZE];
633 printf("sis900_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n",
634 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr);
948 txd.bufptr = (u32) &txb[0];
1021 rxd[cur_rx].bufptr = (u32) &rxb[cur_rx*RX_BUF_SIZE];
H A Dsis900.h362 u32 bufptr; member in struct:_BufferDesc
/external/quake/quake/src/QW/client/
H A Dd_copy.s18 #define bufptr 4+16 define
45 movl bufptr(%esp),%esi
/external/quake/quake/src/WinQuake/
H A Dd_copy.s18 #define bufptr 4+16 define
45 movl bufptr(%esp),%esi
/external/qemu/
H A Dqemu-char.c1871 int bufptr; member in struct:__anon8666
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.12/src/video/Xext/Xxf86vm/
H A DXF86VMode.c435 if ((dpy->bufptr + SIZEOF(x##oldname##Req)) > dpy->bufmax)\
437 req = (x##oldname##Req *)(dpy->last_req = dpy->bufptr);\
440 dpy->bufptr += SIZEOF(x##oldname##Req);\
446 if ((dpy->bufptr + SIZEOF(x/**/oldname/**/Req)) > dpy->bufmax)\
448 req = (x/**/oldname/**/Req *)(dpy->last_req = dpy->bufptr);\
451 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
/external/kernel-headers/original/linux/
H A Dnetdevice.h597 typedef int gifconf_func_t(struct net_device * dev, char __user * bufptr, int len);

Completed in 101 milliseconds