Home
last modified time | relevance | path

Searched refs:first (Results 1 – 17 of 17) sorted by relevance

/scripts/dtc/
Dlivetree.c54 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 …]
Ddtc.h171 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,
Ddtc-lexer.lex.c_shipped165 /* 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
Ddtc-parser.tab.c_shipped67 /* Copy the first part of user declarations. */
425 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
/scripts/
Dheaderdep.pl123 my $first = shift @$cycle;
137 $first->[1], $first->[0];
DKbuild.include24 # 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.
Dget_maintainer.pl2011 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/
Dfixdep.c323 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/
Dlist_entry_update.cocci1 /// 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
Ditnull.cocci1 /// Many iterators have the property that the first argument is always bound
/scripts/coccinelle/misc/
Ddoubleinit.cocci52 msg = "%s: first occurrence line %s, second occurrence line %s" % (fld,ps[0].line,pr[0].line)
/scripts/coccinelle/locks/
Dcall_kern.cocci4 //# function under the lock in the first place.
/scripts/kconfig/
Dzconf.lex.c_shipped184 /* 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
Dzconf.tab.c_shipped75 /* Copy the first part of user declarations. */
471 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
/scripts/genksyms/
Dlex.lex.c_shipped165 /* 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
Dparse.tab.c_shipped66 /* 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/
Dmodpost.c1935 int first = 1; in add_depends() local
1959 buf_printf(b, "%s%s", first ? "" : ",", p); in add_depends()
1960 first = 0; in add_depends()