Searched refs:DIAMONDAPI (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | fci.h | 21 #ifndef DIAMONDAPI 22 #define DIAMONDAPI __cdecl macro 167 typedef void *(DIAMONDAPI *PFNFCIALLOC)(ULONG cb); 168 #define FNFCIALLOC(fn) void *DIAMONDAPI fn(ULONG cb) 170 typedef void (DIAMONDAPI *PFNFCIFREE)(void *memory); 171 #define FNFCIFREE(fn) void DIAMONDAPI fn(void *memory) 173 typedef INT_PTR (DIAMONDAPI *PFNFCIOPEN) (char *pszFile,int oflag,int pmode,int *err,void *pv); 174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv); 175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv); 176 typedef int (DIAMONDAPI *PFNFCICLOSE)(INT_PTR hf,int *err,void *pv); [all …]
|
D | fdi.h | 21 #ifndef DIAMONDAPI 22 #define DIAMONDAPI __cdecl macro 196 typedef void *(DIAMONDAPI *PFNALLOC)(ULONG cb); 197 #define FNALLOC(fn) void *DIAMONDAPI fn(ULONG cb) 199 typedef void (DIAMONDAPI *PFNFREE)(void *pv); 200 #define FNFREE(fn) void DIAMONDAPI fn(void *pv) 202 typedef INT_PTR (DIAMONDAPI *PFNOPEN) (char *pszFile,int oflag,int pmode); 203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb); 204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb); 205 typedef int (DIAMONDAPI *PFNCLOSE)(INT_PTR hf); [all …]
|