Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
ARM-gcc.h File Reference

Go to the source code of this file.

Macros

#define BITS64
 
#define LIT64(a)   a##LL
 
#define INLINE   static inline
 

Typedefs

typedef char flag
 
typedef unsigned char uint8
 
typedef signed char int8
 
typedef int uint16
 
typedef int int16
 
typedef unsigned int uint32
 
typedef signed int int32
 
typedef unsigned long long int bits64
 
typedef signed long long int sbits64
 
typedef unsigned char bits8
 
typedef signed char sbits8
 
typedef unsigned short int bits16
 
typedef signed short int sbits16
 
typedef unsigned int bits32
 
typedef signed int sbits32
 
typedef unsigned long long int uint64
 
typedef signed long long int int64
 

Macro Definition Documentation

#define BITS64

Definition at line 7 of file ARM-gcc.h.

#define INLINE   static inline

Definition at line 71 of file ARM-gcc.h.

#define LIT64 (   a)    a##LL

Definition at line 61 of file ARM-gcc.h.

Typedef Documentation

typedef unsigned short int bits16

Definition at line 41 of file ARM-gcc.h.

typedef unsigned int bits32

Definition at line 43 of file ARM-gcc.h.

typedef unsigned long long int bits64

Definition at line 27 of file ARM-gcc.h.

typedef unsigned char bits8

Definition at line 39 of file ARM-gcc.h.

Definition at line 19 of file ARM-gcc.h.

typedef int int16

Definition at line 23 of file ARM-gcc.h.

typedef signed int int32

Definition at line 25 of file ARM-gcc.h.

typedef signed long long int int64

Definition at line 47 of file ARM-gcc.h.

typedef signed char int8

Definition at line 21 of file ARM-gcc.h.

typedef signed short int sbits16

Definition at line 42 of file ARM-gcc.h.

typedef signed int sbits32

Definition at line 44 of file ARM-gcc.h.

typedef signed long long int sbits64

Definition at line 28 of file ARM-gcc.h.

typedef signed char sbits8

Definition at line 40 of file ARM-gcc.h.

typedef int uint16

Definition at line 22 of file ARM-gcc.h.

typedef unsigned int uint32

Definition at line 24 of file ARM-gcc.h.

typedef unsigned long long int uint64

Definition at line 46 of file ARM-gcc.h.

typedef unsigned char uint8

Definition at line 20 of file ARM-gcc.h.