Searched refs:_bucketBounds (Results 1 – 2 of 2) sorted by relevance
202 _bucketBounds = (int64_t*)IOMallocZeroData(boundsSize); in initWith()203 if (!_bucketBounds) { in initWith()240 _bucketBounds[cnt3] = bucketBound; in initWith()242 previousBucketBound = _bucketBounds[cnt3]; in initWith()258 if (_bucketBounds) { in free()260 IOFreeData(_bucketBounds, (size_t)_nElements * sizeof(int64_t)); in free()342 if (value <= _bucketBounds[cnt]) { in tallyValue()
1692 int64_t *_bucketBounds; variable