Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h335 uint32_t KMP_ALIGN_CACHE zeroCount; variable
347 uint64_t t = zeroCount; in check()
368 zeroCount = 0; in reset()
383 zeroCount += o.zeroCount;
H A Dkmp_stats.cpp194 zeroCount += 1; in addSample()
218 if (zeroCount) { in format()
219 result << "0, " << formatSI(zeroCount, 9, ' ') << ", ", in format()