Searched refs:src_copy (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/tests/ |
H A D | refmpn.c | 1160 mp_ptr src_copy; in refmpn_mul_N() local 1170 src_copy = refmpn_malloc_limbs (size); in refmpn_mul_N() 1171 refmpn_copyi (src_copy, src, size); in refmpn_mul_N() 1172 src = src_copy; in refmpn_mul_N() 1179 free (src_copy); in refmpn_mul_N() 1254 mp_ptr src_copy; in refmpn_addmul_N() local 1264 src_copy = refmpn_malloc_limbs (size); in refmpn_addmul_N() 1265 refmpn_copyi (src_copy, src, size); in refmpn_addmul_N() 1266 src = src_copy; in refmpn_addmul_N() 1272 free (src_copy); in refmpn_addmul_N()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 3119 void *src_copy = malloc (len); in hsa_memory_copy_wrapper() local 3120 memcpy (src_copy, src, len); in hsa_memory_copy_wrapper() 3121 status = hsa_fns.hsa_memory_copy_fn (dst, (const void *) src_copy, len); in hsa_memory_copy_wrapper() 3122 free (src_copy); in hsa_memory_copy_wrapper() 4147 void *src_copy = GOMP_PLUGIN_malloc (n); in GOMP_OFFLOAD_openacc_async_host2dev() local 4148 memcpy (src_copy, src, n); in GOMP_OFFLOAD_openacc_async_host2dev() 4149 queue_push_copy (aq, dst, src_copy, n, true); in GOMP_OFFLOAD_openacc_async_host2dev()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadupdate.c | 2174 basic_block src_copy = get_bb_copy (e->src); in rewire_first_differing_edge() local 2175 if (src_copy == NULL) in rewire_first_differing_edge() 2181 edge new_edge = find_edge (src_copy, e->dest); in rewire_first_differing_edge()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-threadupdate.cc | 2259 basic_block src_copy = get_bb_copy (e->src); in rewire_first_differing_edge() local 2260 if (src_copy == NULL) in rewire_first_differing_edge() 2266 edge new_edge = find_edge (src_copy, e->dest); in rewire_first_differing_edge()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 2928 void *src_copy = malloc (len); in hsa_memory_copy_wrapper() local 2929 memcpy (src_copy, src, len); in hsa_memory_copy_wrapper() 2930 status = hsa_fns.hsa_memory_copy_fn (dst, (const void *) src_copy, len); in hsa_memory_copy_wrapper() 2931 free (src_copy); in hsa_memory_copy_wrapper()
|