PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | LIT64(a) a##LL |
#define | INLINE |
Typedefs | |
typedef int | flag |
typedef int | int8 |
typedef int | int16 |
typedef unsigned int | uint32 |
typedef signed int | int32 |
typedef unsigned short int | bits16 |
typedef unsigned int | bits32 |
typedef unsigned long long int | bits64 |
typedef signed long long int | sbits64 |
#define INLINE |
Definition at line 90 of file SPARC-GCC.h.
#define LIT64 | ( | a | ) | a##LL |
Definition at line 83 of file SPARC-GCC.h.
typedef unsigned short int bits16 |
Definition at line 70 of file SPARC-GCC.h.
typedef unsigned int bits32 |
Definition at line 71 of file SPARC-GCC.h.
typedef unsigned long long int bits64 |
Definition at line 72 of file SPARC-GCC.h.
typedef int flag |
Definition at line 58 of file SPARC-GCC.h.
typedef int int16 |
Definition at line 60 of file SPARC-GCC.h.
typedef signed int int32 |
Definition at line 62 of file SPARC-GCC.h.
typedef int int8 |
Definition at line 59 of file SPARC-GCC.h.
typedef signed long long int sbits64 |
Definition at line 73 of file SPARC-GCC.h.
typedef unsigned int uint32 |
Definition at line 61 of file SPARC-GCC.h.