/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 21 char *srcp, *dstp; in do_one() local 26 dstp = dst + MIN_REDZONE + dst_off; in do_one() 32 ret = COPY_LOOP(dstp, srcp, len); in do_one() 33 if (ret && ret != (unsigned long)dstp) { in do_one() 34 printf("(%p,%p,%ld) returned %ld\n", dstp, srcp, len, ret); in do_one() 38 if (memcmp(dstp, srcp, len)) { in do_one() 39 printf("(%p,%p,%ld) miscompare\n", dstp, srcp, len); in do_one() 45 printf("%02x ", dstp[i]); in do_one() 50 if (memcmp(dst, redzone, dstp - dst)) { in do_one() 52 dstp, srcp, len); in do_one() [all …]
|
D | exc_validate.c | 60 static void do_one_test(char *dstp, char *srcp, unsigned long len) in do_one_test() argument 64 got = COPY_LOOP(dstp, srcp, len); in do_one_test() 65 expected = test_copy_tofrom_user_reference(dstp, srcp, len); in do_one_test() 70 srcp, dstp, len, got, expected); in do_one_test()
|
/external/libxml2/os400/ |
D | transcode.c | 53 char * dstp; in xmlTranscodeResult() local 80 dstp = ts; in xmlTranscodeResult() 94 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); in xmlTranscodeResult() 101 dstp[0] = dstp[1] = dstp[2] = dstp[3] = '\0'; in xmlTranscodeResult() 105 ts = xmlRealloc(ts, (dstp - ts) + 4); in xmlTranscodeResult() 112 (xmlChar *) ts, dstp - ts + 1); in xmlTranscodeResult() 141 char * dstp; in inTranscode() local 160 dstp = (char *) ts; in inTranscode() 176 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); in inTranscode() 185 *dstp = '\0'; in inTranscode() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests.c | 15 long long int dstp = (long long int) dstpp; in memset_impl() local 17 while (dstp % 4 != 0) in memset_impl() 19 ((unsigned char *) dstp)[0] = c; in memset_impl() 20 dstp += 1; in memset_impl()
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests.c | 15 long long int dstp = (long long int) dstpp; in memset_impl() local 17 while (dstp % 4 != 0) in memset_impl() 19 ((unsigned char *) dstp)[0] = c; in memset_impl() 20 dstp += 1; in memset_impl()
|
/external/mtools/ |
D | mdir.c | 127 register char *srcp, *dstp; in dotted_num() local 160 dstp = (*buf)+len+1; in dotted_num() 162 for ( ; dstp >= (*buf)+4 && isdigit (srcp[-1]); ) { in dotted_num() 164 dstp -= 4; /* that's where we put these 3 digits */ in dotted_num() 168 while (dstp < (*buf) + len) { in dotted_num() 169 dstp[0] = srcp[0]; in dotted_num() 170 dstp[1] = srcp[1]; in dotted_num() 171 dstp[2] = srcp[2]; in dotted_num() 172 if (dstp + 3 < (*buf) + len) in dotted_num() 175 dstp[3] = ' '; in dotted_num() [all …]
|
/external/llvm-project/polly/test/DeLICM/ |
D | pr41656.ll | 37 …%dstp.03.us.i = phi double* [ %add.ptr.us.i, %for.cond2.for.end_crit_edge.us.i ], [ %0, %for.body.… 40 store double %1, double* %dstp.03.us.i, align 8, !tbaa !5 41 %2 = bitcast double* %dstp.03.us.i to i64* 55 %add.ptr.us.i = getelementptr inbounds double, double* %dstp.03.us.i, i64 %idx.ext.i
|
/external/grpc-grpc/src/core/lib/slice/ |
D | slice_buffer.cc | 302 char* dstp = static_cast<char*>(dst); in grpc_slice_buffer_move_first_into_buffer() local 309 memcpy(dstp, GRPC_SLICE_START_PTR(slice), n); in grpc_slice_buffer_move_first_into_buffer() 314 memcpy(dstp, GRPC_SLICE_START_PTR(slice), n); in grpc_slice_buffer_move_first_into_buffer() 318 memcpy(dstp, GRPC_SLICE_START_PTR(slice), slice_len); in grpc_slice_buffer_move_first_into_buffer() 319 dstp += slice_len; in grpc_slice_buffer_move_first_into_buffer()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/ |
D | slice_buffer.cc | 319 char* dstp = static_cast<char*>(dst); in grpc_slice_buffer_move_first_into_buffer() local 326 memcpy(dstp, GRPC_SLICE_START_PTR(slice), n); in grpc_slice_buffer_move_first_into_buffer() 331 memcpy(dstp, GRPC_SLICE_START_PTR(slice), n); in grpc_slice_buffer_move_first_into_buffer() 335 memcpy(dstp, GRPC_SLICE_START_PTR(slice), slice_len); in grpc_slice_buffer_move_first_into_buffer() 336 dstp += slice_len; in grpc_slice_buffer_move_first_into_buffer()
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 652 char * dstp; in nfaslice() local 663 dstp = (char *) bytebuf; in nfaslice() 665 iconv(icc, &srcp, &srcc, &dstp, &dstc); in nfaslice() 666 dstp = (char *) bytebuf; in nfaslice() 683 tp = uniquetransition(*dstp, f, (t_state *) NULL); in nfaslice() 689 dstp++; in nfaslice() 710 t = nfatransition(t, dstp[--cnt]); in nfaslice() 712 newtransition(*dstp, f, t); in nfaslice() 1692 char * dstp; in listids() local 1715 dstp = buf; in listids() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_atifragshader.c | 316 GLfloat dst[2][4], *dstp; in execute_shader() local 526 dstp = machine->Registers[dstreg - GL_REG_0_ATI]; in execute_shader() 532 dstp); in execute_shader() 534 write_dst_addr(1, inst->DstReg[0].dstMod, 0, dst[1], dstp); in execute_shader()
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
D | sparsebit.h | 33 void sparsebit_copy(struct sparsebit *dstp, struct sparsebit *src);
|
/external/tcpdump/ |
D | print-802_11.c | 1749 const uint8_t **dstp) in get_data_src_dst_mac() argument 1760 *dstp = ADDR1; in get_data_src_dst_mac() 1764 *dstp = ADDR1; in get_data_src_dst_mac() 1770 *dstp = ADDR3; in get_data_src_dst_mac() 1774 *dstp = ADDR3; in get_data_src_dst_mac() 1785 get_mgmt_src_dst_mac(const u_char *p, const uint8_t **srcp, const uint8_t **dstp) in get_mgmt_src_dst_mac() argument 1791 if (dstp != NULL) in get_mgmt_src_dst_mac() 1792 *dstp = hp->da; in get_mgmt_src_dst_mac()
|
/external/openssh/ |
D | auth-options.c | 44 dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) in dup_strings() argument 49 *dstp = NULL; in dup_strings() 65 *dstp = dst; in dup_strings()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 1001 string dstp; in Partition() local 1014 dstp = opts.node_to_loc(dst); in Partition() 1015 GraphDef* dst_graph = &(*partitions)[dstp]; in Partition()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1420 for (int dstp = 0; dstp < 2; ++dstp) in TEST() local 1421 TestUnalignedMemcpy(i, j, aligned, srcp, dstp); in TEST()
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 1512 for (int dstp = 0; dstp < 2; ++dstp) in TEST() local 1513 TestUnalignedMemcpy(i, j, aligned, srcp, dstp); in TEST()
|