Searched refs:host_table (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dhosttable.h31 struct host_table { struct
/netbsd-current/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));
29 LogError("malloc of %zd bytes failed.", sizeof(struct host_table));
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c63 const void *host_table; member in struct:offload_image_descr
1570 const void *host_table, const void *target_data,
1573 void **host_func_table = ((void ***) host_table)[0];
1574 void **host_funcs_end = ((void ***) host_table)[1];
1575 void **host_var_table = ((void ***) host_table)[2];
1576 void **host_vars_end = ((void ***) host_table)[3];
1672 const void *host_table, const void *target_data)
1674 void **host_func_table = ((void ***) host_table)[0];
1675 void **host_funcs_end = ((void ***) host_table)[1];
1676 void **host_var_table = ((void ***) host_table)[
1569 gomp_load_image_to_device(struct gomp_device_descr *devicep, unsigned version, const void *host_table, const void *target_data, bool is_register_lock) argument
1670 gomp_unload_image_from_device(struct gomp_device_descr *devicep, unsigned version, const void *host_table, const void *target_data) argument
1744 GOMP_offload_register_ver(unsigned version, const void *host_table, int target_type, const void *target_data) argument
1782 GOMP_offload_register(const void *host_table, int target_type, const void *target_data) argument
1793 GOMP_offload_unregister_ver(unsigned version, const void *host_table, int target_type, const void *target_data) argument
1824 GOMP_offload_unregister(const void *host_table, int target_type, const void *target_data) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c80 const void *host_table; member in struct:offload_image_descr
2082 const void *host_table, const void *target_data,
2085 void **host_func_table = ((void ***) host_table)[0];
2086 void **host_funcs_end = ((void ***) host_table)[1];
2087 void **host_var_table = ((void ***) host_table)[2];
2088 void **host_vars_end = ((void ***) host_table)[3];
2218 const void *host_table, const void *target_data)
2220 void **host_func_table = ((void ***) host_table)[0];
2221 void **host_funcs_end = ((void ***) host_table)[1];
2222 void **host_var_table = ((void ***) host_table)[
2081 gomp_load_image_to_device(struct gomp_device_descr *devicep, unsigned version, const void *host_table, const void *target_data, bool is_register_lock) argument
2216 gomp_unload_image_from_device(struct gomp_device_descr *devicep, unsigned version, const void *host_table, const void *target_data) argument
2290 GOMP_offload_register_ver(unsigned version, const void *host_table, int target_type, const void *target_data) argument
2328 GOMP_offload_register(const void *host_table, int target_type, const void *target_data) argument
2339 GOMP_offload_unregister_ver(unsigned version, const void *host_table, int target_type, const void *target_data) argument
2370 GOMP_offload_unregister(const void *host_table, int target_type, const void *target_data) argument
[all...]

Completed in 196 milliseconds