Searched refs:end (Results 1 - 18 of 18) sorted by relevance

/scripts/
H A Dbootgraph.pl43 my %end;
92 $end{$2} = $1;
100 $end{$func} = $1;
150 my $duration = $end{$key} - $start{$key};
163 $e = ($end{$key} - $firsttime) * $mult;
H A Dkallsyms.c41 unsigned long long start, end; member in struct:text_range
94 tr->end = addr;
111 fprintf(stderr, "Read error or end of file.\n");
168 if (s->addr >= tr->start && s->addr <= tr->end)
212 if ((s->addr == text_range_text->end &&
214 (s->addr == text_range_inittext->end &&
270 * we are looking for, then end the search */
H A Dget_maintainer.pl508 my ($start, $end) = @_;
510 for (my $i = $start; $i < $end; $i++) {
526 my ($start, $end) = @_;
528 for (my $i = $start; $i < $end; $i++) {
571 my $end = find_ending_index($tvi);
577 for ($i = $start; $i < $end; $i++) {
592 for ($i = $start; $i < $end; $i++) {
604 range_is_maintained($start, $end) &&
605 range_has_maintainer($start, $end)) {
617 $tvi = $end
[all...]
H A Dcheckpatch.pl569 # and end, all to $;.
662 # If we are about to drop off the end, pull in more
746 # Preprocessor commands end at the newline unless escaped.
755 # We are truly at the end, so shuffle to the next line.
777 # Strip the diff line prefixes and rip blank lines at start and end.
928 # Catch a comment on the end of the line itself.
1080 # Assume all arms of the conditional end as this
1747 if ($line =~ /^\+/ && defined $lines[$linenr] && $lines[$linenr] =~ /^\\ No newline at end of file/) {
1749 "adding a line without newline at end of file\n" . $herecurr);
1832 # until we hit end o
[all...]
/scripts/basic/
H A Dfixdep.c238 const int *end = (const int *) (map + len); local
243 for (; m < end; m++) {
320 char *end = m + len; local
336 while (m < end) {
337 while (m < end && (*m == ' ' || *m == '\\' || *m == '\n'))
340 while (p < end && *p != ' ') p++;
341 if (p == end) {
/scripts/dtc/libfdt/
H A Dfdt_sw.c216 uint32_t *end; local
224 end = _fdt_grab_space(fdt, sizeof(*end));
225 if (! end)
227 *end = cpu_to_fdt32(FDT_END);
H A Dfdt_rw.c100 char *end = (char *)fdt + _fdt_data_size(fdt); local
102 if (((p + oldlen) < p) || ((p + oldlen) > end))
104 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt)))
106 memmove(p + newlen, p + oldlen, end - p - oldlen);
H A Dfdt_ro.c131 const char *end = path + strlen(path); local
149 q = end;
/scripts/genksyms/
H A Dgenksyms.h73 struct string_list *end);
H A Dgenksyms.c392 struct string_list *end)
396 if (start == end)
399 for (start = start->next; start != end; start = start->next) {
633 static struct symbol **end = &visited_symbols; local
636 *end = sym;
637 end = &sym->visited;
391 copy_list_range(struct string_list *start, struct string_list *end) argument
H A Dparse.tab.c_shipped561 "$end", "error", "$undefined", "ASM_KEYW", "ATTRIBUTE_KEYW",
1627 YYDPRINTF ((stderr, "Now at end of input.\n"));
2256 /* Return failure if at end of input. */
/scripts/kconfig/
H A Dgconf.c394 GtkTextIter start, end; local
401 gtk_text_buffer_get_bounds(buffer, &start, &end);
402 gtk_text_buffer_delete(buffer, &start, &end);
405 gtk_text_buffer_get_end_iter(buffer, &end);
406 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1,
409 gtk_text_buffer_get_end_iter(buffer, &end);
410 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2,
419 GtkTextIter start, end; local
423 gtk_text_buffer_get_bounds(buffer, &start, &end);
424 gtk_text_buffer_delete(buffer, &start, &end);
[all...]
H A Dzconf.y85 %type <id> end
91 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
112 | stmt_list end { zconf_error("unexpected end statement"); }
256 choice_end: end
324 if_end: end
363 menu_end: end
455 end: T_ENDMENU T_EOL { $$ = $1; } label
H A Dzconf.tab.c_shipped552 "$end", "error", "$undefined", "T_MAINMENU", "T_MENU", "T_ENDMENU",
568 "end", "nl", "if_expr", "expr", "symbol", "word_opt", 0
1313 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1323 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1333 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1570 YYDPRINTF ((stderr, "Now at end of input.\n"));
1642 { zconf_error("unexpected end statement"); ;}
2119 /* Return failure if at end of input. */
H A Dqconf.cc80 for (it = entryList.begin(); it != entryList.end(); ++it)
94 for (it = value.begin(); it != value.end(); ++it)
/scripts/mod/
H A Dsumversion.c365 /* Continue until line does not end with '\' */
405 char *sources, *end, *fname; local
434 end = strchr(sources, '\n');
435 if (!end) {
439 *end = '\0';
H A Dmodpost.c2029 char *symname, *modname, *d, *export, *end; local
2042 if (export && ((end = strchr(export, '\t')) != NULL))
2043 *end = '\0';
/scripts/dtc/
H A Ddtc-parser.tab.c_shipped468 "$end", "error", "$undefined", "DT_V1", "DT_MEMRESERVE",
1336 YYDPRINTF ((stderr, "Now at end of input.\n"));
1784 /* Return failure if at end of input. */

Completed in 134 milliseconds