Searched refs:num_used_args (Results 1 – 1 of 1) sorted by relevance
1526 int num_longs, num_used_args = 0, i, rc = 0; in debug_sprintf_format_fn() local1542 num_used_args = min(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1)); in debug_sprintf_format_fn()1546 for (i = 0; i < num_used_args; i++) in debug_sprintf_format_fn()