VSF Documented
|
#include "../../vsf_sdl2_cfg.h"
#include "hal/arch/vsf_arch.h"
#include "SDL_stdinc.h"
#include "begin_code.h"
#include "close_code.h"
Go to the source code of this file.
Macros | |
#define | SDL_BYTEORDER __BYTE_ORDER |
#define | SDL_LIL_ENDIAN __LITTLE_ENDIAN |
#define | SDL_BIG_ENDIAN __BIG_ENDIAN |
#define | SDL_Swap16 bswap_16 |
#define | SDL_Swap32 bswap_32 |
#define | SDL_Swap64 bswap_64 |
#define | SDL_SwapLE16 cpu_to_le16 |
#define | SDL_SwapLE32 cpu_to_le32 |
#define | SDL_SwapLE64 cpu_to_le64 |
#define | SDL_SwapBE16 cpu_to_be16 |
#define | SDL_SwapBE32 cpu_to_be32 |
#define | SDL_SwapBE64 cpu_to_be64 |
#define SDL_BYTEORDER __BYTE_ORDER |
#define SDL_LIL_ENDIAN __LITTLE_ENDIAN |
#define SDL_BIG_ENDIAN __BIG_ENDIAN |
#define SDL_Swap16 bswap_16 |
#define SDL_Swap32 bswap_32 |
#define SDL_Swap64 bswap_64 |
#define SDL_SwapLE16 cpu_to_le16 |
#define SDL_SwapLE32 cpu_to_le32 |
#define SDL_SwapLE64 cpu_to_le64 |
#define SDL_SwapBE16 cpu_to_be16 |
#define SDL_SwapBE32 cpu_to_be32 |
#define SDL_SwapBE64 cpu_to_be64 |