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

  /external/valgrind/main/massif/
ms_print 600 my ($x_label, $x_unit);
601 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
602 elsif ($time_unit eq "ms") { ($x_label, $x_unit) = t_max_label($end_time) }
603 elsif ($time_unit eq "B") { ($x_label, $x_unit) = B_max_label($end_time) }
621 print("$x_unit\n");
ms_print.in 600 my ($x_label, $x_unit);
601 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }
602 elsif ($time_unit eq "ms") { ($x_label, $x_unit) = t_max_label($end_time) }
603 elsif ($time_unit eq "B") { ($x_label, $x_unit) = B_max_label($end_time) }
621 print("$x_unit\n");
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 315 int x_unit = src_width / dest_width; local
316 int area_unit = y_unit * x_unit;
328 int src_x_end = src_x_start + x_unit;
    [all...]

Completed in 2378 milliseconds