Searched defs:GIGABYTE (Results 1 – 3 of 3) sorted by relevance
44 #define GIGABYTE (KILOBYTE * MEGABYTE) macro
47 #define GIGABYTE (MEGABYTE * 1024) macro
103 #define GIGABYTE ((uint64_t)(KILOBYTE * MEGABYTE)) /* 1024*1024*1024 */ macro