Lines Matching refs:ent
269 unsigned long ent, num_ents, elt_sz, shift_sz; in gomp_doacross_init() local
353 for (ent = 0; ent < num_ents; ent++) in gomp_doacross_init()
354 *(unsigned long *) (doacross->array + ent * elt_sz) = 0; in gomp_doacross_init()
357 for (ent = 0; ent < num_ents; ent++) in gomp_doacross_init()
358 memset (doacross->array + ent * elt_sz, '\0', in gomp_doacross_init()
379 unsigned long ent; in GOMP_doacross_post() local
390 ent = thr->ts.team_id; in GOMP_doacross_post()
392 ent = counts[0]; in GOMP_doacross_post()
394 ent = counts[0] / doacross->chunk_size; in GOMP_doacross_post()
396 + ent * doacross->elt_sz); in GOMP_doacross_post()
431 unsigned long ent; in GOMP_doacross_wait() local
446 ent = first / (doacross->q + 1); in GOMP_doacross_wait()
448 ent = (first - doacross->boundary) / doacross->q in GOMP_doacross_wait()
452 ent = first / ws->chunk_size % thr->ts.team->nthreads; in GOMP_doacross_wait()
455 ent = first; in GOMP_doacross_wait()
457 ent = first / doacross->chunk_size; in GOMP_doacross_wait()
459 + ent * doacross->elt_sz); in GOMP_doacross_wait()
519 unsigned long ent, num_ents, elt_sz, shift_sz; in gomp_doacross_ull_init() local
609 for (ent = 0; ent < num_ents; ent++) in gomp_doacross_ull_init()
610 *(unsigned long *) (doacross->array + ent * elt_sz) = 0; in gomp_doacross_ull_init()
613 for (ent = 0; ent < num_ents; ent++) in gomp_doacross_ull_init()
614 memset (doacross->array + ent * elt_sz, '\0', in gomp_doacross_ull_init()
635 unsigned long ent; in GOMP_doacross_ull_post() local
646 ent = thr->ts.team_id; in GOMP_doacross_ull_post()
648 ent = counts[0]; in GOMP_doacross_ull_post()
650 ent = counts[0] / doacross->chunk_size_ull; in GOMP_doacross_ull_post()
655 + ent * doacross->elt_sz); in GOMP_doacross_ull_post()
673 + ent * doacross->elt_sz); in GOMP_doacross_ull_post()
684 + ent * doacross->elt_sz); in GOMP_doacross_ull_post()
708 unsigned long ent; in GOMP_doacross_ull_wait() local
723 ent = first / (doacross->q_ull + 1); in GOMP_doacross_ull_wait()
725 ent = (first - doacross->boundary_ull) / doacross->q_ull in GOMP_doacross_ull_wait()
729 ent = first / ws->chunk_size_ull % thr->ts.team->nthreads; in GOMP_doacross_ull_wait()
732 ent = first; in GOMP_doacross_ull_wait()
734 ent = first / doacross->chunk_size_ull; in GOMP_doacross_ull_wait()
739 + ent * doacross->elt_sz); in GOMP_doacross_ull_wait()
763 + ent * doacross->elt_sz); in GOMP_doacross_ull_wait()
790 + ent * doacross->elt_sz); in GOMP_doacross_ull_wait()