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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2155 char endianess; // MSB or LSB member in struct:__anon81
2259 if (lib_arch.endianess != arch_array[running_arch_index].endianess) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1950 char endianess; // MSB or LSB member in struct:__anon85
2034 if (lib_arch.endianess != arch_array[running_arch_index].endianess) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2123 char endianess; // MSB or LSB member in struct:__anon92
2185 if (lib_arch.endianess != arch_array[running_arch_index].endianess) {

Completed in 70 milliseconds