Home
last modified time | relevance | path

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

/scripts/
A Ddecode_stacktrace.sh284 words[$last-1]="${words[$last-1]} ${words[$last]}"
285 unset words[$last]
286 last=$(( $last - 1 ))
296 info_str=${words[$last]}
297 unset words[$last]
298 last=$(( $last - 1 ))
302 module=${words[$last]}
313 symbol=${words[$last-1]}
314 unset words[$last-1]
317 symbol=${words[$last]}
[all …]
A 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' : '';
A 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()
A Ddev-needs.sh16 chain, so the last entry in the output is close to the root of the
A Dget_maintainer.pl2505 my $last = $nw[@nw - 1];
2511 $name = "$first $middle $last";
2513 $name = "$middle $last";
/scripts/kconfig/
A Dqconf.cc456 last = item; in updateList()
460 item = last ? last->nextSibling() : nullptr; in updateList()
625 if (last && !last->goParent) in updateMenuList()
626 last = 0; in updateMenuList()
628 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
663 last = 0; in updateMenuList()
665 last = last->nextSibling(); in updateMenuList()
688 if (last && !last->goParent) in updateMenuList()
689 last = 0; in updateMenuList()
726 last = 0; in updateMenuList()
[all …]
/scripts/dtc/libfdt/
A 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/
A 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/
A Dcond_no_effect.cocci9 // the last if else/else as a "default behavior" - which some
/scripts/gdb/linux/
A Dmapletree.py43 self.last = end

Completed in 19 milliseconds