Lines Matching refs:Min
261 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc);
263 MemoryLocation OrigMin = Min;
265 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
271 if (Max - Min > BytesToShow)
272 Min = __sanitizer::Min(Max - BytesToShow, OrigMin);
273 Max = addNoOverflow(Min, BytesToShow);
275 if (!IsAccessibleMemoryRange(Min, Max - Min)) {
282 for (uptr P = Min; P != Max; ++P) {
290 Range *InRange = upperBound(Min, Ranges, NumRanges);
291 for (uptr P = Min; P != Max; ++P) {
312 for (uptr P = Min; P != Max; ++P) {