Go to the source code of this file.
Classes | |
| struct | FFLiSwapEndianDesc |
Enumerations | |
| enum | FFLiSwapEndianType { FFLI_SWAP_ENDIAN_TYPE_U8 = 0 , FFLI_SWAP_ENDIAN_TYPE_U16 = 1 , FFLI_SWAP_ENDIAN_TYPE_U32 = 2 } |
Functions | |
| NN_STATIC_ASSERT (sizeof(FFLiSwapEndianDesc)==8) | |
| u32 | FFLiSwapEndianGroup (void *ptr, const FFLiSwapEndianDesc *pDesc, u32 num) |
| template<typename T> | |
| T | FFLiSwapEndianImpl (T value) |
| template<typename T> | |
| void | FFLiSwapEndianArrayImpl (T *pArray, u32 size) |
| enum FFLiSwapEndianType |
| NN_STATIC_ASSERT | ( | sizeof(FFLiSwapEndianDesc) | = =8 | ) |
| u32 FFLiSwapEndianGroup | ( | void * | ptr, |
| const FFLiSwapEndianDesc * | pDesc, | ||
| u32 | num ) |
| T FFLiSwapEndianImpl | ( | T | value | ) |
| void FFLiSwapEndianArrayImpl | ( | T * | pArray, |
| u32 | size ) |