Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAthenaX5200_BigIntegerHelper.cs16 public static BigInteger CreateBigInteger(byte[] bytes, int byteCount) in CreateBigInteger()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService.cs235 private void IncreaseIpcCounter(IpcCounter type, uint byteCount) in IncreaseIpcCounter()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs965 private void EnterDataMode(int? byteCount, Action<byte[]> callback) in EnterDataMode()
988 private void BytesReceived(int connectionId, int byteCount) in BytesReceived()
1292 … private void BytesReceived(int byteCount) => Owner.BytesReceived(ConnectionId, byteCount); in BytesReceived()