Home
last modified time | relevance | path

Searched refs:count (Results 1 – 15 of 15) sorted by relevance

/scripts/genksyms/
Dlex.l129 int token, count = 0;
184 count = 0;
188 count = 0;
192 count = 0;
217 count = 1;
225 count = 1;
245 ++count;
248 if (--count == 0)
265 ++count;
268 if (--count == 0)
[all …]
/scripts/
Dbootgraph.pl59 my $count = 0;
82 $count = $count + 1;
103 $count = $count + 1;
127 if ($count == 0) {
Dget_maintainer.pl935 my $count = $line =~ s/^([A-Z]):/$1:\t/g;
936 if ($letters eq "" || (!$count || $letters =~ /$1/i)) {
1775 my $count = 0;
1779 $selected{$count} = 1;
1780 $authored{$count} = 0;
1781 $signed{$count} = 0;
1782 $count++;
1790 $count = 0;
1804 $sel = "*" if ($selected{$count});
1811 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
[all …]
Dadjust_autoksyms.sh43 count=0
58 echo $((count += 1))
Drecordmcount.c101 static ssize_t uwrite(void const *const buf, size_t const count) in uwrite() argument
103 size_t cnt = count; in uwrite()
109 if (file_ptr + count >= file_end) { in uwrite()
110 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
129 idx = aoffset - count; in uwrite()
136 if (cnt < count) in uwrite()
137 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
139 file_ptr += count; in uwrite()
140 return count; in uwrite()
Dkernel-doc667 my $count;
680 $count = 0;
684 if ($count == $#{$args{'parameterlist'}}) {
695 $count++;
718 my $count;
727 $count = 0;
730 if ($count == $#{$args{'parameterlist'}}) {
737 $count++;
809 my $count;
959 my $count = 0;
[all …]
Dbpf_helpers_doc.py388 for line in re.sub('\n$', '', helper.desc, count=1).split('\n'):
543 for line in re.sub('\n$', '', helper.desc, count=1).split('\n'):
Dcheckpatch.pl159 my $count = 0;
208 print(++$count . "\t" . $type . "\n");
1222 my $count = $output =~ tr/\n//;
1223 return $count eq 1 && $output =~ m{^${filename}$};
2024 for (my $count = $linenr + 1; $count <= $lc; $count++) {
2025 $stat_real = $stat_real . "\n" . raw_line($count, 0);
5597 my $count = $openparens =~ tr@\(@\(@;
5599 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun…
6889 for (my $count = $linenr; $count <= $lc; $count++) {
6894 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
[all …]
/scripts/kconfig/
Dlkc.h54 void sym_set_change_count(int count);
55 void sym_add_change_count(int count);
61 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument
65 if (fwrite(str, len, count, out) != count) in xfwrite()
Dconfdata.c1110 void sym_set_change_count(int count) in sym_set_change_count() argument
1113 sym_change_count = count; in sym_set_change_count()
1115 (bool)_sym_change_count != (bool)count) in sym_set_change_count()
1119 void sym_add_change_count(int count) in sym_add_change_count() argument
1121 sym_set_change_count(count + sym_change_count); in sym_add_change_count()
Dqconf.cc398 if (selectedItems().count() == 0) in updateSelection()
1169 const std::size_t count = str.size(); in clicked() local
1170 char *data = new char[count + 1]; in clicked()
1174 if (count < 1) { in clicked()
1179 memcpy(data, str.constData(), count); in clicked()
1180 data[count] = '\0'; in clicked()
/scripts/gcc-plugins/
Dgcc-common.h729 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
730 (caller)->create_edge((callee), (call_stmt), (count))
733 old_call_stmt, call_stmt, count, freq, reason) \ argument
735 (old_call_stmt), (call_stmt), (count), (reason))
737 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
738 (caller)->create_edge((callee), (call_stmt), (count), (freq))
741 old_call_stmt, call_stmt, count, freq, reason) \ argument
743 (old_call_stmt), (call_stmt), (count), (freq), (reason))
Dstackleak_plugin.c74 gimple_call, bb->count, in add_stack_tracking_gcall()
/scripts/dtc/libfdt/
Dfdt_ro.c726 int length, count = 0; in fdt_stringlist_count() local
742 count++; in fdt_stringlist_count()
745 return count; in fdt_stringlist_count()
/scripts/mod/
Dfile2alias.c576 const unsigned int count = (size / id_size)-1; in do_pnp_device_entry() local
581 for (i = 0; i < count; i++) { in do_pnp_device_entry()
602 const unsigned int count = (size / id_size)-1; in do_pnp_card_entries() local
607 for (i = 0; i < count; i++) { in do_pnp_card_entries()