Lines Matching refs:elt_sz

269   unsigned long ent, num_ents, elt_sz, shift_sz;  in gomp_doacross_init()  local
318 elt_sz = sizeof (unsigned long); in gomp_doacross_init()
323 elt_sz = sizeof (unsigned long) * ncounts; in gomp_doacross_init()
326 elt_sz = (elt_sz + 63) & ~63UL; in gomp_doacross_init()
328 doacross = gomp_malloc (sizeof (*doacross) + 63 + num_ents * elt_sz in gomp_doacross_init()
331 doacross->elt_sz = elt_sz; in gomp_doacross_init()
339 doacross->extra = doacross->array + num_ents * elt_sz; in gomp_doacross_init()
354 *(unsigned long *) (doacross->array + ent * elt_sz) = 0; in gomp_doacross_init()
358 memset (doacross->array + ent * elt_sz, '\0', in gomp_doacross_init()
396 + ent * doacross->elt_sz); in GOMP_doacross_post()
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
568 elt_sz = sizeof (unsigned long); in gomp_doacross_ull_init()
574 elt_sz = sizeof (gomp_ull) * ncounts; in gomp_doacross_ull_init()
576 elt_sz = sizeof (unsigned long) * 2 * ncounts; in gomp_doacross_ull_init()
581 elt_sz = (elt_sz + 63) & ~63UL; in gomp_doacross_ull_init()
583 doacross = gomp_malloc (sizeof (*doacross) + 63 + num_ents * elt_sz in gomp_doacross_ull_init()
586 doacross->elt_sz = elt_sz; in gomp_doacross_ull_init()
595 doacross->extra = doacross->array + num_ents * elt_sz; in gomp_doacross_ull_init()
610 *(unsigned long *) (doacross->array + ent * elt_sz) = 0; in gomp_doacross_ull_init()
614 memset (doacross->array + ent * elt_sz, '\0', in gomp_doacross_ull_init()
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()
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()