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

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc200 const unsigned BytesToShow = 32; local
211 if (Max - Min > BytesToShow)
212 Min = __sanitizer::Min(Max - BytesToShow, Loc - MinBytesNearLoc);
213 Max = Min + BytesToShow;

Completed in 74 milliseconds