Searched refs:swap_u8_base (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Dbytes_solaris_x86.inline.hpp52 return swap_u8_base(*(u4*)&x, *(((u4*)&x)+1));
59 inline u8 Bytes::swap_u8_base(u4 x, u4 y) { function in class:Bytes
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dbytes_linux_x86.inline.hpp81 inline u8 Bytes::swap_u8_base(u4 x, u4 y) { function in class:Bytes
86 return swap_u8_base(*(u4*)&x, *(((u4*)&x)+1));
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbytes_bsd_x86.inline.hpp103 inline u8 Bytes::swap_u8_base(u4 x, u4 y) { function in class:Bytes
108 return swap_u8_base(*(u4*)&x, *(((u4*)&x)+1));
/openjdk10/hotspot/src/os_cpu/windows_x86/vm/
H A Dbytes_windows_x86.inline.hpp69 inline u8 Bytes::swap_u8_base(u4 x, u4 y) { function in class:Bytes
81 return swap_u8_base(*(u4*)&x, *(((u4*)&x)+1));
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp36 static inline u8 swap_u8_base(u4 x, u4 y); // compiler-dependent implementation

Completed in 49 milliseconds