Searched refs:pb (Results 1 – 1 of 1) sorted by relevance
26 static void _tfm_flush_formatted_buffer(struct formatted_buffer_t *pb, in _tfm_flush_formatted_buffer() argument29 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() argument43 _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() argument59 _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 …]