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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp964 UInt32 *lookRange; local
1028 lookRange = startRange;
1030 lookRange < endRanges;
1031 lookRange += (childCells + addressCells) )
1034 endDiff = (*compare)( childAddressCells, endCell, lookRange );
1037 if ((endDiff - cell[childCells - 1] + 1 + lookRange[childAddressCells + addressCells - 1])

Completed in 17 milliseconds