Searched refs:current_device (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c3166 struct gomp_device_descr current_device; local
3186 if (gomp_load_plugin_for_device (&current_device, plugin_name))
3188 new_num_devices = current_device.get_num_devices_func ();
3202 current_device.name = current_device.get_name_func ();
3203 /* current_device.capabilities has already been set. */
3204 current_device.type = current_device.get_type_func ();
3205 current_device.mem_map.root = NULL;
3206 current_device
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c3862 struct gomp_device_descr current_device; local
3882 if (gomp_load_plugin_for_device (&current_device, plugin_name))
3884 new_num_devs = current_device.get_num_devices_func ();
3898 current_device.name = current_device.get_name_func ();
3899 /* current_device.capabilities has already been set. */
3900 current_device.type = current_device.get_type_func ();
3901 current_device.mem_map.root = NULL;
3902 current_device
[all...]

Completed in 134 milliseconds