Home
last modified time | relevance | path

Searched refs:rightPos (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java214 int rightPos = getNextOpPos(leftPos); in compileOperation() local
216 operation.setLeftRight(compile(leftPos), compile(rightPos)); in compileOperation()
235 int rightPos = getFirstChildPos(opPos); in compileUnary() local
237 unary.setRight(compile(rightPos)); in compileUnary()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java456 int rightPos = compiler.getNextOpPos(leftPos); in isProximateInnerExpr() local
460 isProx = isProximateInnerExpr(compiler, rightPos); in isProximateInnerExpr()
524 int rightPos = compiler.getNextOpPos(leftPos); in mightBeProximate() local
528 isProx = isProximateInnerExpr(compiler, rightPos); in mightBeProximate()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp981 auto rightPos = _orderFiles.find(rightName); in customAtomOrderer() local
983 bool rightIsOrdered = (rightPos != _orderFiles.end()); in customAtomOrderer()
993 findOrderOrdinal(rightPos->getValue(), right, rightOrder); in customAtomOrderer()