Searched defs:GB (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Djava.h51 # define GB (1024UL * MB) macro
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1098 # define GB (1024UL * MB) macro
1112 pages, page_size, result, result / (double) GB);
1138 const uint64_t server_memory = 2UL * GB;
1428 const uint64_t server_memory = 2UL * GB;
1461 const uint64_t server_memory = 2UL * GB;
1494 const uint64_t server_memory = 2UL * GB;
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c805 # define GB (1024UL * MB) macro
824 *result = n * GB * KB;
827 *result = n * GB;

Completed in 39 milliseconds