Searched refs:char_count (Results 1 – 1 of 1) sorted by relevance
1261 size_t char_count = args->a1 & FFA_CONSOLE_LOG_CHAR_COUNT_MASK; in handle_console_log() local1278 if (char_count < 1 || char_count > max_length) in handle_console_log()1281 for (n = 0; n < char_count; n += reg_size) { in handle_console_log()1284 MIN(char_count - n, reg_size)); in handle_console_log()1287 buffer[char_count] = '\0'; in handle_console_log()