Searched refs:count (Results 1 – 10 of 10) sorted by relevance
| /scripts/ |
| A D | setlocalversion | 45 set -- $(git rev-list --count --left-right "$tag"...HEAD 2> /dev/null) 55 count="$2" 94 count= 107 if [ -z "${count}" ] && [ -n "${file_localversion}" ]; then 112 if [ -z "${count}" ]; then 119 if [ -z "${count}" ] || [ "${count}" -gt 0 ]; then 130 if [ -n "${count}" ]; then 131 printf "%s%05d" "-" "${count}"
|
| A D | get_maintainer.pl | 1776 my $count = 0; 1780 $selected{$count} = 1; 1781 $authored{$count} = 0; 1782 $signed{$count} = 0; 1783 $count++; 1791 $count = 0; 1829 $count++; 2036 $count = 0; 2042 $count++; 2161 my $count = 0; [all …]
|
| A D | style.py | 81 newdata, count = re.subn(fr'{leaf}.{name}\(', 83 total += count 103 newdata, count = re.subn(fr"{leaf}, '{name}'", 105 total += count
|
| A D | kernel-doc | 667 my $count; 680 $count = 0; 695 $count++; 718 my $count; 727 $count = 0; 737 $count++; 809 my $count; 964 $count++; 1034 my $count; 1905 my $count = 0; [all …]
|
| A D | checkpatch.pl | 159 my $count = 0; 208 print(++$count . "\t" . $type . "\n"); 1189 my $count = $output =~ tr/\n//; 1190 return $count eq 1 && $output =~ m{^${filename}$}; 1991 for (my $count = $linenr + 1; $count <= $lc; $count++) { 5601 my $count = $openparens =~ tr@\(@\(@; 5603 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun… 6873 for (my $count = $linenr; $count <= $lc; $count++) { 6878 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 7039 my $count = $format =~ tr@%@%@; [all …]
|
| A D | Makefile.xpl | 346 dd if=/dev/zero of=$@ bs=1 count=$${bss_size_str} 2>/dev/null;
|
| /scripts/kconfig/ |
| A D | lkc.h | 69 void sym_set_change_count(int count); 70 void sym_add_change_count(int count); 75 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument 79 if (fwrite(str, len, count, out) != count) in xfwrite()
|
| A D | confdata.c | 1099 void sym_set_change_count(int count) in sym_set_change_count() argument 1102 sym_change_count = count; in sym_set_change_count() 1104 (bool)_sym_change_count != (bool)count) in sym_set_change_count() 1108 void sym_add_change_count(int count) in sym_add_change_count() argument 1110 sym_set_change_count(count + sym_change_count); in sym_add_change_count()
|
| A D | qconf.cc | 402 if (selectedItems().count() == 0) in updateSelection() 1630 if (menuList->selectedItems().count() == 0) in goBack()
|
| /scripts/dtc/libfdt/ |
| A D | fdt_ro.c | 723 int length, count = 0; in fdt_stringlist_count() local 739 count++; in fdt_stringlist_count() 742 return count; in fdt_stringlist_count()
|
Completed in 32 milliseconds