Home
last modified time | relevance | path

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

/segger-3.7.0/SEGGER/
DSEGGER_RTT_printf.c89 int ReturnValue; member
118 p->ReturnValue++; in _StoreChar()
125 p->ReturnValue = -1; in _StoreChar()
170 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
176 if (pBufferDesc->ReturnValue >= 0) { in _PrintUnsigned()
200 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
213 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
255 if (pBufferDesc->ReturnValue < 0) { in _PrintInt()
264 if (pBufferDesc->ReturnValue >= 0) { in _PrintInt()
273 if (pBufferDesc->ReturnValue >= 0) { in _PrintInt()
[all …]