Searched defs:kilo (Results 1 – 2 of 2) sorted by relevance
| /external/iproute2/misc/ | ||
| D | ifstat.c | 366 static const unsigned long long kilo = 1000; variable |
| /external/iproute2/tc/ | ||
| D | tc_util.c | 251 unsigned long kilo = use_iec ? 1024 : 1000; in print_rate() local |