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()
1078 unsigned int Div; in _PrintUnsigned() local1122 Div = v / Digit; in _PrintUnsigned()1123 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()1133 Div = v / Digit; in _PrintUnsigned()1134 v -= Div * Digit; in _PrintUnsigned()1135 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()