Searched refs:_total (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h333 uint64_t _total; member in class:logHistogram
339 KMP_DEBUG_ASSERT(t == _total);
352 _total = o._total;
364 _total = 0;
378 _total += o._total;
H A Dkmp_stats.cpp197 _total++;
209 _total++;

Completed in 103 milliseconds