Searched refs:isSigned (Results 1 – 2 of 2) sorted by relevance
81 Debug_GetValue(uintptr_t addr, int size, bool isSigned) in Debug_GetValue() argument87 if (isSigned && ((*val & 0x80) == 0x80)) { in Debug_GetValue()94 if (isSigned && ((*val & 0x8000) == 0x8000)) { in Debug_GetValue()101 if (isSigned && ((*val & 0x80000000) == 0x80000000)) { in Debug_GetValue()
24 uint64_t Debug_GetValue(uintptr_t addr, int size, bool isSigned);