Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dhosttable.c22 static struct host_table *ht = NULL;
27 ht = calloc(1, sizeof(struct host_table)); in host_table_init()
29 LogError("malloc of %zd bytes failed.", sizeof(struct host_table)); in host_table_init()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c63 const void *host_table; member
1570 const void *host_table, const void *target_data, in gomp_load_image_to_device() argument
1573 void **host_func_table = ((void ***) host_table)[0]; in gomp_load_image_to_device()
1574 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_load_image_to_device()
1575 void **host_var_table = ((void ***) host_table)[2]; in gomp_load_image_to_device()
1576 void **host_vars_end = ((void ***) host_table)[3]; in gomp_load_image_to_device()
1672 const void *host_table, const void *target_data) in gomp_unload_image_from_device() argument
1674 void **host_func_table = ((void ***) host_table)[0]; in gomp_unload_image_from_device()
1675 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_unload_image_from_device()
1676 void **host_var_table = ((void ***) host_table)[2]; in gomp_unload_image_from_device()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c80 const void *host_table; member
2082 const void *host_table, const void *target_data, in gomp_load_image_to_device() argument
2085 void **host_func_table = ((void ***) host_table)[0]; in gomp_load_image_to_device()
2086 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_load_image_to_device()
2087 void **host_var_table = ((void ***) host_table)[2]; in gomp_load_image_to_device()
2088 void **host_vars_end = ((void ***) host_table)[3]; in gomp_load_image_to_device()
2218 const void *host_table, const void *target_data) in gomp_unload_image_from_device() argument
2220 void **host_func_table = ((void ***) host_table)[0]; in gomp_unload_image_from_device()
2221 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_unload_image_from_device()
2222 void **host_var_table = ((void ***) host_table)[2]; in gomp_unload_image_from_device()
[all …]
H A DChangeLog11665 * target.c (struct_offload_image_descr): Constify host_table.
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dhosttable.h31 struct host_table { struct