MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / isInInterval

Function isInInterval

pcsx2/DebugTools/DisassemblyManager.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13int DisassemblyManager::maxParamChars = 29;
14
15bool isInInterval(u32 start, u32 size, u32 value)
16{
17 return start <= value && value <= (start+size-1);
18}
19
20static u32 computeHash(u32 address, u32 size)
21{

Callers 1

findDisassemblyEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected