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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODeviceTreeSupport.h74 (UInt32 cellCount, UInt32 left[], UInt32 right[]);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp928 static SInt32 DefaultCompare( UInt32 cellCount, UInt32 left[], UInt32 right[] ) argument
930 cellCount--;
931 return( left[ cellCount ] - right[ cellCount ] );

Completed in 132 milliseconds