Home
last modified time | relevance | path

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

/scripts/
Ddecode_stacktrace.sh106 local last=$(( ${#words[@]} - 1 ))
121 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then
122 module=${words[$last]}
125 symbol=${words[$last-1]}
126 unset words[$last-1]
129 symbol=${words[$last]}
133 unset words[$last]
Dheaderdep.pl124 my $last = pop @$cycle;
127 printf "%s from %s,\n", $msg, $last->[1] if defined $last;
133 $header->[1] eq $last->[1] ? ' <-- here' : '';
Danalyze_suspend.py1287 last = 0
1291 last = self.list[-1]
1292 lasttime = last.time
1295 if debug and last:
1297 last.debugPrint()
1304 if idx == 0 and last and last.fcall and not last.freturn:
1306 last.depth = self.depth
1307 last.freturn = True
1308 last.length = line.time - last.time
1310 last.debugPrint()
[all …]
Dget_maintainer.pl2179 my $last = $nw[@nw - 1];
2185 $name = "$first $middle $last";
2187 $name = "$middle $last";
/scripts/kconfig/
Dqconf.cc421 ConfigItem* last = 0; in updateList() local
445 last = item; in updateList()
449 item = last ? last->nextSibling() : firstChild(); in updateList()
451 item = new ConfigItem(this, last, rootEntry, true); in updateList()
582 ConfigItem* last; in updateMenuList() local
595 last = parent->firstChild(); in updateMenuList()
596 if (last && !last->goParent) in updateMenuList()
597 last = 0; in updateMenuList()
599 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
620 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
[all …]
Dzconf.lex.c_shipped955 /* Copy whatever the last rule matched to the standard output. */
1557 /* First move last chars to start of buffer. */
/scripts/dtc/
Dlivetree.c323 struct reserve_info *last; in add_reserve_entry() local
330 for (last = list; last->next; last = last->next) in add_reserve_entry()
333 last->next = new; in add_reserve_entry()
Ddtc-lexer.lex.c_shipped755 /* Copy whatever the last rule matched to the standard output. */
1421 /* First move last chars to start of buffer. */
/scripts/dtc/libfdt/
Dfdt.c233 const char *last = strtab + tabsize - len; in _fdt_find_string() local
236 for (p = strtab; p <= last; p++) in _fdt_find_string()
/scripts/coccinelle/misc/
Dcond_no_effect.cocci8 // the last if else/else as a "default behavior" - which some
/scripts/genksyms/
Dlex.lex.c_shipped658 /* Copy whatever the last rule matched to the standard output. */
1077 /* First move last chars to start of buffer. */
2190 /* is this the last line of an enum declaration? */