Home
last modified time | relevance | path

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

/u-boot/scripts/dtc/libfdt/
A Dlibfdt_internal.h26 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
A Dfdt.c295 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument
298 const char *last = strtab + tabsize - len; in fdt_find_string_()
/u-boot/scripts/
A Dcheckpatch.pl68 my $tabsize = 8;
224 'tab-size=i' => \$tabsize,
279 die "Invalid TAB size: $tabsize\n" if ($tabsize < 2);
1255 for (; ($n % $tabsize) != 0; $n++) {
2268 my $source_indent = $tabsize;
3387 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}
3409 if ($indent % $tabsize) {
3431 "\t" x ($pos / $tabsize) .
3432 " " x ($pos % $tabsize);
3903 (($sindent % $tabsize) != 0 ||
[all …]

Completed in 9 milliseconds