Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIORangeAllocator.cpp200 IORangeScalar data, dataEnd; in allocate() local
223 dataEnd = (data + size - 1); in allocate()
225 ok = (dataEnd <= thisEnd); in allocate()
228 if (dataEnd != thisEnd) { in allocate()
231 elements[index].start = dataEnd + 1; in allocate()
240 if (dataEnd != thisEnd) { in allocate()
241 elements[index].start = dataEnd + 1; in allocate()
263 IORangeScalar dataEnd; in allocateRange() local
272 dataEnd = data + size - 1; in allocateRange()
285 found = (dataEnd <= thisEnd); in allocateRange()
[all …]