Searched refs:MinBytesNearLoc (Results 1 – 1 of 1) sorted by relevance
266 const unsigned MinBytesNearLoc = 4; in PrintMemorySnippet() local267 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()268 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()