Searched refs:spaces (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c191 u32 spaces, rx_cnt = SS_RX_DEFAULT, bf[32] = {0}, v, ivmode = 0; local
322 spaces = readl(ss->base + SS_FCSR);
323 rx_cnt = SS_RXFIFO_SPACES(spaces);
/linux-master/lib/
H A Dstackdepot.c758 int spaces)
765 spaces) : 0;
757 stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size, int spaces) argument
H A Dvsprintf.c591 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) argument
597 if (size <= spaces) {
602 if (len > size - spaces)
603 len = size - spaces;
604 memmove(buf + spaces, buf, len);
606 memset(buf, ' ', spaces);
620 unsigned spaces; local
625 spaces = spec.field_width - n;
627 move_right(buf - n, end, n, spaces);
628 return buf + spaces;
[all...]
H A Dmaple_tree.c7096 static const char spaces[] = " "; local
7101 pr_info("%.*s%lx: ", depth * 2, spaces, min);
7103 pr_info("%.*s%lx-%lx: ", depth * 2, spaces, min, max);
7107 pr_info("%.*s%lu: ", depth * 2, spaces, min);
7109 pr_info("%.*s%lu-%lu: ", depth * 2, spaces, min, max);
/linux-master/drivers/tty/
H A Dn_tty.c415 int spaces; local
445 spaces = 8 - (ldata->column & 7);
447 if (space < spaces)
449 ldata->column += spaces;
450 tty->ops->write(tty, " ", spaces);
451 return spaces;
453 ldata->column += spaces;
/linux-master/scripts/
H A Dget_abi.pl212 # Preserve initial spaces for the first line
242 # Preserve initial spaces for the first line
310 # Boundaries are punct characters, spaces and end-of-line
416 my $spaces = length($indent);
419 if ($spaces > $literal_indent) {
427 $literal_indent = $spaces;
876 # Remove duplicated spaces
H A Dget_maintainer.pl2026 by either commas or spaces.
H A Dcheckpatch.pl115 --tab-size=n set the number of spaces for tab (default $tabsize)
1413 # If there's a name left after stripping spaces and
2563 #convert leading spaces to tabs
2565 #Remove spaces before a tab
2785 $sline =~ s/$;/ /g; #with comments as spaces
4132 # check for spaces at the beginning of a line.
4140 "please, no spaces at the start of a line\n" . $herevet) &&
4780 # '*'s should not have spaces between.
4805 # '*'s should not have spaces between.
4808 # Modifiers should have spaces
[all...]
/linux-master/sound/pci/emu10k1/
H A Demuproc.c342 static const char spaces[] = " "; local
343 const int nspaces = sizeof(spaces) - 1;
370 buf, &spaces[nspaces - clamp(65 - len, 0, nspaces)],
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh29 separated by spaces:
/linux-master/include/uapi/linux/
H A Dbtrfs.h687 struct btrfs_ioctl_space_info spaces[]; member in struct:btrfs_ioctl_space_args
/linux-master/
H A DMakefile201 $(error source directory cannot contain spaces or colons)
/linux-master/kernel/locking/
H A Dlockdep.c1850 unsigned int spaces)
1852 stack_trace_print(trace->entries, trace->nr_entries, spaces);
1849 print_lock_trace(const struct lock_trace *trace, unsigned int spaces) argument
/linux-master/drivers/block/
H A Drbd.c6217 static const char spaces[] = " \f\n\r\t\v"; local
6219 *buf += strspn(*buf, spaces); /* Find start of token */
6221 return strcspn(*buf, spaces); /* Return token length */
/linux-master/kernel/trace/
H A Dtrace_events_hist.c5323 unsigned int spaces = 8; local
5330 seq_printf(m, "%*c", 1 + spaces, ' ');

Completed in 374 milliseconds

12