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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 12025 my $length_comment = length ($comment);
12027 $leftover = $length_comment%2;
12029 if ($length_comment <= ($HEADER_LIMIT-2))
12031 $padding = ($HEADER_LIMIT - $length_comment + $leftover)/2;
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 12025 my $length_comment = length ($comment);
12027 $leftover = $length_comment%2;
12029 if ($length_comment <= ($HEADER_LIMIT-2))
12031 $padding = ($HEADER_LIMIT - $length_comment + $leftover)/2;

Completed in 58 milliseconds