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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/opt/xagent/
H A Drun-xagent.sh10 /opt/xagent/xagent -w -d --ca_file /opt/xagent/certs/ca-bundle-mega.crt --hardware_id ${SN} --model_id ${MODEL}
H A Drun-xagent_add_log.sh9 /opt/xagent/xagent --log_debug --hardware_id ${SN} --ca_path /opt/xagent/certs --ca_file /opt/xagent/certs/ca-bundle-mega.crt --model_id R7000 --log_file /tmp/xagent-log &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Difstat.c243 static const unsigned long long mega = 1000000; variable
250 fprintf(fp, "%7lluM ", vals[i]/mega);
251 else if (vals[i] > mega)
256 if (rates[i] > mega) {
257 sprintf(temp, "%uM", (unsigned)(rates[i]/mega));
270 fprintf(fp, "%7lluM ", vals[i]/mega);
271 else if (vals[i] > mega)
277 sprintf(temp, "%uM", (unsigned)(vals[k]/mega));
279 } else if (vals[k] > mega) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dstring.c38 goto mega;
42 mega:
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c2018 double mega = 1024.0 * 1024.0; local
2028 else if (num >= mega)
2042 num /= mega;
2061 num = (num * 8.0 / mega);
2919 " m,M = mega{bits,bytes}; g,G = giga{bits,bytes}\n"

Completed in 62 milliseconds