Searched refs:first (Results 1 – 17 of 17) sorted by relevance
/scripts/dtc/ |
D | livetree.c | 54 struct property *chain_property(struct property *first, struct property *list) in chain_property() argument 56 assert(first->next == NULL); in chain_property() 58 first->next = list; in chain_property() 59 return first; in chain_property() 62 struct property *reverse_properties(struct property *first) in reverse_properties() argument 64 struct property *p = first; in reverse_properties() 170 struct node *chain_node(struct node *first, struct node *list) in chain_node() argument 172 assert(first->next_sibling == NULL); in chain_node() 174 first->next_sibling = list; in chain_node() 175 return first; in chain_node() [all …]
|
D | dtc.h | 171 struct property *chain_property(struct property *first, struct property *list); 172 struct property *reverse_properties(struct property *first); 176 struct node *chain_node(struct node *first, struct node *list); 209 struct reserve_info *chain_reserve_entry(struct reserve_info *first,
|
D | dtc-lexer.lex.c_shipped | 165 /* Return all but the first "n" matched characters back to the input stream. */ 600 * down here because we want the user's section 1 to have been scanned first. 783 (yy_start) = 1; /* first start state */ 1018 * this is the first action (other than possibly a 1027 * of the first EOB in the buffer, since yy_c_buf_p will 1161 /* We matched some text prior to the EOB, first 1550 /* We always need two end-of-buffer characters. The first causes
|
D | dtc-parser.tab.c_shipped | 67 /* Copy the first part of user declarations. */ 425 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
|
/scripts/ |
D | headerdep.pl | 123 my $first = shift @$cycle; 137 $first->[1], $first->[0];
|
D | Kbuild.include | 24 # filename of first prerequisite with directory and extension stripped 51 # - stdin is piped in from the first prerequisite ($<) so one has 52 # to specify a valid file as first prerequisite (often the kbuild file) 72 # Return first prefix where a prefix$(CC) is found in PATH.
|
D | get_maintainer.pl | 2011 my $first = $nw[@nw - 3]; 2015 if (((length($first) == 1 && $first =~ m/[A-Za-z]/) || 2016 (length($first) == 2 && substr($first, -1) eq ".")) || 2019 $name = "$first $middle $last";
|
/scripts/basic/ |
D | fixdep.c | 323 int first; in parse_dep_file() local 335 first = 1; in parse_dep_file() 356 if (first) { in parse_dep_file() 363 first = 0; in parse_dep_file()
|
/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 1 /// list_for_each_entry uses its first argument to get from one element of 3 /// The first rule finds such a reassignment and the second rule checks
|
D | itnull.cocci | 1 /// Many iterators have the property that the first argument is always bound
|
/scripts/coccinelle/misc/ |
D | doubleinit.cocci | 52 msg = "%s: first occurrence line %s, second occurrence line %s" % (fld,ps[0].line,pr[0].line)
|
/scripts/coccinelle/locks/ |
D | call_kern.cocci | 4 //# function under the lock in the first place.
|
/scripts/kconfig/ |
D | zconf.lex.c_shipped | 184 /* Return all but the first "n" matched characters back to the input stream. */ 840 * down here because we want the user's section 1 to have been scanned first. 1012 (yy_start) = 1; /* first start state */ 1353 * this is the first action (other than possibly a 1362 * of the first EOB in the buffer, since yy_c_buf_p will 1495 /* We matched some text prior to the EOB, first 1896 /* We always need two end-of-buffer characters. The first causes
|
D | zconf.tab.c_shipped | 75 /* Copy the first part of user declarations. */ 471 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
|
/scripts/genksyms/ |
D | lex.lex.c_shipped | 165 /* Return all but the first "n" matched characters back to the input stream. */ 580 * down here because we want the user's section 1 to have been scanned first. 770 (yy_start) = 1; /* first start state */ 926 * this is the first action (other than possibly a 935 * of the first EOB in the buffer, since yy_c_buf_p will 1068 /* We matched some text prior to the EOB, first 1501 /* We always need two end-of-buffer characters. The first causes
|
D | parse.tab.c_shipped | 66 /* Copy the first part of user declarations. */ 474 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in 1295 YYCHECK. In other words, skip the first -YYN actions for
|
/scripts/mod/ |
D | modpost.c | 1935 int first = 1; in add_depends() local 1959 buf_printf(b, "%s%s", first ? "" : ",", p); in add_depends() 1960 first = 0; in add_depends()
|