Searched refs:tabsize (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | fdt.c | 233 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument 236 const char *last = strtab + tabsize - len; in fdt_find_string_()
|
H A D | libfdt_internal.h | 67 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
|
/openbmc/linux/security/selinux/ |
H A D | nlmsgtab.c | 154 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) in nlmsg_perm() argument 159 for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++) in nlmsg_perm()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt_internal.h | 23 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
|
H A D | fdt.c | 315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument 318 const char *last = strtab + tabsize - len; in fdt_find_string_()
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 75 my $tabsize = 8; 117 --tab-size=n set the number of spaces for tab (default $tabsize) 315 'tab-size=i' => \$tabsize, 397 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2); 1532 for (; ($n % $tabsize) != 0; $n++) { 2562 my $source_indent = $tabsize; 3920 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {} 3956 if ($indent % $tabsize) { 3960 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e; 3978 "\t" x ($pos / $tabsize) . [all …]
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | vc032x.c | 3088 const u8 *tab, u8 tabsize, u16 addr) in put_tab_to_reg() argument 3093 for (j = 0; j < tabsize; j++) in put_tab_to_reg()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_iba7322.c | 7163 u32 tabsize, actual_cnt = 0; in qib_init_iba7322_funcs() local 7249 tabsize = dd->first_user_ctxt + ARRAY_SIZE(irq_table); in qib_init_iba7322_funcs() 7250 for (i = 0; i < tabsize; i++) in qib_init_iba7322_funcs() 7260 tabsize = actual_cnt; in qib_init_iba7322_funcs() 7261 dd->cspec->msix_entries = kcalloc(tabsize, in qib_init_iba7322_funcs() 7265 tabsize = 0; in qib_init_iba7322_funcs() 7267 if (qib_pcie_params(dd, 8, &tabsize)) in qib_init_iba7322_funcs() 7271 dd->cspec->num_msix_entries = tabsize; in qib_init_iba7322_funcs()
|