Searched refs:maxPos (Results 1 – 6 of 6) sorted by relevance
797 int32_t maxPos = text.length(); in parse() local821 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()1054 if (parsedPos < maxPos && in parse()1062 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()1080 if (parsedPos < maxPos && in parse()1088 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()1102 if (parsedPos < maxPos && in parse()1110 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()1135 if (parsedPos < maxPos) { in parse()1160 if (parsedPos < maxPos) { in parse()[all …]
1318 int maxPos,i,j; in checkFrameInfo() local1345 maxPos = numberOfTimeSlots + (overlap/timeStep); in checkFrameInfo()1350 …if( startPos > maxPos-numberOfTimeSlots ) /* First env. must start in or directly after the overla… in checkFrameInfo()1354 if(stopPos > maxPos) in checkFrameInfo()
315 float maxPos = m_scrollableArea->maximumScrollPosition(m_orientation); in moveThumb() local317 …float newPosition = static_cast<float>(thumbPos + delta) * (maxPos - minPos) / (trackLen - thumbLe… in moveThumb()
688 IntPoint maxPos = m_scrollableArea->maximumScrollPosition();690 float newX = max<float>(min<float>(position.x(), maxPos.x()), minPos.x());691 float newY = max<float>(min<float>(position.y(), maxPos.y()), minPos.y());
11668 int maxPos, in xmlXPathCompOpEvalPositionalPredicate() argument11771 if (res && (pos >= minPos) && (pos <= maxPos)) { in xmlXPathCompOpEvalPositionalPredicate()11776 if (minPos == maxPos) { in xmlXPathCompOpEvalPositionalPredicate()11792 if (pos == maxPos) { in xmlXPathCompOpEvalPositionalPredicate()11856 int *maxPos) in xmlXPathIsPositionalPredicate() argument11897 *maxPos = (int) ((xmlXPathObjectPtr) exprOp->value4)->floatval; in xmlXPathIsPositionalPredicate()11900 (float) *maxPos) in xmlXPathIsPositionalPredicate()11917 if (++pos == maxPos) { \ in xmlXPathNodeCollectAndTest()11926 if (++pos == maxPos) { \ in xmlXPathNodeCollectAndTest()11965 int maxPos; /* The requested position() (when a "[n]" predicate) */ in xmlXPathNodeCollectAndTest() local[all …]
11725 int maxPos, in xmlXPathCompOpEvalPositionalPredicate() argument11833 if (res && (pos >= minPos) && (pos <= maxPos)) { in xmlXPathCompOpEvalPositionalPredicate()11838 if (minPos == maxPos) { in xmlXPathCompOpEvalPositionalPredicate()11854 if (pos == maxPos) { in xmlXPathCompOpEvalPositionalPredicate()11918 int *maxPos) in xmlXPathIsPositionalPredicate() argument11959 *maxPos = (int) ((xmlXPathObjectPtr) exprOp->value4)->floatval; in xmlXPathIsPositionalPredicate()11962 (float) *maxPos) in xmlXPathIsPositionalPredicate()11979 if (++pos == maxPos) { \ in xmlXPathNodeCollectAndTest()11988 if (++pos == maxPos) { \ in xmlXPathNodeCollectAndTest()12027 int maxPos; /* The requested position() (when a "[n]" predicate) */ in xmlXPathNodeCollectAndTest() local[all …]