Searched refs:count (Results 1 - 8 of 8) sorted by relevance

/scripts/
H A Dbootgraph.pl48 my $count = 0;
66 $count = $count + 1;
87 $count = $count + 1;
111 if ($count == 0) {
H A Dkernel-doc493 my $count;
497 $count = 0;
500 if ($count != $#{$args{'parameterlist'}}) {
501 $count++;
524 my $count;
583 my $count;
589 $count = 0;
598 if ($count != $#{$args{'parameterlist'}}) {
599 $count++;
625 my $count;
[all...]
H A Drecordmcount.c91 uread(int const fd, void *const buf, size_t const count) argument
93 size_t const n = read(fd, buf, count);
94 if (n != count) {
102 uwrite(int const fd, void const *const buf, size_t const count) argument
104 size_t const n = write(fd, buf, count);
105 if (n != count) {
H A Dget_maintainer.pl1415 my $count = 0;
1419 $selected{$count} = 1;
1420 $authored{$count} = 0;
1421 $signed{$count} = 0;
1422 $count++;
1430 $count = 0;
1444 $sel = "*" if ($selected{$count});
1451 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1455 if ($authored{$count}) {
1461 if ($signed{$count}) {
[all...]
H A Ddocproc.c356 int ret, i, count, start; local
409 count = 0;
413 count++;
418 all_list_len += count;
/scripts/kconfig/
H A Dlkc.h91 void sym_set_change_count(int count);
92 void sym_add_change_count(int count);
96 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) argument
98 if (fwrite(str, len, count, out) < count)
H A Dconfdata.c894 void sym_set_change_count(int count) argument
897 sym_change_count = count;
899 (bool)_sym_change_count != (bool)count)
903 void sym_add_change_count(int count) argument
905 sym_set_change_count(count + sym_change_count);
935 /* count entries in choice block */
/scripts/mod/
H A Dfile2alias.c431 const unsigned int count = (size / id_size)-1; local
437 for (i = 0; i < count; i++) {
458 const unsigned int count = (size / id_size)-1; local
464 for (i = 0; i < count; i++) {

Completed in 123 milliseconds