Home
last modified time | relevance | path

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

/scripts/
A 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:
A 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()
A Dcheckpatch.pl3982 my $rest = $2;
3984 my $pos = pos_last_openparen($rest);
5754 my $rest = rtrim($4);
5755 if ($rest =~ /;$/) {
5757 fix_insert_line($fixlinenr + 1, "$indent\t$rest");
5927 my ($off, $dstat, $dcond, $rest);
6103 my ($off, $dstat, $dcond, $rest);
/scripts/dtc/
A 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()

Completed in 14 milliseconds