Home
last modified time | relevance | path

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

/scripts/genksyms/
Dlex.l141 int token, count = 0;
196 count = 0;
200 count = 0;
204 count = 0;
229 count = 1;
237 count = 1;
257 ++count;
260 if (--count == 0)
277 ++count;
280 if (--count == 0)
[all …]
Dlex.lex.c_shipped224 int yy_bs_lineno; /**< The line count. */
225 int yy_bs_column; /**< The column count. */
1950 int token, count = 0;
2005 count = 0;
2009 count = 0;
2013 count = 0;
2038 count = 1;
2046 count = 1;
2066 ++count;
2069 if (--count == 0)
[all …]
/scripts/
Dkernel-doc723 my $count;
727 $count = 0;
730 if ($count != $#{$args{'parameterlist'}}) {
731 $count++;
754 my $count;
813 my $count;
819 $count = 0;
828 if ($count != $#{$args{'parameterlist'}}) {
829 $count++;
855 my $count;
[all …]
Dbootgraph.pl73 my $count = 0;
96 $count = $count + 1;
117 $count = $count + 1;
141 if ($count == 0) {
Dget_maintainer.pl730 my $count = $line =~ s/^([A-Z]):/$1:\t/g;
731 if ($letters eq "" || (!$count || $letters =~ /$1/i)) {
1553 my $count = 0;
1557 $selected{$count} = 1;
1558 $authored{$count} = 0;
1559 $signed{$count} = 0;
1560 $count++;
1568 $count = 0;
1582 $sel = "*" if ($selected{$count});
1589 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
[all …]
Drecordmcount.c134 uread(int const fd, void *const buf, size_t const count) in uread() argument
136 size_t const n = read(fd, buf, count); in uread()
137 if (n != count) { in uread()
145 uwrite(int const fd, void const *const buf, size_t const count) in uwrite() argument
147 size_t cnt = count; in uwrite()
152 if (file_ptr + count >= file_end) { in uwrite()
153 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
167 idx = aoffset - count; in uwrite()
174 if (cnt < count) in uwrite()
175 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
[all …]
Dadjust_autoksyms.sh79 count=0
94 echo $((count += 1))
Dcheckpatch.pl137 my $count = 0;
155 print(++$count . "\t" . $type . "\n");
4568 my $count = $openparens =~ tr@\(@\(@;
4570 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun…
5762 for (my $count = $linenr; $count <= $lc; $count++) {
5763 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
5772 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5773 $stat_real = $stat_real . "\n" . raw_line($count, 0);
5890 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5891 $stat_real = $stat_real . "\n" . raw_line($count, 0);
[all …]
/scripts/kconfig/
Dlkc.h83 void sym_set_change_count(int count);
84 void sym_add_change_count(int count);
89 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument
93 if (fwrite(str, len, count, out) != count) in xfwrite()
Dconfdata.c1031 void sym_set_change_count(int count) in sym_set_change_count() argument
1034 sym_change_count = count; in sym_set_change_count()
1036 (bool)_sym_change_count != (bool)count) in sym_set_change_count()
1040 void sym_add_change_count(int count) in sym_add_change_count() argument
1042 sym_set_change_count(count + sym_change_count); in sym_add_change_count()
Dqconf.cc411 if (selectedItems().count() == 0) in updateSelection()
1640 if (menuList->selectedItems().count() == 0) in goBack()
Dzconf.lex.c_shipped252 int yy_bs_lineno; /**< The line count. */
253 int yy_bs_column; /**< The column count. */
/scripts/gcc-plugins/
Dgcc-common.h400 #define cgraph_create_edge(caller, callee, call_stmt, count, freq, nest) \ argument
401 cgraph_create_edge((caller), (callee), (call_stmt), (count), (freq))
402 #define cgraph_create_edge_including_clones(caller, callee, old_call_stmt, call_stmt, count, freq, … argument
403 …cgraph_create_edge_including_clones((caller), (callee), (old_call_stmt), (call_stmt), (count), (fr…
730 #define cgraph_create_edge(caller, callee, call_stmt, count, freq, nest) \ argument
731 (caller)->create_edge((callee), (call_stmt), (count), (freq))
732 #define cgraph_create_edge_including_clones(caller, callee, old_call_stmt, call_stmt, count, freq, … argument
733 …(caller)->create_edge_including_clones((callee), (old_call_stmt), (call_stmt), (count), (freq), (r…
/scripts/dtc/libfdt/
Dfdt_ro.c570 int length, count = 0; in fdt_stringlist_count() local
586 count++; in fdt_stringlist_count()
589 return count; in fdt_stringlist_count()
/scripts/mod/
Dfile2alias.c556 const unsigned int count = (size / id_size)-1; in do_pnp_device_entry() local
561 for (i = 0; i < count; i++) { in do_pnp_device_entry()
582 const unsigned int count = (size / id_size)-1; in do_pnp_card_entries() local
587 for (i = 0; i < count; i++) { in do_pnp_card_entries()
/scripts/dtc/
Ddtc-lexer.lex.c_shipped223 int yy_bs_lineno; /**< The line count. */
224 int yy_bs_column; /**< The column count. */