Home
last modified time | relevance | path

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

/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT_printf.c95 int ReturnValue; member
124 p->ReturnValue++; in _StoreChar()
131 p->ReturnValue = -1; in _StoreChar()
176 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
182 if (pBufferDesc->ReturnValue >= 0) { in _PrintUnsigned()
206 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
219 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
261 if (pBufferDesc->ReturnValue < 0) { in _PrintInt()
270 if (pBufferDesc->ReturnValue >= 0) { in _PrintInt()
279 if (pBufferDesc->ReturnValue >= 0) { in _PrintInt()
[all …]