Searched refs:uvalue (Results 1 - 1 of 1) sorted by relevance

/gem5/system/alpha/console/
H A Dprintf.c72 ulong uvalue; local
107 uvalue = value;
111 digit = (ushort)(uvalue % radix);
112 uvalue /= radix;
114 digit = (ushort)(uvalue & 0xf);
115 uvalue = uvalue >> 4;
119 } while (uvalue != 0);

Completed in 5 milliseconds