Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs409 private void testAllTranslatedAccesses(ulong address, ulong testValue, int implementedWidth) in testAllTranslatedAccesses()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs324 public static void ClearBitsIfSet(ref uint reg, uint testValue, params byte[] bits) in ClearBitsIfSet()
337 public static void ClearBitsIfSet(ref byte reg, byte testValue, params byte[] bits) in ClearBitsIfSet()