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

/gem5/src/sim/
H A Dbyteswap.hh158 inline T htog(T value, ByteOrder guest_byte_order) function
183 inline T htog(T value) {return htobe(value);} function in namespace:BigEndianGuest
200 inline T htog(T value) {return htole(value);} function in namespace:LittleEndianGuest

Completed in 4 milliseconds