Home
last modified time | relevance | path

Searched refs:var_entries (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c1213 unsigned int fn_entries, var_entries, i, j; in GOMP_OFFLOAD_load_image() local
1238 var_entries = img_header->var_num; in GOMP_OFFLOAD_load_image()
1244 * (fn_entries + var_entries)); in GOMP_OFFLOAD_load_image()
1281 for (j = 0; j < var_entries; j++, targ_tbl++) in GOMP_OFFLOAD_load_image()
1295 return fn_entries + var_entries; in GOMP_OFFLOAD_load_image()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c1273 unsigned int fn_entries, var_entries, other_entries, i, j; in GOMP_OFFLOAD_load_image() local
1298 var_entries = img_header->var_num; in GOMP_OFFLOAD_load_image()
1307 * (fn_entries + var_entries + other_entries)); in GOMP_OFFLOAD_load_image()
1344 for (j = 0; j < var_entries; j++, targ_tbl++) in GOMP_OFFLOAD_load_image()
1373 return fn_entries + var_entries + other_entries; in GOMP_OFFLOAD_load_image()