Searched defs:bufptr (Results 1 - 11 of 11) 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/valgrind/main/coregrind/
H A Dm_debugger.c348 Char *bufptr; local
354 bufptr = buf;
358 /* each iteration can advance bufptr by at most the length
361 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
366 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
367 bufptr += VG_(strlen)(file);
371 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
372 bufptr += VG_(strlen)(pidbuf);
376 *bufptr++ = *cmdptr++;
381 *bufptr
[all...]
/external/clang/test/CodeGen/
H A Dglobalinit.c24 static char *bufptr = buf; local
26 return c ? buf : bufptr;
/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/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.h362 u32 bufptr; member in struct:_BufferDesc
/external/mksh/src/
H A Dmain.c113 } *bufptr; local
116 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
119 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
122 bufptr = (void *)(cp - ALLOC_SIZE);
124 bufptr->dataptr = &rndsetupstate;
126 bufptr->stkptr = &bufptr;
128 bufptr->mallocptr = bufptr;
130 sigsetjmp(bufptr
[all...]
/external/qemu/
H A Dqemu-char.c1871 int bufptr; member in struct:__anon9691
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/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 689 milliseconds