HomeSort by: relevance | last modified time | path
    Searched defs:host_table (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
hosttable.h 31 struct host_table { struct
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 80 const void *host_table; member in struct:offload_image_descr
2076 And insert to splay tree the mapping between addresses from HOST_TABLE and
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]
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
target.c 90 const void *host_table; member in struct:offload_image_descr
2319 And insert to splay tree the mapping between addresses from HOST_TABLE and
2325 const void *host_table, const void *target_data,
2328 void **host_func_table = ((void ***) host_table)[0];
2329 void **host_funcs_end = ((void ***) host_table)[1];
2330 void **host_var_table = ((void ***) host_table)[2];
2331 void **host_vars_end = ((void ***) host_table)[3];
2337 host_ind_func_table = ((void ***) host_table)[4];
2338 host_ind_funcs_end = ((void ***) host_table)[5];
2507 const void *host_table, const void *target_data
    [all...]

Completed in 20 milliseconds