Searched refs:Div (Results 1 – 1 of 1) sorted by relevance
866 unsigned int Div; in _PrintUnsigned() local910 Div = v / Digit; in _PrintUnsigned()911 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()921 Div = v / Digit; in _PrintUnsigned()922 v -= Div * Digit; in _PrintUnsigned()923 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()