/scripts/ |
D | bootgraph.pl | 67 my %start; 87 $start{$func} = $1; 110 $start{$func} = $1; 185 my @initcalls = sort { $start{$a} <=> $start{$b} } keys(%start); 188 my $duration = $end{$key} - $start{$key}; 198 $s = ($start{$key} - $firsttime) * $mult;
|
D | extract-sys-certs.pl | 96 my $start = Math::BigInt->new($symbols{"__cert_list_start"}); 98 my $size = $end - $start; 100 printf "Have %u bytes of certs at VMA 0x%x\n", $size, $start; 110 next unless ($start >= $s_vma); 111 next if ($start >= $s_vend); 126 my $foff = $start - $s->{vma} + $s->{foff};
|
D | markup_oops.pl | 278 my $start; 284 $start = $center; 286 while ($start > 1) { 287 $start = $start - 1; 288 my $line = $lines[$start]; 332 while ($i >= $start) { 337 $i = $start;
|
D | gcc-ld | 14 --end-group|--start-group) 18 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
|
D | link-vmlinux.sh | 45 --start-group ${KBUILD_VMLINUX_MAIN} --end-group 58 --start-group ${KBUILD_VMLINUX_MAIN} --end-group ${1} 62 -Wl,--start-group \
|
D | get_maintainer.pl | 549 my ($start, $end) = @_; 551 for (my $i = $start; $i < $end; $i++) { 567 my ($start, $end) = @_; 569 for (my $i = $start; $i < $end; $i++) { 611 my $start = find_starting_index($tvi); 618 for ($i = $start; $i < $end; $i++) { 633 for ($i = $start; $i < $end; $i++) { 645 range_is_maintained($start, $end) && 646 range_has_maintainer($start, $end)) { 669 my $start = find_starting_index($line); [all …]
|
D | analyze_suspend.py | 217 start = 0.0 # test start variable in Data 263 self.start = time 339 self.start = self.trimTimeVal(self.start, t0, dT, left) 352 cg.start = self.trimTimeVal(cg.start, t0, dT, left) 371 self.start -= tZero 384 cg.start -= tZero 391 def newPhaseWithSingleAction(self, phasename, devname, start, end, color): argument 398 {'start': start, 'end': end, 'pid': 0, 'par': '', 399 'length': (end-start), 'row': 0, 'id': devid, 'drv': '' }; 401 {'list': list, 'start': start, 'end': end, [all …]
|
D | docproc.c | 359 int ret, i, count, start; in find_all_symbols() local 420 start = all_list_len; in find_all_symbols() 424 for (i = 0; i < data_len && start != all_list_len; i++) { in find_all_symbols() 426 all_list[start] = str; in find_all_symbols() 428 start++; in find_all_symbols()
|
D | kallsyms.c | 41 unsigned long long start, end; member 101 ar->start = addr; in check_symbol_range() 192 if (s->addr >= ar->start && s->addr <= ar->end) in symbol_in_range()
|
D | kernel-doc | 1566 my $start; 1573 $start = $args{'functiontype'} . " " . $args{'function'} . " ("; 1575 $start = $args{'function'} . " ("; 1577 print $start; 1591 print " " x length($start);
|
D | asn1_compiler.c | 353 char *line, *nl, *start, *p, *q; in tokenise() local 412 start = p; in tokenise() 416 const char **dir, *start = p; in tokenise() local 432 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise() 472 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
|
/scripts/genksyms/ |
D | genksyms.c | 70 static struct string_list *concat_list(struct string_list *start, ...); 362 static struct string_list *concat_list(struct string_list *start, ...) in concat_list() argument 367 if (!start) in concat_list() 369 for (va_start(ap, start); (n = va_arg(ap, struct string_list *));) { in concat_list() 372 n2->next = start; in concat_list() 373 start = n; in concat_list() 376 return start; in concat_list() 390 struct string_list *copy_list_range(struct string_list *start, in copy_list_range() argument 395 if (start == end) in copy_list_range() 397 n = res = copy_node(start); in copy_list_range() [all …]
|
D | genksyms.h | 72 struct string_list *copy_list_range(struct string_list *start,
|
D | lex.lex.c_shipped | 120 /* Enter a start condition. This macro really ought to take a parameter, 126 /* Translate the current start state into a value that can be later handed 133 /* Action number for EOF rule of a given start state. */ 136 /* Special action meaning "start processing a new file". */ 279 static int yy_start = 0; /* start state number */ 710 /* Number of entries by which start-condition stack grows. */ 770 (yy_start) = 1; /* first start state */ 794 /* yy_bp points to the position in yy_ch_buf of the start of 1077 /* First move last chars to start of buffer. */ 1351 * @note This function does not reset the start condition to @c INITIAL .
|
/scripts/gdb/linux/ |
D | dmesg.py | 32 start = log_buf_addr + log_first_idx 36 log_buf = inf.read_memory(start, length) 39 log_buf = inf.read_memory(start, log_buf_2nd_half) + \
|
/scripts/dtc/libfdt/ |
D | fdt_wip.c | 96 static void _fdt_nop_region(void *start, int len) in _fdt_nop_region() argument 100 for (p = start; (char *)p < ((char *)start + len); p++) in _fdt_nop_region()
|
/scripts/coccinelle/api/ |
D | resource_size.cocci | 29 * (res->end - res->start) + 1 39 - (res->end - res->start) + 1 52 (res->end@p - res->start) + 1 59 res->end@p - res->start
|
/scripts/kconfig/ |
D | streamline_config.pl | 278 my $start = $1; 283 $process .= $start . $vars{$var}; 285 $process .= $start . $variable;
|
D | zconf.y | 108 input: nl start | start; 110 start: mainmenu_stmt stmt_list | no_mainmenu_stmt stmt_list;
|
D | gconf.c | 370 GtkTextIter start, end; in text_insert_help() local 377 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_help() 378 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_help() 395 GtkTextIter start, end; in text_insert_msg() local 399 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_msg() 400 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_msg()
|
D | zconf.lex.c_shipped | 140 /* Enter a start condition. This macro really ought to take a parameter, 146 /* Translate the current start state into a value that can be later handed 153 /* Action number for EOF rule of a given start state. */ 156 /* Special action meaning "start processing a new file". */ 307 static int yy_start = 0; /* start state number */ 991 /* Number of entries by which start-condition stack grows. */ 1049 (yy_start) = 1; /* first start state */ 1073 /* yy_bp points to the position in yy_ch_buf of the start of 1557 /* First move last chars to start of buffer. */ 1803 * @note This function does not reset the start condition to @c INITIAL .
|
D | mconf.c | 364 static void update_text(char *buf, size_t start, size_t end, void *_data) in update_text() argument 371 if (pos->offset >= start && pos->offset < end) { in update_text()
|
/scripts/kconfig/lxdialog/ |
D | dialog.h | 236 typedef void (*update_text_fn)(char *buf, size_t start, size_t end, void
|
/scripts/mod/ |
D | modpost.c | 1802 Elf_Rela *start = (void *)elf->hdr + sechdr->sh_offset; in section_rela() local 1803 Elf_Rela *stop = (void *)start + sechdr->sh_size; in section_rela() 1811 for (rela = start; rela < stop; rela++) { in section_rela() 1833 if (is_second_extable_reloc(start, rela, fromsec)) in section_rela() 1848 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel() local 1849 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel() 1857 for (rel = start; rel < stop; rel++) { in section_rel() 1893 if (is_second_extable_reloc(start, rel, fromsec)) in section_rel()
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 110 /* Enter a start condition. This macro really ought to take a parameter, 116 /* Translate the current start state into a value that can be later handed 123 /* Action number for EOF rule of a given start state. */ 126 /* Special action meaning "start processing a new file". */ 278 static int yy_start = 0; /* start state number */ 804 /* Number of entries by which start-condition stack grows. */ 862 (yy_start) = 1; /* first start state */ 891 /* yy_bp points to the position in yy_ch_buf of the start of 1426 /* First move last chars to start of buffer. */ 1667 * @note This function does not reset the start condition to @c INITIAL .
|