Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
host.h File Reference

Go to the source code of this file.

Defines

#define TRUE   (1)
#define FALSE   (0)

Typedefs

typedef int boolean
typedef char * string
typedef char char_t
typedef unsigned char uchar_t
typedef signed short short_t
typedef unsigned short ushort_t
typedef signed int int_t
typedef unsigned int uint_t
typedef signed long long_t
typedef unsigned long ulong_t
typedef signed long long longlong_t
typedef unsigned long long ulonglong_t
typedef signed char int8
typedef unsigned char uint8
typedef signed short int16
typedef unsigned short uint16
typedef signed int int32
typedef unsigned int uint32
typedef longlong_t int64
typedef ulonglong_t uint64
typedef void * pointer
typedef double double_t
typedef float float_t
typedef int32 fsize_t

Define Documentation

#define FALSE   (0)

Definition at line 54 of file host.h.

#define TRUE   (1)

Definition at line 53 of file host.h.


Typedef Documentation

typedef int boolean

Definition at line 51 of file host.h.

typedef char char_t

Definition at line 58 of file host.h.

typedef double double_t

Definition at line 97 of file host.h.

typedef float float_t

Definition at line 98 of file host.h.

typedef int32 fsize_t

Definition at line 100 of file host.h.

typedef signed short int16

Definition at line 88 of file host.h.

typedef signed int int32

Definition at line 90 of file host.h.

typedef longlong_t int64

Definition at line 92 of file host.h.

typedef signed char int8

Definition at line 86 of file host.h.

typedef signed int int_t

Definition at line 67 of file host.h.

typedef signed long long_t

Definition at line 71 of file host.h.

typedef signed long long longlong_t

Definition at line 79 of file host.h.

typedef void* pointer

Definition at line 95 of file host.h.

typedef signed short short_t

Definition at line 63 of file host.h.

typedef char* string

Definition at line 57 of file host.h.

typedef unsigned char uchar_t

Definition at line 61 of file host.h.

typedef unsigned short uint16

Definition at line 89 of file host.h.

typedef unsigned int uint32

Definition at line 91 of file host.h.

Definition at line 93 of file host.h.

typedef unsigned char uint8

Definition at line 87 of file host.h.

typedef unsigned int uint_t

Definition at line 69 of file host.h.

typedef unsigned long ulong_t

Definition at line 73 of file host.h.

typedef unsigned long long ulonglong_t

Definition at line 80 of file host.h.

typedef unsigned short ushort_t

Definition at line 65 of file host.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines