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

Go to the source code of this file.

Data Structures

struct  _S64
 
struct  _U64
 

Macros

#define MPI_POINTER   *
 

Typedefs

typedef signed char S8
 
typedef unsigned char U8
 
typedef signed short S16
 
typedef unsigned short U16
 
typedef int32_t S32
 
typedef u_int32_t U32
 
typedef struct _S64 S64
 
typedef struct _U64 U64
 
typedef S8PS8
 
typedef U8PU8
 
typedef S16PS16
 
typedef U16PU16
 
typedef S32PS32
 
typedef U32PU32
 
typedef S64PS64
 
typedef U64PU64
 

Macro Definition Documentation

#define MPI_POINTER   *

Definition at line 36 of file mpi_type.h.

Typedef Documentation

typedef S16* PS16

Definition at line 74 of file mpi_type.h.

typedef S32* PS32

Definition at line 76 of file mpi_type.h.

typedef S64* PS64

Definition at line 78 of file mpi_type.h.

typedef S8* PS8

Definition at line 72 of file mpi_type.h.

typedef U16* PU16

Definition at line 75 of file mpi_type.h.

typedef U32* PU32

Definition at line 77 of file mpi_type.h.

typedef U64* PU64

Definition at line 79 of file mpi_type.h.

typedef U8* PU8

Definition at line 73 of file mpi_type.h.

typedef signed short S16

Definition at line 48 of file mpi_type.h.

typedef int32_t S32

Definition at line 52 of file mpi_type.h.

typedef struct _S64 S64
typedef signed char S8

Definition at line 46 of file mpi_type.h.

typedef unsigned short U16

Definition at line 49 of file mpi_type.h.

typedef u_int32_t U32

Definition at line 53 of file mpi_type.h.

typedef struct _U64 U64
typedef unsigned char U8

Definition at line 47 of file mpi_type.h.