Home
last modified time | relevance | path

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

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