/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 | 670 my $count; 674 $count = 0; 677 if ($count != $#{$args{'parameterlist'}}) { 678 $count++; 701 my $count; 760 my $count; 766 $count = 0; 775 if ($count != $#{$args{'parameterlist'}}) { 776 $count++; 802 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 | 130 uread(int const fd, void *const buf, size_t const count) in uread() argument 132 size_t const n = read(fd, buf, count); in uread() 133 if (n != count) { in uread() 141 uwrite(int const fd, void const *const buf, size_t const count) in uwrite() argument 143 size_t cnt = count; in uwrite() 148 if (file_ptr + count >= file_end) { in uwrite() 149 off_t aoffset = (file_ptr + count) - file_end; in uwrite() 163 idx = aoffset - count; in uwrite() 170 if (cnt < count) in uwrite() 171 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite() [all …]
|
D | get_maintainer.pl | 1505 my $count = 0; 1509 $selected{$count} = 1; 1510 $authored{$count} = 0; 1511 $signed{$count} = 0; 1512 $count++; 1520 $count = 0; 1534 $sel = "*" if ($selected{$count}); 1541 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email; 1545 if ($authored{$count}) { 1551 if ($signed{$count}) { [all …]
|
D | adjust_autoksyms.sh | 78 count=0 86 echo $((count += 1))
|
D | docproc.c | 375 int ret, i, count, start; in find_all_symbols() local 428 count = 0; in find_all_symbols() 432 count++; in find_all_symbols() 437 all_list_len += count; in find_all_symbols()
|
D | checkpatch.pl | 133 my $count = 0; 150 print(++$count . "\t" . $type . "\n"); 4465 my $count = $openparens =~ tr@\(@\(@; 4467 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun… 5734 for (my $count = $linenr + 1; $count <= $lc; $count++) { 5735 $stat_real = $stat_real . "\n" . raw_line($count, 0); 5748 for (my $count = $linenr + 1; $count <= $lc; $count++) { 5749 $stat_real = $stat_real . "\n" . raw_line($count, 0); 5753 my $count = $format =~ tr@%@%@; 5754 if ($count == 1 && [all …]
|
D | analyze_suspend.py | 1386 count = -1 1391 if(count < 0): 1395 count = 0 1398 if((count == 0 and l.freturn and l.fcall) or 1399 (count > 0 and l.depth <= 0)): 1401 count += 1 2862 count = len(testruns) 2866 sysvals.stamp['time'], count) 2942 if(count > 0): 2943 sTimeAvg /= count [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 | 1031 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()
|
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/gcc-plugins/ |
D | gcc-common.h | 358 #define cgraph_create_edge(caller, callee, call_stmt, count, freq, nest) \ argument 359 cgraph_create_edge((caller), (callee), (call_stmt), (count), (freq)) 360 #define cgraph_create_edge_including_clones(caller, callee, old_call_stmt, call_stmt, count, freq, … argument 361 …cgraph_create_edge_including_clones((caller), (callee), (old_call_stmt), (call_stmt), (count), (fr… 681 #define cgraph_create_edge(caller, callee, call_stmt, count, freq, nest) \ argument 682 (caller)->create_edge((callee), (call_stmt), (count), (freq)) 683 #define cgraph_create_edge_including_clones(caller, callee, old_call_stmt, call_stmt, count, freq, … argument 684 …(caller)->create_edge_including_clones((callee), (old_call_stmt), (call_stmt), (count), (freq), (r…
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 544 int length, count = 0; in fdt_stringlist_count() local 560 count++; in fdt_stringlist_count() 563 return count; in fdt_stringlist_count()
|
/scripts/mod/ |
D | file2alias.c | 614 const unsigned int count = (size / id_size)-1; in do_pnp_device_entry() local 619 for (i = 0; i < count; i++) { in do_pnp_device_entry() 640 const unsigned int count = (size / id_size)-1; in do_pnp_card_entries() local 645 for (i = 0; i < count; i++) { in do_pnp_card_entries()
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 235 int yy_bs_lineno; /**< The line count. */ 236 int yy_bs_column; /**< The column count. */
|