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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp995 UInt32 *lookRange; local
1074 for( lookRange = startRange;
1075 lookRange < endRanges;
1076 lookRange += (childCells + addressCells) )
1079 endDiff = (*compare)( childAddressCells, endCell, lookRange );
1084 UInt64 lookRangeStart = CellsValue(addressCells, lookRange + childAddressCells);

Completed in 117 milliseconds