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

/vbox/src/recompiler/
H A Dcpu-all.h68 static inline uint32_t tswap32(uint32_t s) function
100 static inline uint32_t tswap32(uint32_t s) function
125 #define tswapl(s) tswap32(s)

Completed in 49 milliseconds