HomeSort by relevance Sort by last modified time
    Searched defs:get_rate (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
tc_util.c 146 int get_rate(unsigned *rate, const char *str) function
177 if (get_rate(rate, str))
  /external/chromium_org/third_party/lcov/bin/
genhtml 615 # get_rate(found, hit)
622 sub get_rate($$) subroutine
824 get_rate($lines_found, $lines_hit),
825 get_rate($fn_found, $fn_hit),
826 get_rate($br_found, $br_hit)];
992 get_rate($lines_found, $lines_hit),
993 get_rate($fn_found, $fn_hit),
994 get_rate($br_found, $br_hit)];
    [all...]

Completed in 2663 milliseconds