HomeSort by relevance Sort by last modified time
    Searched refs:sum_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
histogram.cc 479 sum_(0),
496 sum_ += count * value;
499 DCHECK_GE(sum_, 0);
515 sum_ += other.sum_;
526 sum_ -= other.sum_;
535 pickle->WriteInt64(sum_);
548 DCHECK_EQ(sum_, 0);
553 if (!pickle.ReadInt64(iter, &sum_) ||
    [all...]
histogram.h 260 int64 sum() const { return sum_; }
277 int64 sum_; // sum of samples. member in class:Histogram::SampleSet
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 31 milliseconds