Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dordered.c269 unsigned long ent, num_ents, elt_sz, shift_sz; in gomp_doacross_init() local
311 num_ents = team->nthreads; in gomp_doacross_init()
313 num_ents = counts[0]; in gomp_doacross_init()
315 num_ents = (counts[0] - 1) / chunk_size + 1; in gomp_doacross_init()
328 doacross = gomp_malloc (sizeof (*doacross) + 63 + num_ents * elt_sz in gomp_doacross_init()
339 doacross->extra = doacross->array + num_ents * elt_sz; in gomp_doacross_init()
353 for (ent = 0; ent < num_ents; ent++) in gomp_doacross_init()
357 for (ent = 0; ent < num_ents; ent++) in gomp_doacross_init()
362 unsigned long q = counts[0] / num_ents; in gomp_doacross_init()
363 unsigned long t = counts[0] % num_ents; in gomp_doacross_init()
[all …]