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

/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.c38 const unsigned char *bufptr; local
43 bufptr = br->user_buffer;
47 VP8DX_BOOL_DECODER_FILL(count, value, bufptr, bufend);
49 br->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.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/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/valgrind/main/coregrind/
H A Dm_debugger.c385 Char *bufptr; local
391 bufptr = buf;
395 /* each iteration can advance bufptr by at most the length
398 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
403 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
404 bufptr += VG_(strlen)(file);
408 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
409 bufptr += VG_(strlen)(pidbuf);
413 *bufptr++ = *cmdptr++;
418 *bufptr
[all...]
/external/mksh/src/
H A Dmain.c117 } *bufptr; local
120 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
123 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
126 bufptr = (void *)(cp - ALLOC_SIZE);
128 bufptr->dataptr = &rndsetupstate;
130 bufptr->stkptr = &bufptr;
132 bufptr->mallocptr = bufptr;
135 sigsetjmp(bufptr
[all...]
/external/qemu/
H A Dqemu-char.c1871 int bufptr; member in struct:__anon11881
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
/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 1566 milliseconds