HomeSort by: relevance | last modified time | path
    Searched defs:high_value (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 9330 long long high_value = propCumulativeRecentBinHighVal->fetch (propNum); variable
9336 thisPropVals->store (last_bin, high_value);
9342 high_value = 0; // high value of next bin is 0.
9343 propCumulativeRecentBinHighVal->store (propNum, high_value);
9348 if (high_value < this_value)
9351 high_value = this_value;
9352 propCumulativeRecentBinHighVal->store (propNum, high_value);
9357 thisPropVals->store (bin, high_value);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 9330 long long high_value = propCumulativeRecentBinHighVal->fetch (propNum); variable
9336 thisPropVals->store (last_bin, high_value);
9342 high_value = 0; // high value of next bin is 0.
9343 propCumulativeRecentBinHighVal->store (propNum, high_value);
9348 if (high_value < this_value)
9351 high_value = this_value;
9352 propCumulativeRecentBinHighVal->store (propNum, high_value);
9357 thisPropVals->store (bin, high_value);

Completed in 25 milliseconds