Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp757 bool func(unsigned ncounts, long *counts, long chunk_sz, long *p_lb, \
763 (struct kmp_dim *)__kmp_allocate(sizeof(struct kmp_dim) * ncounts); \
765 for (unsigned i = 0; i < ncounts; ++i) { \
770 __kmpc_doacross_init(&loc, gtid, (int)ncounts, dims); \
777 gtid, ncounts, lb, ub, str, chunk_sz)); \
804 int func(unsigned ncounts, long *counts, long *p_lb, long *p_ub) { \
810 (struct kmp_dim *)__kmp_allocate(sizeof(struct kmp_dim) * ncounts); \
812 for (unsigned i = 0; i < ncounts; ++i) { \
817 __kmpc_doacross_init(&loc, gtid, (int)ncounts, dims); \
1046 int func(unsigned ncounts, unsigned long long *counts, \
[all …]
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_selftest_queue.c436 const int ncounts = sizeof (counts) / sizeof (counts[0]); in queue_edge_cases() local
439 for (int n = 0; n < ncounts; n++) { in queue_edge_cases()