Searched refs:dstbuf (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/io/aio/ |
D | aio01.c | 82 char *srcbuf, *dstbuf; variable 160 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos); in main() 223 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos); in main() 268 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos); in main() 314 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos); in main() 329 if (srcbuf[j] != dstbuf[j]) { in main() 332 dstbuf[j], srcbuf[j]); in main() 389 posix_memalign((void **)&dstbuf, bufsize, bufsize)) != 0) in setup() 397 if ((dstbuf = malloc(sizeof(char) * bufsize)) == NULL) in setup() 409 free(dstbuf); in cleanup()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_split_copy.c | 88 GLubyte *dstbuf; member 215 copy->dstptr = copy->dstbuf; in flush() 288 assert(copy->dstptr == (copy->dstbuf + in elt() 506 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size); in replay_init() 507 copy->dstptr = copy->dstbuf; in replay_init() 519 dst->Ptr = copy->dstbuf + offset; in replay_init() 557 free(copy->dstbuf); in replay_finish()
|
/external/u-boot/drivers/fpga/ |
D | zynqpl.c | 152 static int zynq_dma_transfer(u32 srcbuf, u32 srclen, u32 dstbuf, u32 dstlen) in zynq_dma_transfer() argument 159 writel(dstbuf, &devcfg_base->dma_dst_addr); in zynq_dma_transfer()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9203 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local 9215 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped() 9216 dst = dstbuf; in putescaped() 9243 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9877 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local 9889 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped() 9890 dst = dstbuf; in putescaped() 9917 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()
|