Searched refs:TIME_UNITS_PER_SEC (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_RATEEST.c44 #define TIME_UNITS_PER_SEC 1000000 macro
59 t *= TIME_UNITS_PER_SEC;
62 t *= TIME_UNITS_PER_SEC/1000;
65 t *= TIME_UNITS_PER_SEC/1000000;
79 if (tmp >= TIME_UNITS_PER_SEC)
80 printf(" %.1fs", tmp / TIME_UNITS_PER_SEC);
81 else if (tmp >= TIME_UNITS_PER_SEC/1000)
82 printf(" %.1fms", tmp / (TIME_UNITS_PER_SEC / 1000));
114 if (udata->interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4))
142 local_interval = (TIME_UNITS_PER_SEC << (inf
[all...]

Completed in 85 milliseconds