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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglxbyteorder.h44 #define bswap_16 OSSwapInt16 macro
48 #define bswap_16(value) \ macro
52 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
53 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbyteswap.h57 #define bswap_16(x) __bswap_16(x) macro
/vbox/src/recompiler/
H A Dbswap.h18 #define bswap_16(x) __extension__ /* <- VBOX */ \ macro
54 return bswap_16(x);
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h198 static _inline uint16_t bswap_16(register uint16_t x) function
238 #define bswap_16(x) \ macro
275 return bswap_16(x);

Completed in 2643 milliseconds