Searched refs:var_entries (Results 1 – 2 of 2) sorted by relevance
1213 unsigned int fn_entries, var_entries, i, j; in GOMP_OFFLOAD_load_image() local1238 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()
1273 unsigned int fn_entries, var_entries, other_entries, i, j; in GOMP_OFFLOAD_load_image() local1298 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()