Go to the source code of this file.
|
| typedef signed short | SW_s16 |
| |
| typedef signed int | SW_s32 |
| |
| typedef signed long long | SW_s64 |
| |
| typedef signed char | SW_s8 |
| |
| typedef unsigned short | SW_u16 |
| |
| typedef unsigned int | SW_u32 |
| |
| typedef unsigned long long | SW_u64 |
| |
| typedef unsigned char | SW_u8 |
| |
Value:
unsigned long long SW_u64
Definition at line 77 of file sysdata.h.
| #define archtosword16 |
( |
|
x | ) |
(x) |
| #define archtosword32 |
( |
|
x | ) |
(x) |
| #define archtosword64 |
( |
|
x | ) |
(x) |
| #define swordtoarch16 |
( |
|
x | ) |
(x) |
| #define swordtoarch32 |
( |
|
x | ) |
(x) |
| #define swordtoarch64 |
( |
|
x | ) |
(x) |
| typedef signed long long SW_s64 |
| typedef signed char SW_s8 |
| typedef unsigned long long SW_u64 |
| typedef unsigned char SW_u8 |