Lines Matching full:end_region
2322 end_region = region[0] + region[1]2323 if slot < region[0] or slot + size > end_region:2325 for i in xrange(end_region, slot + size):2328 xrange(max(slot, region[0]), min(slot + size, end_region))):