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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dstring.c49 goto giga;
53 giga:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Difstat.c242 static const unsigned long long giga = 1000000000ull; variable
249 if (vals[i] > giga)
269 if (vals[i] > giga)
276 if (vals[k] > giga) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds6gmac.c367 u8 giga; member in struct:s6gmac::__anon13153
570 (pd->link.giga ?
597 pd->link.giga << S6_GMAC_FIFOCONF5_CFGBYTM |
719 pd->link.giga = (phydev->speed == 1000);
755 if (pd->link.giga != (phydev->speed == 1000)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c1926 * byte count to a giga-byte count for display purposes.
2017 double giga = 1024.0 * 1024.0 * 1024.0; local
2026 if (num >= giga)
2038 num /= giga;
2057 num = (num * 8.0 / giga);
2919 " m,M = mega{bits,bytes}; g,G = giga{bits,bytes}\n"

Completed in 73 milliseconds