|
RetroArch
|
Go to the source code of this file.
Macros | |
| #define | MEM_ALIGNMENT 4 |
| #define | MEM_ALIGN(mem) ((void*)(((u32_t)(mem)+MEM_ALIGNMENT-1)&~(u32_t)(MEM_ALIGNMENT-1))) |
| #define | MEM_ALIGN_SIZE(size) (((size)+MEM_ALIGNMENT-1)&~(u32_t)(MEM_ALIGNMENT-1)) |
| #define | le64toh bswap64 |
| #define | MEMCPY memcpy |
| #define | MEMSET memset |
| #define | LOG(fmt, ...) |
| #define | ERROR(fmt, ...) |
Declarations of architecture specific functions.
1.8.15