Home
last modified time | relevance | path

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

/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT.c398 unsigned Rem; in _WriteNoCheck() local
404 Rem = pRing->SizeOfBuffer - WrOff; in _WriteNoCheck()
405 if (Rem > NumBytes) { in _WriteNoCheck()
426 NumBytesAtOnce = Rem; in _WriteNoCheck()
431 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
435 pRing->WrOff = NumBytes - Rem; in _WriteNoCheck()
437 NumBytesAtOnce = Rem; in _WriteNoCheck()
439 NumBytesAtOnce = NumBytes - Rem; in _WriteNoCheck()
440 SEGGER_RTT_MEMCPY(pRing->pBuffer, pData + Rem, NumBytesAtOnce); in _WriteNoCheck()
753 unsigned Rem; in SEGGER_RTT_WriteSkipNoLock() local
[all …]