#include <platform.h>
#include <m2c_macros.h>
#include <dolphin/OSError.h>
Go to the source code of this file.
|
typedef void(* | jmp_t) (void) |
| A label in a jump table.
|
|
typedef jmp_t | jtbl_t[] |
| A jump table.
|
|
◆ NOT_IMPLEMENTED
◆ UNK_T
◆ UNK_RET
◆ UNK_PARAMS
◆ UNK_SIZE_ARRAY
#define UNK_SIZE_ARRAY [0] |
◆ U32_TO_F32
#define U32_TO_F32 4503599627370496.0 |
◆ S32_TO_F32
#define S32_TO_F32 4503601774854144.0 |
◆ ASM
◆ UNUSED
◆ PAD_STACK
#define PAD_STACK |
( |
|
bytes | ) |
|
Value: do { \
} while (0)
static char _[]
Definition dsp_task.c:312
s8 bytes[64]
Definition ftCh_Init.c:1208
◆ FORCE_PAD_STACK
#define FORCE_PAD_STACK |
( |
|
bytes | ) |
|
◆ FORCE_PAD_STACK_8
#define FORCE_PAD_STACK_8 |
◆ FORCE_PAD_STACK_16
#define FORCE_PAD_STACK_16 |
◆ FORCE_PAD_STACK_32
#define FORCE_PAD_STACK_32 |
◆ jmp_t
typedef void(* jmp_t) (void) |
◆ jtbl_t