Searched refs:Div (Results 1 – 2 of 2) sorted by relevance
138 unsigned Div; in _PrintUnsigned() local186 Div = v / Digit; in _PrintUnsigned()187 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()197 Div = v / Digit; in _PrintUnsigned()198 v -= Div * Digit; in _PrintUnsigned()199 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()
1004 unsigned int Div; in _PrintUnsigned() local1048 Div = v / Digit; in _PrintUnsigned()1049 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()1059 Div = v / Digit; in _PrintUnsigned()1060 v -= Div * Digit; in _PrintUnsigned()1061 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()