Searched refs:Digit (Results 1 – 1 of 1) sorted by relevance
152 unsigned Digit; in _PrintUnsigned() local158 Digit = 1u; in _PrintUnsigned()214 Div = v / Digit; in _PrintUnsigned()220 Digit *= Base; in _PrintUnsigned()227 Div = v / Digit; in _PrintUnsigned()228 v -= Div * Digit; in _PrintUnsigned()234 Digit /= Base; in _PrintUnsigned()235 } while (Digit); in _PrintUnsigned()