
Go to the source code of this file.
Defines | |
| #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) |
Definition in file bswap.h.
| #define be2me_16 | ( | x | ) | bswap_16(x) |
| #define be2me_32 | ( | x | ) | bswap_32(x) |
Definition at line 148 of file bswap.h.
Referenced by mjpeg_decode_app(), mjpegb_decode_frame(), put_bits(), theora_decode_comments(), and unaligned32_be().
| #define le2me_16 | ( | x | ) | (x) |
Definition at line 150 of file bswap.h.
Referenced by decode_p_block(), iv_Decode_Chunk(), and iv_decode_frame().
| #define le2me_32 | ( | x | ) | (x) |
Definition at line 151 of file bswap.h.
Referenced by encode_init(), get32(), iv_Decode_Chunk(), iv_decode_frame(), and unaligned32_le().
| static always_inline uint16_t bswap_16 | ( | uint16_t | x | ) | [static] |
Definition at line 93 of file bswap.h.
Referenced by celladdresses(), cellplayinfo(), get2bytes(), get_le16(), and ifo_audio().
| static always_inline uint32_t bswap_32 | ( | uint32_t | x | ) | [static] |
Definition at line 109 of file bswap.h.
Referenced by bswap_64(), bswap_buf(), celladdresses(), cellplayinfo(), TitleMain::draw_glyphs(), flac_decode_frame(), get4bytes(), get_le32(), ifo_table(), pgci(), and shorten_decode_frame().
| static uint64_t bswap_64 | ( | uint64_t | x | ) | [inline, static] |
Definition at line 115 of file bswap.h.
References bswap_32(), and r.

1.5.5