Home
last modified time | relevance | path

Searched refs:dstbuf (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/io/aio/
Daio01.c82 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/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dtextprinter.c53 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local
65 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()
66 dst = dstbuf; in putescaped()
93 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()
/external/llvm-project/clang/test/Analysis/
Dtaint-generic.c257 char dstbuf[16], srcbuf[16]; in testStructArray() local
264 …__builtin_memcpy(dstbuf, srcbuf, tainted[0].length); // expected-warning {{Untrusted data is used … in testStructArray()
268 …__builtin_memcpy(dstbuf, srcbuf, tainted[0].length); // expected-warning {{Untrusted data is used … in testStructArray()
273 __builtin_memcpy(dstbuf, srcbuf, tainted[0].length); // no-warning in testStructArray()
274 __builtin_memcpy(dstbuf, srcbuf, tainted[2].length); // no-warning in testStructArray()
/external/mesa3d/src/mesa/tnl/
Dt_split_copy.c91 GLubyte *dstbuf; member
216 copy->dstptr = copy->dstbuf; in flush()
291 assert(copy->dstptr == (copy->dstbuf + in elt()
519 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size); in replay_init()
520 copy->dstptr = copy->dstbuf; in replay_init()
532 dstattr->Ptr = copy->dstbuf + offset; in replay_init()
569 free(copy->dstbuf); in replay_finish()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c151 struct ureg_dst dstbuf = ureg_dst(ureg_DECL_buffer(ureg, 0, false)); in si_create_dma_compute_shader() local
195 struct ureg_dst dst = ureg_writemask(dstbuf, u_bit_consecutive(0, inst_dwords[d])); in si_create_dma_compute_shader()
/external/erofs-utils/lib/
Dcompress.c155 static char dstbuf[EROFS_BLKSIZ * 2]; in vle_compress_one() local
156 char *const dst = dstbuf + EROFS_BLKSIZ; in vle_compress_one()
/external/protobuf/php/ext/google/protobuf/
Dupb.c8417 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local
8429 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()
8430 dst = dstbuf; in putescaped()
8457 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12242 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local
12254 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()
12255 dst = dstbuf; in putescaped()
12282 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()