ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Go to the source code of this file.
Data Structures | |
union | qword_t |
Macros | |
#define | NULL (void *)0 |
Typedefs | |
typedef unsigned char | u8 |
typedef unsigned short | u16 |
typedef volatile u8 | vu8 |
typedef volatile u16 | vu16 |
typedef unsigned int | u32 |
typedef unsigned long | u64 |
typedef unsigned int | u128 |
typedef volatile u32 | vu32 |
typedef volatile u64 | vu64 |
typedef volatile u128 | vu128 |
typedef signed char | s8 |
typedef signed short | s16 |
typedef volatile s8 | vs8 |
typedef volatile s16 | vs16 |
typedef signed int | s32 |
typedef signed long | s64 |
typedef signed int | s128 |
typedef volatile s32 | vs32 |
typedef volatile s64 | vs64 |
typedef volatile s128 | vs128 |
Functions | |
static u8 | _lb (u32 addr) |
static u16 | _lh (u32 addr) |
static u32 | _lw (u32 addr) |
static void | _sb (u8 val, u32 addr) |
static void | _sh (u16 val, u32 addr) |
static void | _sw (u32 val, u32 addr) |
static u64 | _ld (u32 addr) |
static u128 | _lq (u32 addr) |
static void | _sd (u64 val, u32 addr) |
static void | _sq (u128 val, u32 addr) |
Commonly used typedefs
Definition in file tamtypes.h.
#define NULL (void *)0 |
Definition at line 91 of file tamtypes.h.
typedef signed int s128 |
Definition at line 64 of file tamtypes.h.
typedef signed short s16 |
Definition at line 52 of file tamtypes.h.
typedef signed int s32 |
Definition at line 58 of file tamtypes.h.
typedef signed long s64 |
Definition at line 62 of file tamtypes.h.
typedef signed char s8 |
Definition at line 51 of file tamtypes.h.
typedef unsigned int u128 |
Definition at line 36 of file tamtypes.h.
typedef unsigned short u16 |
Definition at line 24 of file tamtypes.h.
typedef unsigned int u32 |
Definition at line 30 of file tamtypes.h.
typedef unsigned long u64 |
Definition at line 34 of file tamtypes.h.
typedef unsigned char u8 |
Definition at line 23 of file tamtypes.h.
Definition at line 68 of file tamtypes.h.
Definition at line 55 of file tamtypes.h.
Definition at line 66 of file tamtypes.h.
Definition at line 67 of file tamtypes.h.
Definition at line 54 of file tamtypes.h.
Definition at line 40 of file tamtypes.h.
Definition at line 27 of file tamtypes.h.
Definition at line 38 of file tamtypes.h.
Definition at line 39 of file tamtypes.h.
Definition at line 26 of file tamtypes.h.
Definition at line 94 of file tamtypes.h.
Definition at line 103 of file tamtypes.h.
Definition at line 95 of file tamtypes.h.
Definition at line 104 of file tamtypes.h.
Definition at line 98 of file tamtypes.h.
Definition at line 105 of file tamtypes.h.
Definition at line 99 of file tamtypes.h.
Definition at line 106 of file tamtypes.h.
Definition at line 100 of file tamtypes.h.