Searched refs:Digit (Results 1 – 1 of 1) sorted by relevance
140 unsigned Digit; in _PrintUnsigned() local146 Digit = 1u; in _PrintUnsigned()187 Div = v / Digit; in _PrintUnsigned()192 Digit *= Base; in _PrintUnsigned()198 Div = v / Digit; in _PrintUnsigned()199 v -= Div * Digit; in _PrintUnsigned()204 Digit /= Base; in _PrintUnsigned()205 } while (Digit); in _PrintUnsigned()