Searched refs:bswap_16 (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/glx/
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)))
H A Dindirect_util.c187 __glXReply.sequenceNumber = bswap_16( client->sequence );
H A Dindirect_dispatch_swap.c67 x.dst = bswap_16( *(uint16_t *) src );
101 uint16_t temp = bswap_16( src[i] );
/xsrc/external/mit/xf86-video-amdgpu/include/
H A Dconfig.h136 #define bswap_16 bswap16
/xsrc/external/mit/xf86-video-ati/include/
H A Dconfig.h146 #define bswap_16 bswap16
/xsrc/external/mit/xf86-video-ati-kms/include/
H A Dconfig.h133 #define bswap_16 bswap16
/xsrc/external/mit/xorg-server.old/include/
H A Ddix-config.h439 #ifndef bswap_16
441 #define bswap_16 bswap16 macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dmisc.h233 #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 Ddix-config.h.in433 #undef bswap_16
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h123 #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 Dclientinfo.c92 req->length = bswap_16(req->length);
114 req->length = bswap_16(req->length);
H A Dindirect_util.c176 reply.sequenceNumber = bswap_16(client->sequence);
H A Dindirect_dispatch_swap.c68 x.dst = bswap_16(*(uint16_t *) src);
114 uint16_t temp = bswap_16(src[i]);
/xsrc/external/mit/xorg-server/dist/include/
H A Dmisc.h365 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 Dr128.h88 #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 Dradeon.h131 #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 Dcommon_interface.c46 # define LETOH_16(x) bswap_16(x)
47 # define HTOLE_16(x) bswap_16(x)
/xsrc/external/mit/xf86-video-r128/dist/
H A Dconfigure.ac192 # <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 Dconfigure.ac208 # <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 Dconfigure.ac208 # <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 Dmisc.c209 assert(bswap_16(test_16) == expect_16);
/xsrc/external/mit/xf86-video-ati/dist/
H A Dconfigure.ac263 # <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 Dradeon.h122 #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 Dio.c113 bswap_16((req)->length) : (req)->length)
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac138 # <byteswap.h> bswap_16, bswap_32, bswap_64 (glibc)
187 AC_DEFINE_UNQUOTED([bswap_16], ${BSWAP}16, definition

Completed in 38 milliseconds

12