HomeSort by relevance Sort by last modified time
    Searched refs:percent_int_width (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libutil++/
string_manip.h 73 static unsigned int const percent_int_width = 2; variable
75 static unsigned int const percent_width = percent_int_width + percent_fract_width + 1;
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 253 string result = format_percent(cur->input, percent_int_width,
  /external/oprofile/libpp/
format_output.cpp 70 return ::format_percent(ratio * 100, percent_int_width,
363 return ::format_percent(f.diff, percent_int_width,
  /external/oprofile/pp/
opannotate.cpp 145 percent_int_width, percent_fract_width);
opreport.cpp 229 cout << format_percent(ratio * 100, percent_int_width,

Completed in 697 milliseconds