| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxbyteorder.h | 44 #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)))
|
| H A D | indirect_util.c | 187 __glXReply.sequenceNumber = bswap_16( client->sequence );
|
| H A D | indirect_dispatch_swap.c | 67 x.dst = bswap_16( *(uint16_t *) src ); 101 uint16_t temp = bswap_16( src[i] );
|
| /xsrc/external/mit/xf86-video-amdgpu/include/ |
| H A D | config.h | 136 #define bswap_16 bswap16
|
| /xsrc/external/mit/xf86-video-ati/include/ |
| H A D | config.h | 146 #define bswap_16 bswap16
|
| /xsrc/external/mit/xf86-video-ati-kms/include/ |
| H A D | config.h | 133 #define bswap_16 bswap16
|
| /xsrc/external/mit/xorg-server.old/include/ |
| H A D | dix-config.h | 439 #ifndef bswap_16 441 #define bswap_16 bswap16 macro
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | misc.h | 233 #ifndef bswap_16 234 #define bswap_16(value) \ macro 238 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \ 239 (uint32_t)bswap_16((uint16_t)((value) >> 16)))
|
| H A D | dix-config.h.in | 433 #undef bswap_16
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_drv.h | 123 #define bswap_16(value) \ macro 127 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \ 128 (uint32_t)bswap_16((uint16_t)((value) >> 16))) 138 #define le16_to_cpu(x) bswap_16(x) 140 #define cpu_to_le16(x) bswap_16(x)
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | clientinfo.c | 92 req->length = bswap_16(req->length); 114 req->length = bswap_16(req->length);
|
| H A D | indirect_util.c | 176 reply.sequenceNumber = bswap_16(client->sequence);
|
| H A D | indirect_dispatch_swap.c | 68 x.dst = bswap_16(*(uint16_t *) src); 114 uint16_t temp = bswap_16(src[i]);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | misc.h | 365 bswap_16(uint16_t x) function in typeref:typename:uint16_t 374 *(x) = bswap_16(*(x)); \ 388 (dst) = bswap_16((src)); \
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128.h | 88 #define bswap_16(value) \ macro 92 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \ 93 (uint32_t)bswap_16((uint16_t)((value) >> 16))) 103 #define le16_to_cpu(x) bswap_16(x) 105 #define cpu_to_le16(x) bswap_16(x)
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon.h | 131 #define bswap_16(value) \ macro 135 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \ 136 (uint32_t)bswap_16((uint16_t)((value) >> 16))) 146 #define le16_to_cpu(x) bswap_16(x) 148 #define cpu_to_le16(x) bswap_16(x)
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | common_interface.c | 46 # define LETOH_16(x) bswap_16(x) 47 # define HTOLE_16(x) bswap_16(x)
|
| /xsrc/external/mit/xf86-video-r128/dist/ |
| H A D | configure.ac | 192 # <byteswap.h> bswap_16, bswap_32, bswap_64 (glibc) 241 AC_DEFINE_UNQUOTED([bswap_16], ${BSWAP}16, definition
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/ |
| H A D | configure.ac | 208 # <byteswap.h> bswap_16, bswap_32, bswap_64 (glibc) 257 AC_DEFINE_UNQUOTED([bswap_16], ${BSWAP}16, definition
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/ |
| H A D | configure.ac | 208 # <byteswap.h> bswap_16, bswap_32, bswap_64 (glibc) 257 AC_DEFINE_UNQUOTED([bswap_16], ${BSWAP}16, definition
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | misc.c | 209 assert(bswap_16(test_16) == expect_16);
|
| /xsrc/external/mit/xf86-video-ati/dist/ |
| H A D | configure.ac | 263 # <byteswap.h> bswap_16, bswap_32, bswap_64 (glibc) 312 AC_DEFINE_UNQUOTED([bswap_16], ${BSWAP}16, definition
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon.h | 122 #define bswap_16(value) \ macro 126 (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \ 127 (uint32_t)bswap_16((uint16_t)((value) >> 16))) 137 #define le16_to_cpu(x) bswap_16(x) 139 #define cpu_to_le16(x) bswap_16(x)
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | io.c | 113 bswap_16((req)->length) : (req)->length)
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | configure.ac | 138 # <byteswap.h> bswap_16, bswap_32, bswap_64 (glibc) 187 AC_DEFINE_UNQUOTED([bswap_16], ${BSWAP}16, definition
|