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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h74 (UInt32 cellCount, UInt32 left[], UInt32 right[]);
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIBridge.h92 static SInt32 compareAddressCell( UInt32 cellCount, UInt32 cleft[], UInt32 cright[] );
94 static SInt64 compareAddressCell( UInt32 cellCount, UInt32 cleft[], UInt32 cright[] );
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp931 static SInt32 DefaultCompare( UInt32 cellCount, UInt32 left[], UInt32 right[] ) argument
933 cellCount--;
934 return( left[ cellCount ] - right[ cellCount ] );

Completed in 101 milliseconds