xine-lib 1.2.11
|
Go to the source code of this file.
Macros | |
#define | LEGACY_REGS "=q" |
#define | be2me_16(x) bswap_16(x) |
#define | be2me_32(x) bswap_32(x) |
#define | be2me_64(x) bswap_64(x) |
#define | le2me_16(x) (x) |
#define | le2me_32(x) (x) |
#define | le2me_64(x) (x) |
Functions | |
static always_inline uint16_t | bswap_16 (uint16_t x) |
static always_inline uint32_t | bswap_32 (uint32_t x) |
static uint64_t | bswap_64 (uint64_t x) |
#define be2me_16 | ( | x | ) | bswap_16(x) |
#define be2me_32 | ( | x | ) | bswap_32(x) |
#define be2me_64 | ( | x | ) | bswap_64(x) |
#define le2me_16 | ( | x | ) | (x) |
#define le2me_32 | ( | x | ) | (x) |
#define le2me_64 | ( | x | ) | (x) |
#define LEGACY_REGS "=q" |
|
static |
Referenced by ao_file_write().
|
static |
Referenced by bswap_64(), dxr3_swab_clut(), and spudec_decode_data().
|
inlinestatic |
References bswap_32().