Lines Matching refs:thisEnd
201 IORangeScalar thisStart, thisEnd; in allocate() local
221 thisEnd = elements[index].end; in allocate()
225 ok = (dataEnd <= thisEnd); in allocate()
228 if (dataEnd != thisEnd) { in allocate()
232 elements[index].end = thisEnd; in allocate()
240 if (dataEnd != thisEnd) { in allocate()
262 IORangeScalar thisStart, thisEnd; in allocateRange() local
280 thisEnd = elements[index].end; in allocateRange()
285 found = (dataEnd <= thisEnd); in allocateRange()
289 if (dataEnd != thisEnd) { in allocateRange()
294 elements[index].end = thisEnd; in allocateRange()
299 } else if (dataEnd != thisEnd) { in allocateRange()