Home
last modified time | relevance | path

Searched refs:Rem (Results 1 – 1 of 1) sorted by relevance

/segger-latest/SEGGER/
DSEGGER_RTT.c439 unsigned Rem; in _WriteNoCheck() local
443 Rem = pRing->SizeOfBuffer - WrOff; in _WriteNoCheck()
444 if (Rem > NumBytes) { in _WriteNoCheck()
467 NumBytesAtOnce = Rem; in _WriteNoCheck()
472 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
477 pRing->WrOff = NumBytes - Rem; in _WriteNoCheck()
479 NumBytesAtOnce = Rem; in _WriteNoCheck()
482 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
484 SEGGER_RTT_MEMCPY((void*)pDst, pData + Rem, NumBytesAtOnce); in _WriteNoCheck()
940 unsigned Rem; in SEGGER_RTT_WriteSkipNoLock() local
[all …]