Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1574 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_load_image_to_device() local
1580 int num_funcs = host_funcs_end - host_func_table; in gomp_load_image_to_device()
1675 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_unload_image_from_device() local
1681 int num_funcs = host_funcs_end - host_func_table; in gomp_unload_image_from_device()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c2086 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_load_image_to_device() local
2092 int num_funcs = host_funcs_end - host_func_table; in gomp_load_image_to_device()
2221 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_unload_image_from_device() local
2227 int num_funcs = host_funcs_end - host_func_table; in gomp_unload_image_from_device()