|
XenevaOS
|

Go to the source code of this file.
Classes | |
| struct | FT_UnitVector_ |
| struct | FT_Matrix_ |
| struct | FT_Data_ |
| struct | FT_Generic_ |
| struct | FT_ListNodeRec_ |
| struct | FT_ListRec_ |
Macros | |
| #define | FT_MAKE_TAG(_x1, _x2, _x3, _x4) |
| #define | FT_IS_EMPTY(list) ( (list).head == 0 ) |
| #define | FT_BOOL(x) ( (FT_Bool)( (x) != 0 ) ) |
| #define | FT_ERR_XCAT(x, y) x ## y |
| #define | FT_ERR_CAT(x, y) FT_ERR_XCAT( x, y ) |
| #define | FT_ERR(e) FT_ERR_CAT( FT_ERR_PREFIX, e ) |
| #define | FT_ERROR_BASE(x) ( (x) & 0xFF ) |
| #define | FT_ERROR_MODULE(x) ( (x) & 0xFF00U ) |
| #define | FT_ERR_EQ(x, e) ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) ) |
| #define | FT_ERR_NEQ(x, e) ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) ) |
Typedefs | |
| typedef signed short | FT_FWord |
| typedef unsigned short | FT_UFWord |
| typedef signed char | FT_Char |
| typedef unsigned char | FT_Byte |
| typedef const FT_Byte * | FT_Bytes |
| typedef FT_UInt32 | FT_Tag |
| typedef char | FT_String |
| typedef signed short | FT_Short |
| typedef unsigned short | FT_UShort |
| typedef signed int | FT_Int |
| typedef unsigned int | FT_UInt |
| typedef signed long | FT_Long |
| typedef unsigned long | FT_ULong |
| typedef signed short | FT_F2Dot14 |
| typedef signed long | FT_F26Dot6 |
| typedef signed long | FT_Fixed |
| typedef int | FT_Error |
| typedef void * | FT_Pointer |
| typedef size_t | FT_Offset |
| typedef ft_ptrdiff_t | FT_PtrDist |
| typedef struct FT_UnitVector_ | FT_UnitVector |
| typedef struct FT_Matrix_ | FT_Matrix |
| typedef struct FT_Data_ | FT_Data |
| typedef void(* | FT_Generic_Finalizer) (void *object) |
| typedef struct FT_Generic_ | FT_Generic |
| typedef struct FT_ListNodeRec_ * | FT_ListNode |
| typedef struct FT_ListRec_ * | FT_List |
| typedef struct FT_ListNodeRec_ | FT_ListNodeRec |
| typedef struct FT_ListRec_ | FT_ListRec |
Variables | |
| FT_BEGIN_HEADER typedef unsigned char | FT_Bool |
| #define FT_BOOL | ( | x | ) | ( (FT_Bool)( (x) != 0 ) ) |
| #define FT_ERR | ( | e | ) | FT_ERR_CAT( FT_ERR_PREFIX, e ) |
| #define FT_ERR_CAT | ( | x, | |
| y | |||
| ) | FT_ERR_XCAT( x, y ) |
| #define FT_ERR_EQ | ( | x, | |
| e | |||
| ) | ( FT_ERROR_BASE( x ) == FT_ERROR_BASE( FT_ERR( e ) ) ) |
| #define FT_ERR_NEQ | ( | x, | |
| e | |||
| ) | ( FT_ERROR_BASE( x ) != FT_ERROR_BASE( FT_ERR( e ) ) ) |
| #define FT_ERR_XCAT | ( | x, | |
| y | |||
| ) | x ## y |
| #define FT_ERROR_BASE | ( | x | ) | ( (x) & 0xFF ) |
| #define FT_ERROR_MODULE | ( | x | ) | ( (x) & 0xFF00U ) |
| #define FT_IS_EMPTY | ( | list | ) | ( (list).head == 0 ) |
| #define FT_MAKE_TAG | ( | _x1, | |
| _x2, | |||
| _x3, | |||
| _x4 | |||
| ) |
| typedef unsigned char FT_Byte |
| typedef signed char FT_Char |
| typedef int FT_Error |
| typedef signed long FT_F26Dot6 |
| typedef signed short FT_F2Dot14 |
| typedef signed long FT_Fixed |
| typedef signed short FT_FWord |
| typedef struct FT_Generic_ FT_Generic |
| typedef void(* FT_Generic_Finalizer) (void *object) |
| typedef signed int FT_Int |
| typedef struct FT_ListRec_* FT_List |
| typedef struct FT_ListNodeRec_* FT_ListNode |
| typedef struct FT_ListNodeRec_ FT_ListNodeRec |
| typedef struct FT_ListRec_ FT_ListRec |
| typedef signed long FT_Long |
| typedef struct FT_Matrix_ FT_Matrix |
| typedef void* FT_Pointer |
| typedef ft_ptrdiff_t FT_PtrDist |
| typedef signed short FT_Short |
| typedef char FT_String |
| typedef FT_UInt32 FT_Tag |
| typedef unsigned short FT_UFWord |
| typedef unsigned int FT_UInt |
| typedef unsigned long FT_ULong |
| typedef struct FT_UnitVector_ FT_UnitVector |
| typedef unsigned short FT_UShort |
| FT_BEGIN_HEADER typedef unsigned char FT_Bool |