Home
last modified time | relevance | path

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

/scripts/genksyms/
Dlex.l140 int token, count = 0;
195 count = 0;
199 count = 0;
224 count = 1;
232 count = 1;
252 ++count;
255 if (--count == 0)
272 ++count;
275 if (--count == 0)
292 ++count;
[all …]
Dlex.lex.c_shipped224 int yy_bs_lineno; /**< The line count. */
225 int yy_bs_column; /**< The column count. */
1949 int token, count = 0;
2004 count = 0;
2008 count = 0;
2033 count = 1;
2041 count = 1;
2061 ++count;
2064 if (--count == 0)
2081 ++count;
[all …]
/scripts/
Dkernel-doc529 my $count;
533 $count = 0;
536 if ($count != $#{$args{'parameterlist'}}) {
537 $count++;
560 my $count;
619 my $count;
625 $count = 0;
634 if ($count != $#{$args{'parameterlist'}}) {
635 $count++;
661 my $count;
[all …]
Dbootgraph.pl48 my $count = 0;
66 $count = $count + 1;
87 $count = $count + 1;
111 if ($count == 0) {
Dget_maintainer.pl1426 my $count = 0;
1430 $selected{$count} = 1;
1431 $authored{$count} = 0;
1432 $signed{$count} = 0;
1433 $count++;
1441 $count = 0;
1455 $sel = "*" if ($selected{$count});
1462 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1466 if ($authored{$count}) {
1472 if ($signed{$count}) {
[all …]
Drecordmcount.c98 uread(int const fd, void *const buf, size_t const count) in uread() argument
100 size_t const n = read(fd, buf, count); in uread()
101 if (n != count) { in uread()
109 uwrite(int const fd, void const *const buf, size_t const count) in uwrite() argument
111 size_t const n = write(fd, buf, count); in uwrite()
112 if (n != count) { in uwrite()
Ddocproc.c355 int ret, i, count, start; in find_all_symbols() local
408 count = 0; in find_all_symbols()
412 count++; in find_all_symbols()
417 all_list_len += count; in find_all_symbols()
/scripts/kconfig/
Dlkc.h87 void sym_set_change_count(int count);
88 void sym_add_change_count(int count);
98 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument
102 if (fwrite(str, len, count, out) != count) in xfwrite()
Dconfdata.c1019 void sym_set_change_count(int count) in sym_set_change_count() argument
1022 sym_change_count = count; in sym_set_change_count()
1024 (bool)_sym_change_count != (bool)count) in sym_set_change_count()
1028 void sym_add_change_count(int count) in sym_add_change_count() argument
1030 sym_set_change_count(count + sym_change_count); in sym_add_change_count()
Dzconf.lex.c_shipped243 int yy_bs_lineno; /**< The line count. */
244 int yy_bs_column; /**< The column count. */
/scripts/mod/
Dfile2alias.c526 const unsigned int count = (size / id_size)-1; in do_pnp_device_entry() local
531 for (i = 0; i < count; i++) { in do_pnp_device_entry()
552 const unsigned int count = (size / id_size)-1; in do_pnp_card_entries() local
557 for (i = 0; i < count; i++) { in do_pnp_card_entries()
/scripts/dtc/
Ddtc-lexer.lex.c_shipped234 int yy_bs_lineno; /**< The line count. */
235 int yy_bs_column; /**< The column count. */