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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglxbyteorder.h45 #define bswap_32 OSSwapInt32 macro
51 #define bswap_32(value) \ macro
56 (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
58 (uint64_t)bswap_32((uint32_t)((value) >> 32)))
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbyteswap.h56 #define bswap_32(x) __bswap_32(x) macro
/vbox/src/recompiler/
H A Dbswap.h26 #define bswap_32(x) __extension__ /* <- VBOX */ \ macro
59 return bswap_32(x);
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h205 static _inline uint32_t bswap_32(register uint32_t x) \ function
246 #define bswap_32(x) \ macro
282 return bswap_32(x);

Completed in 63 milliseconds