Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CRC/
DSTM32_CRC.cs160 private void UpdateCRC(uint value, int bytesCount) in UpdateCRC()
/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()