Defines | |
#define | U32 unsigned int |
#define | S32 int |
#define | U16 unsigned short |
#define | S16 short |
#define | U8 unsigned char |
#define | U16_2_S16(X) (((X) & 0x8000) ? ((S16) ((S32) (X) - (S32) 0x10000)) : ((S16) (X))) |
#define | U16_2_S32(X) (((X) & 0x8000) ? ((S32) (X) - (S32) 0x10000) : ((S32) (X))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|