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

  /src/external/gpl3/binutils/dist/gprof/
cg_print.c 569 int col, starting_col; local
601 starting_col = 0;
622 for (; col < starting_col + 5; ++col)
658 for (; col < starting_col + 5; ++col)
667 starting_col += column_width;
  /src/external/gpl3/binutils.old/dist/gprof/
cg_print.c 569 int col, starting_col; local
601 starting_col = 0;
622 for (; col < starting_col + 5; ++col)
658 for (; col < starting_col + 5; ++col)
667 starting_col += column_width;

Completed in 25 milliseconds