OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:giga
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
ini.c
485
const int64_t
giga
= 1024*mega;
local
488
if (size >=
giga
&& !(size %
giga
)) {
489
divisor =
giga
;
/external/iproute2/misc/
ifstat.c
242
static const unsigned long long
giga
= 1000000000ull;
variable
249
if (vals[i] >
giga
)
269
if (vals[i] >
giga
)
276
if (vals[k] >
giga
) {
Completed in 47 milliseconds