Home
last modified time | relevance | path

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

/tf-m-tests-3.4.0/log/
Dtfm_log_raw.c26 static void _tfm_flush_formatted_buffer(struct formatted_buffer_t *pb, in _tfm_flush_formatted_buffer() argument
29 pb->buf[pb->pos++] = data; in _tfm_flush_formatted_buffer()
30 if (pb->pos >= PRINT_BUFF_SIZE) { in _tfm_flush_formatted_buffer()
31 pb->pos = 0; in _tfm_flush_formatted_buffer()
33 stdio_output_string(pb->buf, PRINT_BUFF_SIZE); in _tfm_flush_formatted_buffer()
37 static int _tfm_string_output(struct formatted_buffer_t *pb, in _tfm_string_output() argument
43 _tfm_flush_formatted_buffer(pb, *str++); in _tfm_string_output()
50 static int _tfm_dec_num_output(struct formatted_buffer_t *pb, in _tfm_dec_num_output() argument
59 _tfm_flush_formatted_buffer(pb, '-'); in _tfm_dec_num_output()
70 _tfm_flush_formatted_buffer(pb, num_buff[--k]); in _tfm_dec_num_output()
[all …]