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

  /external/iproute2/tc/
m_police.c 198 if (get_rate(&p.rate.rate, *argv)) {
208 if (get_rate(&avrate, *argv)) {
218 if (get_rate(&p.peakrate.rate, *argv)) {
q_hfsc.c 301 if (get_rate(&m1, *argv) < 0) {
319 if (get_rate(&m2, *argv) < 0) {
362 if (get_rate(&rate, *argv) < 0) {
q_red.c 89 if (get_rate(&rate, *argv)) {
113 get_rate(&rate, "10Mbit");
q_tbf.c 118 if (get_rate(&opt.rate.rate, *argv)) {
129 if (get_rate(&opt.peakrate.rate, *argv)) {
tc_util.h 64 extern int get_rate(unsigned *rate, const char *str);
q_gred.c 201 if (get_rate(&rate, *argv)) {
218 get_rate(&rate, "10Mbit");
q_htb.c 172 if (get_rate(&opt.ceil.rate, *argv)) {
183 if (get_rate(&opt.rate.rate, *argv)) {
q_cbq.c 69 if (get_rate(&r.rate, *argv)) {
208 if (get_rate(&r.rate, *argv)) {
214 if (get_rate(&bndw, *argv)) {
tc_util.c 146 int get_rate(unsigned *rate, const char *str) function
177 if (get_rate(rate, str))
q_choke.c 59 if (get_rate(&rate, *argv)) {
q_netem.c 389 if (get_rate(&rate.rate, *argv)) {
  /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 404 milliseconds