Home
last modified time | relevance | path

Searched refs:giga (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/util/
Dstring.c49 goto giga; in perf_atoll()
53 giga: in perf_atoll()
/external/qemu/android/utils/
Dini.c524 const int64_t giga = 1024*mega; in iniFile_setDiskSize() local
527 if (size >= giga && !(size % giga)) { in iniFile_setDiskSize()
528 divisor = giga; in iniFile_setDiskSize()
/external/iproute2/misc/
Difstat.c243 static const unsigned long long giga = 1000000000ull; variable
250 if (vals[i] > giga) in format_rate()
270 if (vals[i] > giga) in format_pair()
277 if (vals[k] > giga) { in format_pair()