HomeSort by: relevance | last modified time | path
    Searched defs:tgt_start (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 1211 /* Offset from tgt->tgt_start to the start of the target object. */
1308 uintptr_t tgt_start; member in struct:target_mem_desc
target.c 294 chunks[i].end ending offset relative to tgt->tgt_start device address
318 /* Add region with device tgt_start relative offset and length to CBUF.
391 uintptr_t doff = (uintptr_t) d - cbuf->tgt->tgt_start;
641 (void *) (oldn->tgt->tgt_start
651 (void *) (oldn->tgt->tgt_start + oldn->tgt_offset
698 (void *) (tgt->tgt_start + target_offset),
721 = n->tgt->tgt_start + n->tgt_offset + cur_node.host_start;
727 gomp_copy_host2dev (devicep, aq, (void *) (tgt->tgt_start + target_offset),
838 uintptr_t devptr = n->tgt->tgt_start + n->tgt_offset + attach_to
854 (void *) (n->tgt->tgt_start + n->tgt_offset))
3296 uintptr_t tgt_start; member in struct:gomp_splay_tree_rev_lookup_data
3306 uintptr_t tgt_start = key->tgt->tgt_start + key->tgt_offset; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 1045 uintptr_t tgt_start; member in struct:target_mem_desc
1115 /* Offset from tgt->tgt_start to the start of the target object. */

Completed in 19 milliseconds