Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.h314 uint32_t KMP_ALIGN_CACHE zeroCount; variable
326 uint64_t t = zeroCount; in check()
347 zeroCount = 0; in reset()
362 zeroCount += o.zeroCount;
H A Dkmp_stats.cpp196 zeroCount += 1; in addSample()
220 if (zeroCount) { in format()
221 result << "0, " << formatSI(zeroCount, 9, ' ') << ", ", in format()