Home
last modified time | relevance | path

Searched refs:oldLength (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp6227 const auto oldLength = getLength(); in appendBytes() local
6229 if (os_add_overflow(oldLength, length, &newLength)) { in appendBytes()
6237 unsigned char * const dest = &(((unsigned char *)_data)[oldLength]); in appendBytes()