check transfer  0.1
Check data transfer for SDAccell OpenCL application
Macros | Typedefs
utypes.h File Reference

Go to the source code of this file.

Macros

#define _BRDC(x)   x
 
#define BRDC_atof   atof
 
#define BRDC_atoi   atoi
 
#define BRDC_atoi64   _atoi64
 
#define BRDC_atol   atol
 
#define BRDC_fgets   fgets
 
#define BRDC_fopen   fopen
 
#define BRDC_getenv   getenv
 
#define BRDC_main   main
 
#define BRDC_printf   printf
 
#define BRDC_sopen   sopen
 
#define BRDC_sprintf   sprintf
 
#define BRDC_sscanf   sscanf
 
#define BRDC_strcat   strcat
 
#define BRDC_strchr   strchr
 
#define BRDC_strcmp   strcmp
 
#define BRDC_strcpy   strcpy
 
#define BRDC_stricmp   _stricmp
 
#define BRDC_strlen   strlen
 
#define BRDC_strncpy   strncpy
 
#define BRDC_strnicmp   _strnicmp
 
#define BRDC_strstr   strstr
 
#define BRDC_strtod   strtod
 
#define BRDC_strtol   strtol
 
#define BRDC_vsprintf   vsprintf
 

Typedefs

typedef char BRDCHAR
 
typedef unsigned long HANDLE
 
typedef float * PREAL32
 
typedef double * PREAL64
 
typedef cl_char * PS08
 
typedef cl_short * PS16
 
typedef cl_int * PS32
 
typedef cl_long * PS64
 
typedef cl_uchar * PU08
 
typedef cl_ushort * PU16
 
typedef cl_uint * PU32
 
typedef cl_ulong * PU64
 
typedef float REAL32
 
typedef double REAL64
 
typedef cl_char S08
 
typedef cl_short S16
 
typedef cl_int S32
 
typedef cl_long S64
 
typedef cl_char SINT08
 
typedef cl_short SINT16
 
typedef cl_int SINT32
 
typedef cl_uchar U08
 
typedef cl_ushort U16
 
typedef cl_uint U32
 
typedef cl_ulong U64
 
typedef unsigned char UCHAR
 
typedef cl_uchar UINT08
 
typedef cl_ushort UINT16
 
typedef cl_uint UINT32
 
typedef unsigned long ULONG
 
typedef unsigned short USHORT
 

Macro Definition Documentation

◆ _BRDC

#define _BRDC (   x)    x

Definition at line 43 of file utypes.h.

◆ BRDC_atof

#define BRDC_atof   atof

Definition at line 58 of file utypes.h.

◆ BRDC_atoi

#define BRDC_atoi   atoi

Definition at line 56 of file utypes.h.

◆ BRDC_atoi64

#define BRDC_atoi64   _atoi64

Definition at line 57 of file utypes.h.

◆ BRDC_atol

#define BRDC_atol   atol

Definition at line 55 of file utypes.h.

◆ BRDC_fgets

#define BRDC_fgets   fgets

Definition at line 65 of file utypes.h.

◆ BRDC_fopen

#define BRDC_fopen   fopen

Definition at line 63 of file utypes.h.

◆ BRDC_getenv

#define BRDC_getenv   getenv

Definition at line 66 of file utypes.h.

◆ BRDC_main

#define BRDC_main   main

Definition at line 67 of file utypes.h.

◆ BRDC_printf

#define BRDC_printf   printf

Definition at line 59 of file utypes.h.

◆ BRDC_sopen

#define BRDC_sopen   sopen

Definition at line 64 of file utypes.h.

◆ BRDC_sprintf

#define BRDC_sprintf   sprintf

Definition at line 60 of file utypes.h.

◆ BRDC_sscanf

#define BRDC_sscanf   sscanf

Definition at line 62 of file utypes.h.

◆ BRDC_strcat

#define BRDC_strcat   strcat

Definition at line 50 of file utypes.h.

◆ BRDC_strchr

#define BRDC_strchr   strchr

Definition at line 51 of file utypes.h.

