Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc261 const unsigned BytesToShow = 32; in PrintMemorySnippet() local
262 if (Max - Min > BytesToShow) in PrintMemorySnippet()
263 Min = __sanitizer::Min(Max - BytesToShow, OrigMin); in PrintMemorySnippet()
264 Max = addNoOverflow(Min, BytesToShow); in PrintMemorySnippet()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc263 const unsigned BytesToShow = 32; in PrintMemorySnippet() local
264 if (Max - Min > BytesToShow) in PrintMemorySnippet()
265 Min = __sanitizer::Min(Max - BytesToShow, OrigMin); in PrintMemorySnippet()
266 Max = addNoOverflow(Min, BytesToShow); in PrintMemorySnippet()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A 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()