Home
last modified time | relevance | path

Searched refs:cellCount (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/iokit/IOKit/
H A DIODeviceTreeSupport.h85 (UInt32 cellCount, UInt32 left[], UInt32 right[]);
88 (UInt32 cellCount, UInt32 left[], UInt32 right[]);
/xnu-10063.141.1/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1139 DefaultCompare( UInt32 cellCount, UInt32 left[], UInt32 right[] ) in DefaultCompare() argument
1143 if (cellCount == 2) { in DefaultCompare()
1145 } else if (cellCount == 1) { in DefaultCompare()
1155 DefaultCompare( UInt32 cellCount, UInt32 left[], UInt32 right[] ) in DefaultCompare() argument
1157 cellCount--; in DefaultCompare()
1158 return left[cellCount] - right[cellCount]; in DefaultCompare()