xine-lib 1.2.13-20230125hg15249
|
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) |
Referenced by pnm_get_stream_chunk(), pnm_send_request(), and pnm_write_chunk().
#define be2me_32 | ( | x | ) | bswap_32(x) |
#define be2me_64 | ( | x | ) | bswap_64(x) |
#define le2me_16 | ( | x | ) | (x) |
Referenced by _x_bmiheader_le2me(), _x_waveformatex_le2me(), ao_file_open(), demux_tta_send_headers(), and open_wv_file().
#define le2me_32 | ( | x | ) | (x) |
Referenced by _x_bmiheader_le2me(), _x_waveformatex_le2me(), ao_file_close(), ao_file_open(), demux_eawve_send_chunk(), demux_idcin_send_chunk(), demux_tta_get_stream_length(), demux_tta_seek(), demux_tta_send_chunk(), demux_tta_send_headers(), demux_wv_send_chunk(), open_tta_file(), pgx64_display_frame(), and wavpack_decode_data().
#define le2me_64 | ( | x | ) | (x) |
Referenced by pgx32_display_frame().
#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().