Searched defs:size (Results 1 – 4 of 4) sorted by relevance
18 public SampleStateAwarePeripheral(IMachine machine, long size) in SampleStateAwarePeripheral()48 private readonly long size; field in Antmicro.Renode.Peripherals.CPU.SampleStateAwarePeripheral
454 public bool TryReceiveString(out string message, int size) in TryReceiveString()465 public bool TryReceive(out byte[] buffer, int size) in TryReceive()493 private bool WaitSendOrReceiveTask(Task<int> task, int size) in WaitSendOrReceiveTask()
68 function automatic strobe_t transfer_size_to_strobe(transfer_size_t size); port
77 static void *xmalloc(size_t size) in xmalloc()328 uint32_t size; member373 uint32_t size = 0; in renode_receive_event() local