Searched refs:Digit (Results 1 – 1 of 1) sorted by relevance
145 unsigned Digit; in _PrintUnsigned() local151 Digit = 1u; in _PrintUnsigned()192 Div = v / Digit; in _PrintUnsigned()197 Digit *= Base; in _PrintUnsigned()203 Div = v / Digit; in _PrintUnsigned()204 v -= Div * Digit; in _PrintUnsigned()209 Digit /= Base; in _PrintUnsigned()210 } while (Digit); in _PrintUnsigned()