Home
last modified time | relevance | path

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

/segger-2.7.6/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.c1004 unsigned int Div; in _PrintUnsigned() local
1048 Div = v / Digit; in _PrintUnsigned()
1049 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()
1059 Div = v / Digit; in _PrintUnsigned()
1060 v -= Div * Digit; in _PrintUnsigned()
1061 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()