Searched refs:gomp_map_val (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c306 devaddrs[i] = (void *) gomp_map_val (tgt, hostaddrs, i);
H A Dlibgomp.h1163 extern uintptr_t gomp_map_val (struct target_mem_desc *, void **, size_t);
H A Dtarget.c628 gomp_map_val (struct target_mem_desc *tgt, void **hostaddrs, size_t i) function
1063 cur_node.tgt_offset = gomp_map_val (tgt, hostaddrs, i - 1);
1273 cur_node.tgt_offset = gomp_map_val (tgt, hostaddrs, i);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.h1281 extern uintptr_t gomp_map_val (struct target_mem_desc *, void **, size_t);
H A Doacc-parallel.c306 devaddrs[i] = (void *) gomp_map_val (tgt, hostaddrs, i);
H A Dtarget.c890 gomp_map_val (struct target_mem_desc *tgt, void **hostaddrs, size_t i) function
1437 cur_node.tgt_offset = gomp_map_val (tgt, hostaddrs, i - 1);
1695 cur_node.tgt_offset = gomp_map_val (tgt, hostaddrs, i);

Completed in 221 milliseconds