Searched refs:MinBytesNearLoc (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc201 const unsigned MinBytesNearLoc = 4; local
204 MemoryLocation Min = Loc - MinBytesNearLoc, Max = Loc + MinBytesNearLoc;
212 Min = __sanitizer::Min(Max - BytesToShow, Loc - MinBytesNearLoc);

Completed in 74 milliseconds