HomeSort by: relevance | last modified time | path
    Searched refs:length_of_string (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 142 static uint32_t length_of_string(const char *s) { function
147 uint32_t len = length_of_string(s);
367 len += 1 + length_of_string(function_name);
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 1356 my $length_of_string = length ($input_string);
1359 if (rindex ($input_string, "/") != $length_of_string-1)
1399 my $length_of_string;
1417 $length_of_string = length ($instruction_offset);
1422 if (($first_char =~ /[89a-f]/) and ($length_of_string == $number_of_fields))
4879 my $length_of_string = length ($outputdir);
4881 if (rindex ($outputdir, "/") != $length_of_string-1)
12565 my $length_of_string = length ($outputdir);
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 1356 my $length_of_string = length ($input_string);
1359 if (rindex ($input_string, "/") != $length_of_string-1)
1399 my $length_of_string;
1417 $length_of_string = length ($instruction_offset);
1422 if (($first_char =~ /[89a-f]/) and ($length_of_string == $number_of_fields))
4879 my $length_of_string = length ($outputdir);
4881 if (rindex ($outputdir, "/") != $length_of_string-1)
12565 my $length_of_string = length ($outputdir);

Completed in 51 milliseconds