Home
last modified time | relevance | path

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

/segger-3.7.0/SEGGER/
DSEGGER_RTT_printf.c138 unsigned Div; in _PrintUnsigned() local
186 Div = v / Digit; in _PrintUnsigned()
187 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()
197 Div = v / Digit; in _PrintUnsigned()
198 v -= Div * Digit; in _PrintUnsigned()
199 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()
DSEGGER_SYSVIEW.c1043 unsigned int Div; in _PrintUnsigned() local
1087 Div = v / Digit; in _PrintUnsigned()
1088 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()
1098 Div = v / Digit; in _PrintUnsigned()
1099 v -= Div * Digit; in _PrintUnsigned()
1100 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()