Searched refs:count (Results 1 – 16 of 16) sorted by relevance
/scripts/genksyms/ |
D | lex.l | 141 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 …]
|
D | lex.lex.c_shipped | 224 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/ |
D | kernel-doc | 592 my $count; 596 $count = 0; 599 if ($count != $#{$args{'parameterlist'}}) { 600 $count++; 623 my $count; 682 my $count; 688 $count = 0; 697 if ($count != $#{$args{'parameterlist'}}) { 698 $count++; 724 my $count; [all …]
|
D | bootgraph.pl | 73 my $count = 0; 96 $count = $count + 1; 117 $count = $count + 1; 141 if ($count == 0) {
|
D | recordmcount.c | 134 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 …]
|
D | get_maintainer.pl | 1499 my $count = 0; 1503 $selected{$count} = 1; 1504 $authored{$count} = 0; 1505 $signed{$count} = 0; 1506 $count++; 1514 $count = 0; 1528 $sel = "*" if ($selected{$count}); 1535 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email; 1539 if ($authored{$count}) { 1545 if ($signed{$count}) { [all …]
|
D | docproc.c | 359 int ret, i, count, start; in find_all_symbols() local 412 count = 0; in find_all_symbols() 416 count++; in find_all_symbols() 421 all_list_len += count; in find_all_symbols()
|
D | checkpatch.pl | 4227 my $count = $openparens =~ tr@\(@\(@; 4229 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun… 5389 for (my $count = $linenr + 1; $count <= $lc; $count++) { 5390 $stat_real = $stat_real . "\n" . raw_line($count, 0); 5403 for (my $count = $linenr + 1; $count <= $lc; $count++) { 5404 $stat_real = $stat_real . "\n" . raw_line($count, 0); 5408 my $count = $format =~ tr@%@%@; 5409 if ($count == 1 && 5543 my $count = 0; 5545 while ($prevline > 1 && ($file || $count < 3) && !$has_break) { [all …]
|
D | analyze_suspend.py | 289 v2 = string.count(name, 'e')*100 % 256 756 count = -1 761 if(count < 0): 765 count = 0 768 if((count == 0 and l.freturn and l.fcall) or 769 (count > 0 and l.depth <= 0)): 771 count += 1 2049 count = len(testruns) 2053 sysvals.stamp['time'], count) 2129 if(count > 0): [all …]
|
/scripts/kconfig/ |
D | lkc.h | 83 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()
|
D | confdata.c | 1029 void sym_set_change_count(int count) in sym_set_change_count() argument 1032 sym_change_count = count; in sym_set_change_count() 1034 (bool)_sym_change_count != (bool)count) in sym_set_change_count() 1038 void sym_add_change_count(int count) in sym_add_change_count() argument 1040 sym_set_change_count(count + sym_change_count); in sym_add_change_count()
|
D | qconf.cc | 403 if (selectedItems().count() == 0) in updateSelection() 1631 if (menuList->selectedItems().count() == 0) in goBack()
|
D | zconf.lex.c_shipped | 252 int yy_bs_lineno; /**< The line count. */ 253 int yy_bs_column; /**< The column count. */
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 570 int length, count = 0; in fdt_stringlist_count() local 586 count++; in fdt_stringlist_count() 589 return count; in fdt_stringlist_count()
|
/scripts/mod/ |
D | file2alias.c | 513 const unsigned int count = (size / id_size)-1; in do_pnp_device_entry() local 518 for (i = 0; i < count; i++) { in do_pnp_device_entry() 539 const unsigned int count = (size / id_size)-1; in do_pnp_card_entries() local 544 for (i = 0; i < count; i++) { in do_pnp_card_entries()
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 223 int yy_bs_lineno; /**< The line count. */ 224 int yy_bs_column; /**< The column count. */
|