Searched refs:IOPhysical32 (Results 1 – 3 of 3) sorted by relevance
140 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32)) macro147 #define IOPhysical32( hi, lo ) (lo) macro
1144 diff = IOPhysical32(left[1], left[0]) - IOPhysical32(right[1], right[0]); in DefaultCompare()1190 return IOPhysical32( 0, cells[0] ); in CellsValue()1193 return IOPhysical32( cells[numCells - 1], cells[numCells - 2] ); in CellsValue()1195 return IOPhysical32( cells[numCells - 2], cells[numCells - 1] ); in CellsValue()