Searched refs:character (Results 1 – 5 of 5) sorted by relevance
| /external/platform/pico/rp2_common/pico_printf/ |
| A D | printf.c | 111 typedef void (*out_fct_type)(char character, void *buffer, size_t idx, size_t maxlen); 123 void (*fct)(char character, void *arg); 130 ((char *) buffer)[idx] = character; in _out_buffer() 135 static inline void _out_null(char character, void *buffer, size_t idx, size_t maxlen) { in _out_null() argument 136 (void) character; in _out_null() 143 static inline void _out_fct(char character, void *buffer, size_t idx, size_t maxlen) { in _out_fct() argument 146 if (character) { in _out_fct() 908 static void _putchar(char character) { in _putchar() argument 909 putchar(character); in _putchar() 917 if (character) { in _out_char() [all …]
|
| /external/platform/pico/rp2_common/pico_printf/include/pico/ |
| A D | printf.h | 80 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va);
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
| A D | cybt_shared_bus_driver.c | 133 const char *strnchr(const char *str, uint32_t len, int character) { in strnchr() argument 135 char c = (char)character; in strnchr()
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/ |
| A D | LICENSE.txt | 158 incidental, or consequential damages of any character arising as a
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 802 # This tag can be used to specify the character encoding of the source files
|
Completed in 10 milliseconds