Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c1609 int *max_len_base = &env.output_spec.lens[3 * i + 0]; in output_comp_stats() local
1665 if (len > *max_len_base) in output_comp_stats()
1666 *max_len_base = len; in output_comp_stats()
1680 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf); in output_comp_stats()