Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/ !
H A DIOHistogramReporter.cpp85 int64_t bucketBound = 0, previousBucketBound = 0; in initWith() local
234 if (previousBucketBound >= bucketBound) { in initWith()
243 previousBucketBound = _bucketBounds[cnt3]; in initWith()