Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIORangeAllocator.cpp201 IORangeScalar thisStart, thisEnd; in allocate() local
220 thisStart = elements[index].start; in allocate()
222 data = (thisStart + alignment) & ~alignment; in allocate()
227 if (data != thisStart) { in allocate()
262 IORangeScalar thisStart, thisEnd; in allocateRange() local
279 thisStart = elements[index].start; in allocateRange()
282 if (thisStart > data) { in allocateRange()
288 if (data != thisStart) { in allocateRange()