Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
int-ll64.h File Reference
#include <uapi/asm-generic/int-ll64.h>

Go to the source code of this file.

Macros

#define S8_C(x)   x
 
#define U8_C(x)   x ## U
 
#define S16_C(x)   x
 
#define U16_C(x)   x ## U
 
#define S32_C(x)   x
 
#define U32_C(x)   x ## U
 
#define S64_C(x)   x ## LL
 
#define U64_C(x)   x ## ULL
 

Typedefs

typedef signed char s8
 
typedef unsigned char u8
 
typedef signed short s16
 
typedef unsigned short u16
 
typedef signed int s32
 
typedef unsigned int u32
 
typedef signed long long s64
 
typedef unsigned long long u64
 

Macro Definition Documentation

#define S16_C (   x)    x

Definition at line 29 of file int-ll64.h.

#define S32_C (   x)    x

Definition at line 31 of file int-ll64.h.

#define S64_C (   x)    x ## LL

Definition at line 33 of file int-ll64.h.

#define S8_C (   x)    x

Definition at line 27 of file int-ll64.h.

#define U16_C (   x)    x ## U

Definition at line 30 of file int-ll64.h.

#define U32_C (   x)    x ## U

Definition at line 32 of file int-ll64.h.

#define U64_C (   x)    x ## ULL

Definition at line 34 of file int-ll64.h.

#define U8_C (   x)    x ## U

Definition at line 28 of file int-ll64.h.

Typedef Documentation

typedef signed short s16

Definition at line 18 of file int-ll64.h.

typedef signed int s32

Definition at line 21 of file int-ll64.h.

typedef signed long long s64

Definition at line 24 of file int-ll64.h.

typedef signed char s8

Definition at line 15 of file int-ll64.h.

typedef unsigned short u16

Definition at line 19 of file int-ll64.h.

typedef unsigned int u32

Definition at line 22 of file int-ll64.h.

typedef unsigned long long u64

Definition at line 25 of file int-ll64.h.

typedef unsigned char u8

Definition at line 16 of file int-ll64.h.