Searched defs:ALL_64_BITS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp147 #define ALL_64_BITS CONST64(0xFFFFFFFFFFFFFFFF) macro
1706 info_ptr->max_value = ALL_64_BITS;
1713 info_ptr->max_value = ALL_64_BITS;
5468 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
5475 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp126 #define ALL_64_BITS CONST64(0xFFFFFFFFFFFFFFFF) macro
1497 info_ptr->max_value = ALL_64_BITS;
1504 info_ptr->max_value = ALL_64_BITS;
5213 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
5220 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp123 #define ALL_64_BITS CONST64(0xFFFFFFFFFFFFFFFF) macro
1817 info_ptr->max_value = ALL_64_BITS; // gethrtime() uses all 64 bits
6065 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
6072 info_ptr->max_value = ALL_64_BITS; // will not wrap in less than 64 bits
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp98 #define ALL_64_BITS CONST64(0xFFFFFFFFFFFFFFFF) macro
841 info_ptr->max_value = ALL_64_BITS;
851 info_ptr->max_value = ALL_64_BITS;
855 julong max_counter = (julong)ALL_64_BITS;
860 info_ptr->max_value = ALL_64_BITS;
4038 info_ptr->max_value = ALL_64_BITS; // the max value -- all 64 bits
4045 info_ptr->max_value = ALL_64_BITS; // the max value -- all 64 bits

Completed in 84 milliseconds