Home
last modified time | relevance | path

Searched refs:map_proc_list (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ga/ga-5.8/global/src/
H A Dbase.c386 PGRP_LIST[i].map_proc_list = (int*)0; in pnga_initialize()
427 PGRP_LIST[0].map_proc_list[i+j] = i; in pnga_initialize()
1093 PGRP_LIST[pgrp_handle].map_proc_list in pnga_pgroup_create()
1192 PGRP_LIST[pgrp_handle].map_proc_list in pnga_pgroup_duplicate()
1202 PGRP_LIST[pgrp_handle].map_proc_list[i] in pnga_pgroup_duplicate()
1203 = PGRP_LIST[grp].map_proc_list[i]; in pnga_pgroup_duplicate()
1209 PGRP_LIST[pgrp_handle].map_proc_list[i] in pnga_pgroup_duplicate()
1310 free(PGRP_LIST[grp_id].map_proc_list); in pnga_pgroup_destroy()
1960 me = PGRP_LIST[p_handle].map_proc_list[GAme]; in pnga_set_restricted()
2008 me = PGRP_LIST[p_handle].map_proc_list[GAme]; in pnga_set_restricted_range()
[all …]
H A Dbase.h36 int *map_proc_list; member
H A Donesided.c1536 ow = PGRP_LIST[p_handle].map_proc_list[ow]; in pnga_access_ptr()
1898 ow = PGRP_LIST[p_handle].map_proc_list[ow]; in pnga_access_idx()
H A Dghosts.c350 if (grp_id>0) me = PGRP_LIST[grp_id].map_proc_list[me]; in pnga_get_ghost_block()