Home
last modified time | relevance | path

Searched refs:_tfm_flush_formatted_buffer (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/
Dtfm_sp_log_raw.c27 static void _tfm_flush_formatted_buffer(struct formatted_buffer_t *pb, in _tfm_flush_formatted_buffer() function
44 _tfm_flush_formatted_buffer(pb, *str++); in _tfm_string_output()
60 _tfm_flush_formatted_buffer(pb, '-'); in _tfm_dec_num_output()
71 _tfm_flush_formatted_buffer(pb, num_buff[--k]); in _tfm_dec_num_output()
91 _tfm_flush_formatted_buffer(pb, num_buff[--k]); in _tfm_hex_num_output()
138 _tfm_flush_formatted_buffer(&outputbuf, in vprintf()
143 _tfm_flush_formatted_buffer(&outputbuf, '%'); in vprintf()
152 _tfm_flush_formatted_buffer(&outputbuf, *fmt++); in vprintf()