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/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Range.h | 80 …static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, E…
|
D | Range.cpp | 454 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, Ex… in compareBoundaryPoints() argument 468 if (offsetA == offsetB) in compareBoundaryPoints() 470 if (offsetA < offsetB) in compareBoundaryPoints() 483 while (n != c && offsetC < offsetA) { in compareBoundaryPoints() 488 if (offsetA <= offsetC) in compareBoundaryPoints()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | htmlediting.cpp | 85 int offsetA = hasDescendentA ? 0 : a.computeOffsetInContainerNode(); in comparePositions() local 100 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, IGNORE_EXCEPTION); in comparePositions()
|