Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dtarget.c1156 int num_funcs = host_funcs_end - host_func_table; in gomp_load_image_to_device() local
1167 if (num_target_entries != num_funcs + num_vars) in gomp_load_image_to_device()
1173 " (expected %u, have %u)", num_funcs + num_vars, in gomp_load_image_to_device()
1179 tgt->array = gomp_malloc ((num_funcs + num_vars) * sizeof (*tgt->array)); in gomp_load_image_to_device()
1189 for (i = 0; i < num_funcs; i++) in gomp_load_image_to_device()
1211 struct addr_pair *target_var = &target_table[num_funcs + i]; in gomp_load_image_to_device()
1254 int num_funcs = host_funcs_end - host_func_table; in gomp_unload_image_from_device() local
1261 if (num_funcs || num_vars) in gomp_unload_image_from_device()
1263 k.host_start = (num_funcs ? (uintptr_t) host_func_table[0] in gomp_unload_image_from_device()
1277 for (i = 0; i < num_funcs; i++) in gomp_unload_image_from_device()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Domp-offload.c167 unsigned num_funcs = vec_safe_length (offload_funcs); in omp_finish_file() local
170 if (num_funcs == 0 && num_vars == 0) in omp_finish_file()
176 vec_alloc (v_f, num_funcs); in omp_finish_file()
185 num_funcs); in omp_finish_file()
215 for (unsigned i = 0; i < num_funcs; i++) in omp_finish_file()