Searched refs:first (Results 1 – 11 of 11) sorted by relevance
79 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() argument87 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 …]
199 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,
60 first. Generally, using --user or --prefix is not necessary and pip will use the
1 /// list_for_each_entry uses its first argument to get from one element of3 /// The first rule finds such a reassignment and the second rule checks
1 /// Many iterators have the property that the first argument is always bound
27 # filename of first prerequisite with directory and extension stripped61 # - stdin is piped in from the first prerequisite ($<) so one has62 # to specify a valid file as first prerequisite (often the kbuild file)81 # Return first prefix where a prefix$(CC) is found in PATH.
2465 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";
3521 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 …]
90 return (ConfigItem *)children().first(); in firstChild()
405 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()
176 """Find the first subnode of a parent node183 The offset of the first subnode, if any297 index: Record to return (0=first)351 """Get the offset of the first property in a node offset358 Offset of the first property
Completed in 26 milliseconds