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()
1043 unsigned int Div; in _PrintUnsigned() local1087 Div = v / Digit; in _PrintUnsigned()1088 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()1098 Div = v / Digit; in _PrintUnsigned()1099 v -= Div * Digit; in _PrintUnsigned()1100 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()