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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 11718 # option. If the length of the option exceeds the limit set by $max_space,
11734 my $max_space = 14;
11747 $no_of_spaces = $max_space;
11758 if ($length_item < $max_space)
11760 $no_of_spaces = $max_space - length ($item);
11771 for my $i (1..$max_space)
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 11718 # option. If the length of the option exceeds the limit set by $max_space,
11734 my $max_space = 14;
11747 $no_of_spaces = $max_space;
11758 if ($length_item < $max_space)
11760 $no_of_spaces = $max_space - length ($item);
11771 for my $i (1..$max_space)

Completed in 49 milliseconds