◆ BRDC_strcmp

#define BRDC_strcmp   strcmp

Definition at line 47 of file utypes.h.

◆ BRDC_strcpy

#define BRDC_strcpy   strcpy

Definition at line 45 of file utypes.h.

◆ BRDC_stricmp

#define BRDC_stricmp   _stricmp

Definition at line 48 of file utypes.h.

◆ BRDC_strlen

#define BRDC_strlen   strlen

Definition at line 44 of file utypes.h.

◆ BRDC_strncpy

#define BRDC_strncpy   strncpy

Definition at line 46 of file utypes.h.

◆ BRDC_strnicmp

#define BRDC_strnicmp   _strnicmp

Definition at line 49 of file utypes.h.

◆ BRDC_strstr

#define BRDC_strstr   strstr

Definition at line 52 of file utypes.h.

◆ BRDC_strtod

#define BRDC_strtod   strtod

Definition at line 54 of file utypes.h.

◆ BRDC_strtol

#define BRDC_strtol   strtol

Definition at line 53 of file utypes.h.

◆ BRDC_vsprintf

#define BRDC_vsprintf   vsprintf

Definition at line 61 of file utypes.h.

Typedef Documentation

◆ BRDCHAR

typedef char BRDCHAR

Definition at line 42 of file utypes.h.

◆ HANDLE

typedef unsigned long HANDLE

Definition at line 39 of file utypes.h.

◆ PREAL32

typedef float * PREAL32

Definition at line 32 of file utypes.h.

◆ PREAL64

typedef double * PREAL64

Definition at line 33 of file utypes.h.

◆ PS08

typedef cl_char * PS08

Definition at line 24 of file utypes.h.

◆ PS16

typedef cl_short * PS16

Definition at line 26 of file utypes.h.

◆ PS32

typedef cl_int * PS32

Definition at line 28 of file utypes.h.

◆ PS64

typedef cl_long * PS64

Definition at line 30 of file utypes.h.

◆ PU08

typedef cl_uchar * PU08

Definition at line 23 of file utypes.h.

◆ PU16

typedef cl_ushort * PU16

Definition at line 25 of file utypes.h.

◆ PU32

typedef cl_uint * PU32

Definition at line 27 of file utypes.h.

◆ PU64

typedef cl_ulong * PU64

Definition at line 29 of file utypes.h.

◆ REAL32

typedef float REAL32

Definition at line 32 of file utypes.h.

◆ REAL64

typedef double REAL64

Definition at line 33 of file utypes.h.

◆ S08

typedef cl_char S08

Definition at line 24 of file utypes.h.

◆ S16

typedef cl_short S16

Definition at line 26 of file utypes.h.

◆ S32

typedef cl_int S32

Definition at line 28 of file utypes.h.

◆ S64

typedef cl_long S64

Definition at line 30 of file utypes.h.

◆ SINT08

typedef cl_char SINT08

Definition at line 17 of file utypes.h.

◆ SINT16

typedef cl_short SINT16

Definition at line 19 of file utypes.h.

◆ SINT32

typedef cl_int SINT32

Definition at line 21 of file utypes.h.

◆ U08

typedef cl_uchar U08

Definition at line 23 of file utypes.h.

◆ U16

typedef cl_ushort U16

Definition at line 25 of file utypes.h.

◆ U32

typedef cl_uint U32

Definition at line 27 of file utypes.h.

◆ U64

typedef cl_ulong U64

Definition at line 29 of file utypes.h.

◆ UCHAR

typedef unsigned char UCHAR

Definition at line 36 of file utypes.h.

◆ UINT08

typedef cl_uchar UINT08

Definition at line 16 of file utypes.h.

◆ UINT16

typedef cl_ushort UINT16

Definition at line 18 of file utypes.h.

◆ UINT32

typedef cl_uint UINT32

Definition at line 20 of file utypes.h.

◆ ULONG

typedef unsigned long ULONG

Definition at line 38 of file utypes.h.

◆ USHORT

typedef unsigned short USHORT

Definition at line 37 of file utypes.h.