Home
last modified time | relevance | path

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

/scripts/dtc/
A Dlivetree.c79 assert(first->next == NULL); in chain_property()
81 first->next = list; in chain_property()
82 return first; in chain_property()
85 struct property *reverse_properties(struct property *first) in reverse_properties() argument
87 struct property *p = first; in reverse_properties()
264 assert(first->next_sibling == NULL); in chain_node()
266 first->next_sibling = list; in chain_node()
267 return first; in chain_node()
374 assert(first->next == NULL); in chain_reserve_entry()
376 first->next = list; in chain_reserve_entry()
[all …]
A Ddtc.h199 struct property *chain_property(struct property *first, struct property *list);
200 struct property *reverse_properties(struct property *first);
207 struct node *chain_node(struct node *first, struct node *list);
248 struct reserve_info *chain_reserve_entry(struct reserve_info *first,
A DREADME60 first. Generally, using --user or --prefix is not necessary and pip will use the
/scripts/coccinelle/iterators/
A 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
A Ditnull.cocci1 /// Many iterators have the property that the first argument is always bound
/scripts/
A DKbuild.include27 # filename of first prerequisite with directory and extension stripped
61 # - stdin is piped in from the first prerequisite ($<) so one has
62 # to specify a valid file as first prerequisite (often the kbuild file)
81 # Return first prefix where a prefix$(CC) is found in PATH.
A Dget_maintainer.pl2465 my $first = $nw[@nw - 3];
2469 if (((length($first) == 1 && $first =~ m/[A-Za-z]/) ||
2470 (length($first) == 2 && substr($first, -1) eq ".")) ||
2473 $name = "$first $middle $last";
A Dcheckpatch.pl3521 my $first = $1;
3525 if ($first =~ /(?:struct|union|enum)/) {
3530 next if (lc($first) ne lc($second));
3531 next if ($first eq 'long');
3543 if ($first =~ /\b[0-9a-f]{2,}\b/i) {
3544 next if (!exists($allow_repeated_words{lc($first)}));
3548 "Possible repeated word: '$first'\n" . $herecurr) &&
3550 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
5994 my $first = 1;
5998 if ($first) {
[all …]
/scripts/kconfig/
A Dqconf.h90 return (ConfigItem *)children().first(); in firstChild()
A Dqconf.cc405 ConfigItem* item = (ConfigItem*)selectedItems().first(); in updateSelection()
788 if (x >= off && x < off + icon.availableSizes().first().width()) { in mouseReleaseEvent()
1633 item = (ConfigItem*)menuList->selectedItems().first(); in goBack()
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped176 """Find the first subnode of a parent node
183 The offset of the first subnode, if any
297 index: Record to return (0=first)
351 """Get the offset of the first property in a node offset
358 Offset of the first property

Completed in 26 milliseconds