Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 4 of 4) sorted by relevance

/scripts/
Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
53 return (time, rest)
65 (time, rest) = get_time(line)
78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest
111 (time, rest) = get_time(line)
114 if string.find(rest, base_str)==1:
Dgenerate_rust_target.rs34 if let [ref rest @ .., ref last] = seq[..] { in comma_sep()
35 for v in rest { in comma_sep()
120 if let [ref rest @ .., ref last] = self.0[..] { in fmt()
121 for (key, value) in rest { in fmt()
Dcheckpatch.pl3971 my $rest = $2;
3973 my $pos = pos_last_openparen($rest);
5743 my $rest = rtrim($4);
5744 if ($rest =~ /;$/) {
5746 fix_insert_line($fixlinenr + 1, "$indent\t$rest");
5914 my ($off, $dstat, $dcond, $rest);
6087 my ($off, $dstat, $dcond, $rest);
/scripts/dtc/
Dsrcpos.c316 char *pos_str, *fresh_fname = NULL, *first, *rest; in srcpos_string_comment() local
354 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
355 xasprintf(&pos_str, "%s, %s", first, rest); in srcpos_string_comment()
357 free(rest); in srcpos_string_comment()