Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc260 const unsigned BytesToShow = 32; in PrintMemorySnippet() local
261 if (Max - Min > BytesToShow) in PrintMemorySnippet()
262 Min = __sanitizer::Min(Max - BytesToShow, OrigMin); in PrintMemorySnippet()
263 Max = addNoOverflow(Min, BytesToShow); in PrintMemorySnippet()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.cpp270 const unsigned BytesToShow = 32; in PrintMemorySnippet() local
271 if (Max - Min > BytesToShow) in PrintMemorySnippet()
272 Min = __sanitizer::Min(Max - BytesToShow, OrigMin); in PrintMemorySnippet()
273 Max = addNoOverflow(Min, BytesToShow); in PrintMemorySnippet()