Home
last modified time | relevance | path

Searched refs:last (Results 1 – 10 of 10) sorted by relevance

/scripts/
Ddecode_stacktrace.sh268 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 …]
Dheaderdep.pl125 my $last = pop @$cycle;
128 printf "%s from %s,\n", $msg, $last->[1] if defined $last;
134 $header->[1] eq $last->[1] ? ' <-- here' : '';
Dgenerate_rust_target.rs34 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()
Ddev-needs.sh16 chain, so the last entry in the output is close to the root of the
Dget_maintainer.pl2492 my $last = $nw[@nw - 1];
2498 $name = "$first $middle $last";
2500 $name = "$middle $last";
/scripts/kconfig/
Dqconf.cc421 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/
Dfdt.c318 const char *last = strtab + tabsize - len; in fdt_find_string_() local
321 for (p = strtab; p <= last; p++) in fdt_find_string_()
/scripts/dtc/
Dlivetree.c383 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/
Dcond_no_effect.cocci9 // the last if else/else as a "default behavior" - which some
/scripts/gdb/linux/
Dmapletree.py43 self.last = end