Searched refs:GB (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/bin/
H A Dergo.c84 const uint64_t server_memory = 2UL * GB;
111 pages, page_size, result, result / (double) GB);
H A Dergo_i586.c86 const uint64_t server_memory = 2UL * GB;
180 const uint64_t server_memory = 2UL * GB;
/openjdk7/hotspot/test/compiler/5091921/
H A DTest7005594.sh50 GB)
/openjdk7/jdk/src/share/bin/
H A Djava.h51 # define GB (1024UL * MB) macro
H A Djava.c622 *result = n * GB * KB;
625 *result = n * GB;
/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 55 milliseconds