OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ind_fn_map
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c
1422
uint64_t
ind_fn_map
[ind_fn_entries * 2 + 1];
local
1425
ind_fn_map
[k * 2] = host_ind_fn_table[k];
1426
ind_fn_map
[k * 2 + 1] = ind_fn_table[k];
1430
ind_fn_map
[ind_fn_entries * 2] = 0;
1434
= GOMP_OFFLOAD_alloc (ord, sizeof (
ind_fn_map
));
1438
(void*)
ind_fn_map
,
1439
sizeof (
ind_fn_map
));
plugin-gcn.c
3631
uint64_t
ind_fn_map
[ind_func_count * 2 + 1];
local
3634
ind_fn_map
[i * 2] = host_ind_fn_table[i];
3635
ind_fn_map
[i * 2 + 1] = ind_funcs_table[i];
3639
ind_fn_map
[ind_func_count * 2] = 0;
3643
= GOMP_OFFLOAD_alloc (agent->device_id, sizeof (
ind_fn_map
));
3647
(void*)
ind_fn_map
,
3648
sizeof (
ind_fn_map
));
Completed in 37 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026