OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indirect_htab
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/config/accel/
target-indirect.c
64
static htab_t
indirect_htab
= NULL;
variable
77
if (!
indirect_htab
)
84
indirect_htab
= htab_create (num_ind_funcs);
90
hash_entry_type *slot = htab_find_slot (&
indirect_htab
, &element,
104
assert (
indirect_htab
);
107
hash_entry_type entry = htab_find (
indirect_htab
, &element);
Completed in 15 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026