Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "posh.h"
Go to the source code of this file.
Macros | |
#define | POSH_FLOAT_STRING "enabled" |
#define | POSH_64BIT_INTEGER_STRING "no" |
#define | POSH_POINTER_STRING "32-bits" |
#define | IS_BIG_ENDIAN 1 |
#define | NATIVE16 POSH_BigU16 |
#define | NATIVE32 POSH_BigU32 |
#define | NATIVE64 POSH_BigU64 |
#define | FOREIGN16 POSH_LittleU16 |
#define | FOREIGN32 POSH_LittleU32 |
#define | FOREIGN64 POSH_LittleU64 |
#define FOREIGN16 POSH_LittleU16 |
Definition at line 43 of file posh.cpp.
Referenced by s_testEndianess().
#define FOREIGN32 POSH_LittleU32 |
Definition at line 44 of file posh.cpp.
Referenced by s_testEndianess().
#define IS_BIG_ENDIAN 1 |
Definition at line 38 of file posh.cpp.
Referenced by s_testEndianess().
#define NATIVE16 POSH_BigU16 |
Definition at line 40 of file posh.cpp.
Referenced by s_testEndianess().
#define NATIVE32 POSH_BigU32 |
Definition at line 41 of file posh.cpp.
Referenced by s_testEndianess().
#define POSH_64BIT_INTEGER_STRING "no" |
Definition at line 19 of file posh.cpp.
Referenced by POSH_GetArchString().
#define POSH_FLOAT_STRING "enabled" |
Definition at line 11 of file posh.cpp.
Referenced by POSH_GetArchString().
#define POSH_POINTER_STRING "32-bits" |
Definition at line 25 of file posh.cpp.
Referenced by POSH_GetArchString().
|
static |
|
static |
Definition at line 130 of file posh.cpp.
References FOREIGN16, FOREIGN32, IS_BIG_ENDIAN, NATIVE16, NATIVE32, and s_testBigEndian().
Referenced by POSH_GetArchString().
|
static |
Definition at line 105 of file posh.cpp.
References POSH_BigFloatBits(), POSH_DoubleBits(), POSH_DoubleFromBits(), POSH_FloatFromBigBits(), POSH_FloatFromLittleBits(), and POSH_LittleFloatBits().
Referenced by POSH_GetArchString().
|
static |
Definition at line 65 of file posh.cpp.
References POSH_ReadU16FromBig(), POSH_ReadU16FromLittle(), POSH_ReadU32FromBig(), POSH_ReadU32FromLittle(), POSH_WriteU16ToBig(), POSH_WriteU16ToLittle(), POSH_WriteU32ToBig(), and POSH_WriteU32ToLittle().
Referenced by POSH_GetArchString().