Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/streamports/Jlink_RTT/
DSEGGER_RTT.c137 #ifndef MIN
138 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
334 …NumBytesToWrite = MIN(NumBytesToWrite, (pRing->SizeOfBuffer - WrOff)); // Number of bytes tha… in _WriteBlocking()
335 NumBytesToWrite = MIN(NumBytesToWrite, NumBytes); in _WriteBlocking()
488 NumBytesRem = MIN(NumBytesRem, BufferSize); in SEGGER_RTT_ReadNoLock()
505 NumBytesRem = MIN(NumBytesRem, BufferSize); in SEGGER_RTT_ReadNoLock()