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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp1425 const UInt8 * startPtr; local
1439 startPtr = wherePtr;
1443 ((wherePtr - startPtr) < 0x80) && (wherePtr < endPtr) && (byte == *wherePtr);
1446 byte = (byte & 0x80) | (wherePtr - startPtr);
1477 const UInt8 *startPtr; local
1491 startPtr = (const UInt8 *) data->getBytesNoCopy();
1492 endPtr = startPtr + data->getLength();
1494 wherePtr = startPtr;
1501 nvPath = startPtr;
1503 nvName = (const char *) startPtr;
1540 const UInt8 *startPtr; local
[all...]

Completed in 22 milliseconds