Home
last modified time | relevance | path

Searched defs:byteOffset (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DUtils.cs85 …d AlignRegisterOffset(long offset, int bitsPerRegister, out long alignedOffset, out int byteOffset) in AlignRegisterOffset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs1041 public void PartialSet(BigInteger value, int byteOffset, int bytesCount) in PartialSet()
1050 public BigInteger PartialGet(int byteOffset, int bytesCount) in PartialGet()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs2696 int byteOffset = (int)(offset & 0x3); field