Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgomp/
H A Dtarget.c1206 const uintptr_t link_bit = 1ULL << (sizeof (uintptr_t) * __CHAR_BIT__ - 1); in gomp_load_image_to_device() local
1207 const uintptr_t size_mask = ~link_bit; in gomp_load_image_to_device()
1228 k->refcount = target_size & link_bit ? REFCOUNT_LINK : REFCOUNT_INFINITY; in gomp_load_image_to_device()
1286 const uintptr_t link_bit = 1ULL << (sizeof (uintptr_t) * __CHAR_BIT__ - 1); in gomp_unload_image_from_device() local
1287 const uintptr_t size_mask = ~link_bit; in gomp_unload_image_from_device()
1296 if (!(link_bit & (uintptr_t) host_var_table[i * 2 + 1])) in gomp_unload_image_from_device()