Searched refs:character (Results 1 – 8 of 8) sorted by relevance
55 void semihosting_write_char(char character);
44 int (*const putc)(int character, struct console *console);
21 int uniphier_console_putc(int character, struct console *console);
138 void semihosting_write_char(char character) in semihosting_write_char() argument140 semihosting_call(SEMIHOSTING_SYS_WRITEC, (uintptr_t)&character); in semihosting_write_char()
17 The source code must use the **UTF-8** character encoding. Comments and22 character is used to break a line and reset to the first column.123 The file must end with a single newline character. Many editors have the option210 character (``_``). This is sometimes referred to as *Snake Case*. An example is264 size of eight columns it would be necessary to use one tab character and two
65 generally conform to the 80 character limit this is overly restrictive in some
29 example, function names) it's not possible to use this character. All dashes
128 Defines the character string printed by BL1 upon entry into the ``bl1_main()``3280 This API is used by the crash reporting mechanism to print a character on the
Completed in 13 milliseconds