Searched refs:minuend (Results 1 – 6 of 6) sorted by relevance
127 const ProcDiskStatsCollector::PerPartitionDiskStats& minuend, in diffPerPartitionDiskStats() argument130 for (const auto& minuendStats : minuend) { in diffPerPartitionDiskStats()
222 static struct timespec evSubTime(struct timespec minuend, struct timespec subtrahend) { in evSubTime() argument225 x.tv_sec = minuend.tv_sec - subtrahend.tv_sec; in evSubTime()226 if (minuend.tv_nsec >= subtrahend.tv_nsec) in evSubTime()227 x.tv_nsec = minuend.tv_nsec - subtrahend.tv_nsec; in evSubTime()229 x.tv_nsec = BILLION - subtrahend.tv_nsec + minuend.tv_nsec; in evSubTime()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...