ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | __bswap_constant_16(x) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)) |
#define | __bswap_constant_32(x) |
Functions | |
static __inline unsigned short int | __bswap_16 (unsigned short int __bsx) |
static __inline unsigned int | __bswap_32 (unsigned int __bsx) |
Definition at line 29 of file byteswap1.h.
Definition at line 53 of file byteswap1.h.
Definition at line 100 of file byteswap1.h.