check transfer
0.1
Check data transfer for SDAccell OpenCL application
|
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 |