Home
last modified time | relevance | path

Searched refs:offsetA (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h532 … Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, RhsScalar* unpackedB = 0)
559 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
804 const LhsScalar* blA = &blockA[i*strideA+offsetA*LhsProgress];
953 const LhsScalar* blA = &blockA[i*strideA+offsetA];
1007 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
1050 const LhsScalar* blA = &blockA[i*strideA+offsetA*LhsProgress];
1075 const LhsScalar* blA = &blockA[i*strideA+offsetA];
/external/webkit/Source/WebCore/dom/
DRange.h72 …static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, E…
DRange.cpp458 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, Ex… in compareBoundaryPoints() argument
472 if (offsetA == offsetB) in compareBoundaryPoints()
474 if (offsetA < offsetB) in compareBoundaryPoints()
487 while (n != c && offsetC < offsetA) { in compareBoundaryPoints()
492 if (offsetA <= offsetC) in compareBoundaryPoints()
/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp101 int offsetA = a.deprecatedEditingOffset(); in comparePositions() local
115 offsetA = 0; in comparePositions()
126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, ec); in comparePositions()