#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | ScePspSRect |
struct | ScePspIRect |
struct | ScePspL64Rect |
struct | ScePspFRect |
struct | ScePspSVector2 |
struct | ScePspIVector2 |
struct | ScePspL64Vector2 |
struct | ScePspFVector2 |
union | ScePspVector2 |
struct | ScePspSVector3 |
struct | ScePspIVector3 |
struct | ScePspL64Vector3 |
struct | ScePspFVector3 |
union | ScePspVector3 |
struct | ScePspSVector4 |
struct | ScePspIVector4 |
struct | ScePspL64Vector4 |
struct | ScePspFVector4 |
struct | ScePspFVector4Unaligned |
union | ScePspVector4 |
struct | ScePspIMatrix2 |
struct | ScePspFMatrix2 |
union | ScePspMatrix2 |
struct | ScePspIMatrix3 |
struct | ScePspFMatrix3 |
union | ScePspMatrix3 |
struct | ScePspIMatrix4 |
struct | ScePspIMatrix4Unaligned |
struct | ScePspFMatrix4 |
struct | ScePspFMatrix4Unaligned |
union | ScePspMatrix4 |
struct | ScePspFQuaternion |
struct | ScePspFQuaternionUnaligned |
struct | ScePspFColor |
struct | ScePspFColorUnaligned |
union | ScePspUnion32 |
union | ScePspUnion64 |
union | ScePspUnion128 |
struct | ScePspDateTime |
Defines | |
#define | _PSPTYPES_H_ 1 |
#define | NULL ((void *) 0) |
Typedefs | |
typedef uint8_t | u8 |
typedef uint16_t | u16 |
typedef uint32_t | u32 |
typedef uint64_t | u64 |
typedef int8_t | s8 |
typedef int16_t | s16 |
typedef int32_t | s32 |
typedef int64_t | s64 |
typedef volatile uint8_t | vu8 |
typedef volatile uint16_t | vu16 |
typedef volatile uint32_t | vu32 |
typedef volatile uint64_t | vu64 |
typedef volatile int8_t | vs8 |
typedef volatile int16_t | vs16 |
typedef volatile int32_t | vs32 |
typedef volatile int64_t | vs64 |
typedef unsigned char | u_char8 |
typedef uint16_t | u_short16 |
typedef uint16_t | u_int16 |
typedef uint32_t | u_int32 |
typedef uint64_t | u_int64 |
typedef uint64_t | u_long64 |
typedef char | char8 |
typedef int16_t | short16 |
typedef int16_t | int16 |
typedef int32_t | int32 |
typedef int64_t | int64 |
typedef int64_t | long64 |
typedef unsigned char | SceUChar8 |
typedef uint16_t | SceUShort16 |
typedef uint32_t | SceUInt32 |
typedef uint64_t | SceUInt64 |
typedef uint64_t | SceULong64 |
typedef char | SceChar8 |
typedef int16_t | SceShort16 |
typedef int32_t | SceInt32 |
typedef int64_t | SceInt64 |
typedef int64_t | SceLong64 |
typedef float | SceFloat |
typedef float | SceFloat32 |
typedef short unsigned int | SceWChar16 |
typedef unsigned int | SceWChar32 |
typedef int | SceBool |
typedef void | SceVoid |
typedef void * | ScePVoid |
typedef ScePspFVector4 | aligned |
typedef ScePspVector4 | aligned |
typedef ScePspIMatrix4 | aligned |
typedef ScePspFMatrix4 | aligned |
typedef ScePspFQuaternion | aligned |
typedef ScePspFColor | aligned |
typedef unsigned int | ScePspRGBA8888 |
typedef unsigned short | ScePspRGBA4444 |
typedef unsigned short | ScePspRGBA5551 |
typedef unsigned short | ScePspRGB565 |
typedef ScePspUnion128 | aligned |
#define _PSPTYPES_H_ 1 |
#define NULL ((void *) 0) |
typedef union ScePspUnion128 aligned |
typedef struct ScePspFColor aligned |
typedef struct ScePspFQuaternion aligned |
typedef struct ScePspFMatrix4 aligned |
typedef struct ScePspIMatrix4 aligned |
typedef union ScePspVector4 aligned |
typedef struct ScePspFVector4 aligned |
typedef char char8 |
typedef int16_t int16 |
typedef int32_t int32 |
typedef int64_t int64 |
typedef int64_t long64 |
typedef int16_t s16 |
typedef int32_t s32 |
typedef int64_t s64 |
typedef int8_t s8 |
typedef int SceBool |
typedef char SceChar8 |
typedef float SceFloat |
typedef float SceFloat32 |
typedef int32_t SceInt32 |
typedef int64_t SceInt64 |
typedef int64_t SceLong64 |
typedef unsigned short ScePspRGB565 |
typedef unsigned short ScePspRGBA4444 |
typedef unsigned short ScePspRGBA5551 |
typedef unsigned int ScePspRGBA8888 |
typedef void* ScePVoid |
typedef int16_t SceShort16 |
typedef unsigned char SceUChar8 |
typedef uint32_t SceUInt32 |
typedef uint64_t SceUInt64 |
typedef uint64_t SceULong64 |
typedef uint16_t SceUShort16 |
typedef void SceVoid |
typedef short unsigned int SceWChar16 |
typedef unsigned int SceWChar32 |
typedef int16_t short16 |
typedef uint16_t u16 |
typedef uint32_t u32 |
typedef uint64_t u64 |
typedef uint8_t u8 |
typedef unsigned char u_char8 |
typedef uint16_t u_int16 |
typedef uint32_t u_int32 |
typedef uint64_t u_int64 |
typedef uint64_t u_long64 |
typedef uint16_t u_short16 |
typedef volatile int16_t vs16 |
typedef volatile int32_t vs32 |
typedef volatile int64_t vs64 |
typedef volatile int8_t vs8 |
typedef volatile uint16_t vu16 |
typedef volatile uint32_t vu32 |
typedef volatile uint64_t vu64 |
typedef volatile uint8_t vu8 |