Searched refs:Div (Results 1 – 1 of 1) sorted by relevance
144 unsigned Div; in _PrintUnsigned() local192 Div = v / Digit; in _PrintUnsigned()193 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()203 Div = v / Digit; in _PrintUnsigned()204 v -= Div * Digit; in _PrintUnsigned()205 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()