Go to the source code of this file.
Defines | |
#define | __STDC_LIMIT_MACROS 1 |
#define | TRUE true |
#define | FALSE false |
#define | INLINE |
#define | PIPE_CDECL |
#define | ALIGN16_DECL(TYPE, NAME, SIZE) TYPE NAME##___unaligned[SIZE + 1] |
#define | ALIGN16_ASSIGN(NAME) align16(NAME##___unaligned) |
#define | ALIGN16_ATTRIB |
Typedefs | |
typedef unsigned int | uint |
typedef unsigned char | ubyte |
typedef unsigned short | ushort |
typedef uint64_t | uint64 |
typedef unsigned char | boolean |
#define __STDC_LIMIT_MACROS 1 |
Definition at line 87 of file p_compiler.h.
#define ALIGN16_ASSIGN | ( | NAME | ) | align16(NAME##___unaligned) |
Definition at line 147 of file p_compiler.h.
struct spu_global ALIGN16_ATTRIB |
Definition at line 148 of file p_compiler.h.
#define ALIGN16_DECL | ( | TYPE, | |||
NAME, | |||||
SIZE | ) | TYPE NAME##___unaligned[SIZE + 1] |
Definition at line 146 of file p_compiler.h.
#define FALSE false |
Definition at line 108 of file p_compiler.h.
#define INLINE |
Definition at line 126 of file p_compiler.h.
#define PIPE_CDECL |
Definition at line 136 of file p_compiler.h.
#define TRUE true |
Definition at line 105 of file p_compiler.h.
typedef unsigned char boolean |
Definition at line 102 of file p_compiler.h.
typedef unsigned char ubyte |
Definition at line 95 of file p_compiler.h.
typedef unsigned int uint |
Definition at line 94 of file p_compiler.h.
typedef uint64_t uint64 |
Definition at line 97 of file p_compiler.h.
typedef unsigned short ushort |
Definition at line 96 of file p_compiler.h.