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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1427 const UInt8 * wherePtr; local
1431 wherePtr = (const UInt8 *) value->getBytesNoCopy();
1432 endPtr = wherePtr + value->getLength();
1434 result = OSData::withCapacity(endPtr - wherePtr);
1438 while (wherePtr < endPtr) {
1439 startPtr = wherePtr;
1440 byte = *wherePtr++;
1443 ((wherePtr - startPtr) < 0x80) && (wherePtr < endPtr) && (byte == *wherePtr);
1479 const UInt8 *wherePtr; local
1543 const UInt8 *wherePtr; local
[all...]

Completed in 61 milliseconds