Go to the source code of this file.
◆ ___constant_swab16
Value:
GLint GLint GLint GLint GLint x
Definition at line 55 of file swab.h.
◆ ___constant_swab32
Value:
Definition at line 59 of file swab.h.
◆ ___constant_swab64
Value:
Definition at line 65 of file swab.h.
◆ ___swab16
Value:
Definition at line 23 of file swab.h.
◆ ___swab32
Value:({ \
(((
__u32)(__x) & (
__u32)0xff000000UL) >> 24) )); \
})
Definition at line 31 of file swab.h.
◆ ___swab64
Value:
Definition at line 41 of file swab.h.
◆ __arch__swab16
◆ __arch__swab16p
◆ __arch__swab16s
◆ __arch__swab32
◆ __arch__swab32p
◆ __arch__swab32s
◆ __arch__swab64
◆ __arch__swab64p
◆ __arch__swab64s
◆ __swab16
◆ __swab32
◆ __swab64
◆ __fswab16()
Definition at line 133 of file swab.h.
134{
136}
#define __arch__swab16(x)
◆ __fswab32()
Definition at line 146 of file swab.h.
147{
149}
#define __arch__swab32(x)
◆ __swab16p()
Definition at line 137 of file swab.h.
138{
140}
#define __arch__swab16p(x)
◆ __swab16s()
static __inline__ void __swab16s |
( |
__u16 * |
addr | ) |
|
|
static |
Definition at line 141 of file swab.h.
142{
144}
GLenum const GLvoid * addr
#define __arch__swab16s(x)
◆ __swab32p()
Definition at line 150 of file swab.h.
151{
153}
#define __arch__swab32p(x)
◆ __swab32s()
static __inline__ void __swab32s |
( |
__u32 * |
addr | ) |
|
|
static |
Definition at line 154 of file swab.h.
155{
157}
#define __arch__swab32s(x)