Searched refs:last (Results 1 – 10 of 10) sorted by relevance
| /scripts/ |
| D | decode_stacktrace.sh | 268 local last=$(( ${#words[@]} - 1 )) 283 if [[ ${words[$last]} =~ ^[0-9a-f]+\] ]]; then 284 words[$last-1]="${words[$last-1]} ${words[$last]}" 285 unset words[$last] 286 last=$(( $last - 1 )) 289 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then 290 module=${words[$last]} 301 symbol=${words[$last-1]} 302 unset words[$last-1] 305 symbol=${words[$last]} [all …]
|
| D | headerdep.pl | 125 my $last = pop @$cycle; 128 printf "%s from %s,\n", $msg, $last->[1] if defined $last; 134 $header->[1] eq $last->[1] ? ' <-- here' : '';
|
| D | generate_rust_target.rs | 34 if let [ref rest @ .., ref last] = seq[..] { in comma_sep() 39 f(formatter, last)?; in comma_sep() 120 if let [ref rest @ .., ref last] = self.0[..] { in fmt() 124 write!(formatter, " \"{}\": {}\n", last.0, last.1)?; in fmt()
|
| D | dev-needs.sh | 16 chain, so the last entry in the output is close to the root of the
|
| D | get_maintainer.pl | 2492 my $last = $nw[@nw - 1]; 2498 $name = "$first $middle $last"; 2500 $name = "$middle $last";
|
| /scripts/kconfig/ |
| D | qconf.cc | 421 ConfigItem* last = 0; in updateList() local 445 last = item; in updateList() 449 item = last ? last->nextSibling() : nullptr; in updateList() 451 item = new ConfigItem(this, last, rootEntry, true); in updateList() 601 ConfigItem* last; in updateMenuList() local 614 last = parent->firstChild(); in updateMenuList() 615 if (last && !last->goParent) in updateMenuList() 616 last = 0; in updateMenuList() 618 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList() 639 item = new ConfigItem(parent, last, child, visible); in updateMenuList() [all …]
|
| /scripts/dtc/libfdt/ |
| D | fdt.c | 318 const char *last = strtab + tabsize - len; in fdt_find_string_() local 321 for (p = strtab; p <= last; p++) in fdt_find_string_()
|
| /scripts/dtc/ |
| D | livetree.c | 383 struct reserve_info *last; in add_reserve_entry() local 390 for (last = list; last->next; last = last->next) in add_reserve_entry() 393 last->next = new; in add_reserve_entry()
|
| /scripts/coccinelle/misc/ |
| D | cond_no_effect.cocci | 9 // the last if else/else as a "default behavior" - which some
|
| /scripts/gdb/linux/ |
| D | mapletree.py | 43 self.last = end
|