Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_stats.h333 uint64_t _total; variable
339 KMP_DEBUG_ASSERT(t == _total); in check()
352 _total = o._total; in logHistogram()
364 _total = 0; in reset()
378 _total += o._total;
HDkmp_stats.cpp197 _total++; in addSample()
209 _total++; in addSample()