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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp648 UInt32 * localBits; local
675 localBits = (UInt32 *) local->getBytesNoCopy();
676 localEnd = localBits + (local->getLength() / sizeof(UInt32));
685 skip = IODTMapOneInterrupt( regEntry, localBits, index, &map, &controller );
699 localBits += skip;
744 } while( localBits < localEnd);
746 ok &= (localBits == localEnd);

Completed in 64 milliseconds