Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgomp/
HDordered.c331 doacross->shift_counts[i - 1] = shift_count; in gomp_doacross_init()
381 = (unsigned long) counts[0] << doacross->shift_counts[0]; in GOMP_doacross_post()
385 << doacross->shift_counts[i]; in GOMP_doacross_post()
443 = (unsigned long) first << doacross->shift_counts[0]; in GOMP_doacross_wait()
449 << doacross->shift_counts[i]; in GOMP_doacross_wait()
566 doacross->shift_counts[i - 1] = shift_count; in gomp_doacross_ull_init()
616 = counts[0] << doacross->shift_counts[0]; in GOMP_doacross_ull_post()
619 flattened |= counts[i] << doacross->shift_counts[i]; in GOMP_doacross_ull_post()
698 gomp_ull flattened = first << doacross->shift_counts[0]; in GOMP_doacross_ull_wait()
704 << doacross->shift_counts[i]; in GOMP_doacross_ull_wait()
HDlibgomp.h178 unsigned int shift_counts[]; member