Searched refs:maxPos (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | Scrollbar.cpp | 262 int maxPos = trackLen - thumbLen; in moveThumb() local 265 delta = min(maxPos - thumbPos, delta); in moveThumb()
|
/external/webrtc/src/modules/audio_processing/aecm/main/source/ |
D | aecm_core.c | 1396 WebRtc_Word16 sumBitPattern, bitPatternEcho, bitPatternNear, maxPos, maxValue, in WebRtcAecm_DelayCompensation() local 1470 maxPos = 0; in WebRtcAecm_DelayCompensation() 1479 maxPos = i; in WebRtcAecm_DelayCompensation() 1480 if (maxPos < CORR_DEV) in WebRtcAecm_DelayCompensation() 1484 } else if (maxPos > (CORR_MAX << 1) - CORR_DEV) in WebRtcAecm_DelayCompensation() 1495 if ((maxPos > 0) & (maxPos < (CORR_MAX << 1))) in WebRtcAecm_DelayCompensation() 1503 aecm->delayAdjust += CORR_MAX - maxPos; in WebRtcAecm_DelayCompensation()
|
/external/libxml2/ |
D | xpath.c | 11652 int maxPos, in xmlXPathCompOpEvalPositionalPredicate() argument 11750 if (res && (pos >= minPos) && (pos <= maxPos)) { in xmlXPathCompOpEvalPositionalPredicate() 11755 if (minPos == maxPos) { in xmlXPathCompOpEvalPositionalPredicate() 11771 if (pos == maxPos) { in xmlXPathCompOpEvalPositionalPredicate() 11835 int *maxPos) in xmlXPathIsPositionalPredicate() argument 11876 *maxPos = (int) ((xmlXPathObjectPtr) exprOp->value4)->floatval; in xmlXPathIsPositionalPredicate() 11879 (float) *maxPos) in xmlXPathIsPositionalPredicate() 11896 if (++pos == maxPos) { \ in xmlXPathNodeCollectAndTest() 11905 if (++pos == maxPos) { \ in xmlXPathNodeCollectAndTest() 11944 int maxPos; /* The requested position() (when a "[n]" predicate) */ in xmlXPathNodeCollectAndTest() local [all …]
|
/external/webkit/Source/WebCore/editing/ |
D | visible_units.cpp | 545 Position maxPos(n, caretMaxOffset(n)); in previousLinePosition() local 546 maxPos.getInlineBoxAndOffset(DOWNSTREAM, box, ignoredCaretOffset); in previousLinePosition()
|