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

  /external/chromium_org/third_party/WebKit/Source/platform/
PODInterval.h 133 const T& maxHigh() const { return m_maxHigh; }
134 void setMaxHigh(const T& maxHigh) { m_maxHigh = maxHigh; }
147 builder.append(", maxHigh=");
148 builder.append(ValueToString<T>::string(maxHigh()));
PODIntervalTree.h 171 && !(left->data().maxHigh() < adapter.lowValue()))
191 if (*curMax < left->data().maxHigh())
192 curMax = &left->data().maxHigh();
196 if (*curMax < right->data().maxHigh())
197 curMax = &right->data().maxHigh();
200 if (!(*curMax == node->data().maxHigh())) {
211 T leftMaxValue(node->data().maxHigh());
212 T rightMaxValue(node->data().maxHigh());
227 return (node->data().high() == node->data().maxHigh());
229 T localMaxValue(node->data().maxHigh());
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 66 itn->maxHigh = high;
110 /* accordingly. Also updates the maxHigh fields of x and y */
149 x->maxHigh=ITMax(x->left->maxHigh,ITMax(x->right->maxHigh,x->high));
150 y->maxHigh=ITMax(x->maxHigh,ITMax(y->right->maxHigh,y->high));
155 Assert((it->nil->maxHigh=LONG_MIN),
156 "nil->maxHigh != LONG_MIN in ITLeftRotate")
    [all...]
inttree.h 19 long maxHigh;
  /external/icu4c/test/intltest/
callimts.cpp 356 int32_t maxHigh = cal.getMaximum(f);
382 if (maxActual < maxLow || maxActual > maxHigh) {
386 ")=" + maxLow + ".." + maxHigh +
398 maxLow + ".." + maxHigh + ")");
405 maxLow + ".." + maxHigh + ")");
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 354 int32_t maxHigh = cal.getMaximum(f);
380 if (maxActual < maxLow || maxActual > maxHigh) {
384 ")=" + maxLow + ".." + maxHigh +
393 maxLow + ".." + maxHigh + ")");

Completed in 548 milliseconds