Lines Matching refs:_StoreChar
960 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()
1290 _StoreChar(&BufferDesc, c); in _VPrintTarget()