Searched refs:count (Results 1 – 12 of 12) sorted by relevance
/scripts/genksyms/ |
D | lex.l | 140 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 …]
|
D | lex.lex.c_shipped | 224 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/ |
D | kernel-doc | 529 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 …]
|
D | bootgraph.pl | 48 my $count = 0; 66 $count = $count + 1; 87 $count = $count + 1; 111 if ($count == 0) {
|
D | get_maintainer.pl | 1426 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 …]
|
D | recordmcount.c | 98 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()
|
D | docproc.c | 355 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/ |
D | lkc.h | 87 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()
|
D | confdata.c | 1019 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()
|
D | zconf.lex.c_shipped | 243 int yy_bs_lineno; /**< The line count. */ 244 int yy_bs_column; /**< The column count. */
|
/scripts/mod/ |
D | file2alias.c | 526 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/ |
D | dtc-lexer.lex.c_shipped | 234 int yy_bs_lineno; /**< The line count. */ 235 int yy_bs_column; /**< The column count. */
|