Searched refs:uCount (Results 1 – 2 of 2) sorted by relevance
1375 uint32_t uCount = 0; in Avg() local1384 uCount++; in Avg()1406 uCount++; in Avg()1418 uCount++; in Avg()1423 if (uCount == 0) { in Avg()1428 args.GetReturnValue()->SetDouble(dSum / uCount); in Avg()1527 uint32_t uCount = 0; in Max() local1555 uCount++; in Max()1557 dMaxValue = (uCount == 1) ? dValue : std::max(dMaxValue, dValue); in Max()1567 uCount++; in Max()[all …]
1770 uCount = 01776 uCount += 11778 if uCount > 1:1782 prefix = 'unsigned ' * uCount + 'long ' * lCount