Searched refs:line_stats (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | checkpatch.pl | 575 sub line_stats { subroutine 1574 ($length, $indent) = line_stats($rawline); 2020 my ($clen, $cindent) = line_stats($ctx); 2071 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]); 2154 my (undef, $sindent) = line_stats("+" . $s);
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 1181 sub line_stats { subroutine 2412 ($length, $indent) = line_stats($rawline); 3416 my ($clen, $cindent) = line_stats($ctx); 3469 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]); 3553 my (undef, $sindent) = line_stats("+" . $s);
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 1548 sub line_stats { subroutine 2838 ($length, $indent) = line_stats($rawline); 4306 my ($clen, $cindent) = line_stats($ctx); 4359 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]); 4443 my (undef, $sindent) = line_stats("+" . $s);
|