Searched defs:bufptr (Results 1 - 8 of 8) sorted by relevance

/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/clang/test/CodeGen/
H A Dglobalinit.c24 static char *bufptr = buf; local
26 return c ? buf : 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/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.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:__anon25843
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 310 milliseconds