OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/include/
hosttable.h
31
struct
host_table
{
struct
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
hosttable.c
22
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
));
/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 28 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026