Searched refs:previousCount (Results 1 – 1 of 1) sorted by relevance
563 private void IncomingFifoCountChangeAction(Fifo fifo, uint currentCount, uint previousCount) in IncomingFifoCountChangeAction() argument566 if(currentCount >= previousCount) in IncomingFifoCountChangeAction()618 private void OutgoingFifoCountChangeAction(Fifo fifo, uint currentCount, uint previousCount) in OutgoingFifoCountChangeAction() argument621 if(currentCount <= previousCount) in OutgoingFifoCountChangeAction()1076 var previousCount = count;1078 CountChangeAction?.Invoke(this, count, previousCount);