Searched refs:endCell (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp993 UInt32 endCell[ 8 ]; local
1050 if (childAddressCells > sizeof(endCell)/sizeof(endCell[0]))
1053 bcopy(range, endCell, childAddressCells * sizeof(UInt32));
1056 AddLengthToCells(childAddressCells, endCell, rangeLen);
1058 diff2 = (*compare)( childAddressCells, cell, endCell );
1070 bcopy(cell, endCell, childAddressCells * sizeof(UInt32));
1072 AddLengthToCells(childAddressCells, endCell, len - 1);
1079 endDiff = (*compare)( childAddressCells, endCell, lookRange );
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DDeleteSelectionCommand.cpp198 Node* endCell = enclosingNodeOfType(m_downstreamEnd, &isTableCell, CanCrossEditingBoundary); local
200 if (endCell && endCell != startCell)

Completed in 78 milliseconds