Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/coreinfo/
H A Dbootlog_module.c114 u32 overflow_chars_count = 0; in bootlog_module_init() local
116 overflow_chars_count = calculate_chars_count(buffer + cursor, in bootlog_module_init()
121 if (chars_count % SCREEN_X || overflow_chars_count % SCREEN_X) { in bootlog_module_init()
125 g_lines_count = (chars_count + overflow_chars_count) / SCREEN_X; in bootlog_module_init()
135 g_buf, overflow_chars_count, SCREEN_X) < 0) { in bootlog_module_init()
140 g_buf + overflow_chars_count, in bootlog_module_init()