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

/gem5/system/alpha/console/
H A Dprintf.c40 PutChar(*s++);
48 PutChar(c);
56 PutChar(s[index]);
163 PutChar('.' & 0x7f);
170 PutChar((char)(b % 10) + '0');
194 PutChar('%');
203 PutChar(a & 0x7f);
207 PutChar(a & 0x7f);
272 PutChar(*f++);
277 PutChar('\
[all...]
H A Dconsole.c122 PutChar(char c) function
957 PutChar(*((char *)a2 + i));

Completed in 7 milliseconds