Home
last modified time | relevance | path

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

/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_RTT_printf.c169 _StoreChar(pBufferDesc, c); in _PrintUnsigned()
199 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()
212 _StoreChar(pBufferDesc, ' '); in _PrintUnsigned()
254 _StoreChar(pBufferDesc, ' '); in _PrintInt()
267 _StoreChar(pBufferDesc, '-'); in _PrintInt()
269 _StoreChar(pBufferDesc, '+'); in _PrintInt()
281 _StoreChar(pBufferDesc, '0'); in _PrintInt()
407 _StoreChar(&BufferDesc, c0); in SEGGER_RTT_vprintf()
432 _StoreChar(&BufferDesc, c); in SEGGER_RTT_vprintf()
441 _StoreChar(&BufferDesc, '%'); in SEGGER_RTT_vprintf()
[all …]
A DSEGGER_SYSVIEW.c960 static void _StoreChar(SEGGER_SYSVIEW_PRINTF_DESC * p, char c) { in _StoreChar() function
1035 _StoreChar(pBufferDesc, c); in _PrintUnsigned()
1061 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()
1071 _StoreChar(pBufferDesc, ' '); in _PrintUnsigned()
1121 _StoreChar(pBufferDesc, ' '); in _PrintInt()
1130 _StoreChar(pBufferDesc, '-'); in _PrintInt()
1132 _StoreChar(pBufferDesc, '+'); in _PrintInt()
1143 _StoreChar(pBufferDesc, '0'); in _PrintInt()
1262 _StoreChar(&BufferDesc, c0); in _VPrintTarget()
1283 _StoreChar(&BufferDesc, '%'); in _VPrintTarget()
[all …]

Completed in 9 milliseconds