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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp647 UInt32 * localBits; local
674 localBits = (UInt32 *) local->getBytesNoCopy();
675 localEnd = localBits + (local->getLength() / sizeof(UInt32));
684 skip = IODTMapOneInterrupt( regEntry, localBits, index, &map, &controller );
698 localBits += skip;
743 } while( localBits < localEnd);
745 ok &= (localBits == localEnd);

Completed in 14 milliseconds