Searched refs:offsetA (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | GeneralBlockPanelKernel.h | 532 … 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/ |
D | Range.h | 72 …static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, E…
|
D | Range.cpp | 458 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/ |
D | htmlediting.cpp | 101 int offsetA = a.deprecatedEditingOffset(); in comparePositions() local 115 offsetA = 0; in comparePositions() 126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, ec); in comparePositions()
|