Searched refs:IOPhysical32 (Results 1 – 3 of 3) sorted by relevance
112 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32)) macro119 #define IOPhysical32( hi, lo ) (lo) macro
1111 diff = IOPhysical32(left[1], left[0]) - IOPhysical32(right[1], right[0]); in DefaultCompare()1157 return IOPhysical32( 0, cells[0] ); in CellsValue()1160 return IOPhysical32( cells[numCells - 1], cells[numCells - 2] ); in CellsValue()1162 return IOPhysical32( cells[numCells - 2], cells[numCells - 1] ); in CellsValue()