Searched refs:MinBytesNearLoc (Results 1 – 2 of 2) sorted by relevance
250 const unsigned MinBytesNearLoc = 4; in PrintMemorySnippet() local251 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()252 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()
260 const unsigned MinBytesNearLoc = 4; in PrintMemorySnippet() local261 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()262 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet()