/scripts/ |
D | bootgraph.pl | 43 my %end; 92 $end{$2} = $1; 100 $end{$func} = $1; 150 my $duration = $end{$key} - $start{$key}; 163 $e = ($end{$key} - $firsttime) * $mult;
|
D | get_maintainer.pl | 508 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 + 1; [all …]
|
D | kallsyms.c | 41 unsigned long long start, end; member 94 tr->end = addr; in read_symbol_tr() 168 if (s->addr >= tr->start && s->addr <= tr->end) in symbol_valid_tr() 212 if ((s->addr == text_range_text->end && in symbol_valid() 214 (s->addr == text_range_inittext->end && in symbol_valid()
|
/scripts/basic/ |
D | fixdep.c | 238 const int *end = (const int *) (map + len); in parse_config_file() local 243 for (; m < end; m++) { in parse_config_file() 320 char *end = m + len; in parse_dep_file() local 336 while (m < end) { in parse_dep_file() 337 while (m < end && (*m == ' ' || *m == '\\' || *m == '\n')) in parse_dep_file() 340 while (p < end && *p != ' ') p++; in parse_dep_file() 341 if (p == end) { in parse_dep_file()
|
/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/dtc/libfdt/ |
D | fdt_sw.c | 216 uint32_t *end; in fdt_finish() local 224 end = _fdt_grab_space(fdt, sizeof(*end)); in fdt_finish() 225 if (! end) in fdt_finish() 227 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
|
D | fdt_rw.c | 100 char *end = (char *)fdt + _fdt_data_size(fdt); in _fdt_splice() local 102 if (((p + oldlen) < p) || ((p + oldlen) > end)) in _fdt_splice() 104 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt))) in _fdt_splice() 106 memmove(p + newlen, p + oldlen, end - p - oldlen); in _fdt_splice()
|
D | fdt_ro.c | 131 const char *end = path + strlen(path); in fdt_path_offset() local 149 q = end; in fdt_path_offset()
|
/scripts/kconfig/ |
D | gconf.c | 394 GtkTextIter start, end; in text_insert_help() local 401 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_help() 402 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_help() 405 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_help() 406 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1, in text_insert_help() 409 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_help() 410 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help() 419 GtkTextIter start, end; in text_insert_msg() local 423 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_msg() 424 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_msg() [all …]
|
D | zconf.y | 85 %type <id> end 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; }
|
D | zconf.lex.c_shipped | 43 /* end standard C headers. */ 129 /* Returned upon end-of-file. */ 247 * end of it. 964 /* end tables serialization structures and prototypes */ 984 /* Code executed at the end of each rule. */ 1029 while ( 1 ) /* loops until end-of-file is reached */ 1365 * end-of-buffer state). Contrast this with the test 1461 } /* end of action switch */ 1462 } /* end of scanning one token */ 1463 } /* end of zconflex */ [all …]
|
D | zconf.tab.c_shipped | 552 "$end", "error", "$undefined", "T_MAINMENU", "T_MENU", "T_ENDMENU", 568 "end", "nl", "if_expr", "expr", "symbol", "word_opt", 0 1311 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1321 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1331 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1568 YYDPRINTF ((stderr, "Now at end of input.\n")); 1640 { zconf_error("unexpected end statement"); ;} 2117 /* Return failure if at end of input. */
|
D | qconf.cc | 80 for (it = entryList.begin(); it != entryList.end(); ++it) in readSizes() 94 for (it = value.begin(); it != value.end(); ++it) in writeSizes()
|
/scripts/genksyms/ |
D | genksyms.c | 392 struct string_list *end) in copy_list_range() argument 396 if (start == end) in copy_list_range() 399 for (start = start->next; start != end; start = start->next) { in copy_list_range() 633 static struct symbol **end = &visited_symbols; in expand_and_crc_sym() local 636 *end = sym; in expand_and_crc_sym() 637 end = &sym->visited; in expand_and_crc_sym()
|
D | genksyms.h | 73 struct string_list *end);
|
D | lex.lex.c_shipped | 24 /* end standard C headers. */ 110 /* Returned upon end-of-file. */ 228 * end of it. 720 /* end tables serialization structures and prototypes */ 740 /* Code executed at the end of each rule. */ 787 while ( 1 ) /* loops until end-of-file is reached */ 938 * end-of-buffer state). Contrast this with the test 1034 } /* end of action switch */ 1035 } /* end of scanning one token */ 1036 } /* end of yylex */ [all …]
|
D | parse.tab.c_shipped | 561 "$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/mod/ |
D | sumversion.c | 405 char *sources, *end, *fname; in get_src_version() local 434 end = strchr(sources, '\n'); in get_src_version() 435 if (!end) { in get_src_version() 439 *end = '\0'; in get_src_version()
|
D | modpost.c | 2032 char *symname, *modname, *d, *export, *end; in read_dump() local 2045 if (export && ((end = strchr(export, '\t')) != NULL)) in read_dump() 2046 *end = '\0'; in read_dump()
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 24 /* end standard C headers. */ 110 /* Returned upon end-of-file. */ 228 * end of it. 738 /* end tables serialization structures and prototypes */ 758 /* Code executed at the end of each rule. */ 800 while ( 1 ) /* loops until end-of-file is reached */ 1030 * end-of-buffer state). Contrast this with the test 1127 } /* end of action switch */ 1128 } /* end of scanning one token */ 1129 } /* end of yylex */ [all …]
|
D | dtc-parser.tab.c_shipped | 468 "$end", "error", "$undefined", "DT_V1", "DT_MEMRESERVE", 1334 YYDPRINTF ((stderr, "Now at end of input.\n")); 1782 /* Return failure if at end of input. */
|