Searched refs:MIN (Results 1 – 1 of 1) sorted by relevance
137 #ifndef MIN138 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro334 …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()