Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c1541 int max_j = is_key_stat(id) ? 1 : 3; in output_comp_header_underlines() local
1543 for (j = 0; j < max_j; j++) { in output_comp_header_underlines()
1564 int max_j = is_key_stat(id) ? 1 : 3; in output_comp_headers() local
1566 for (j = 0; j < max_j; j++) { in output_comp_headers()
1568 bool last = (i == env.output_spec.spec_cnt - 1) && (j == max_j - 1); in output_comp_headers()