Searched refs:CDECL (Results 1 – 14 of 14) sorted by relevance
224 #ifndef CDECL226 # define CDECL __cdecl macro229 # define CDECL /* not actual on x86_64 platform */231 # define CDECL __attribute__ ((cdecl))236 #define JITAPI CDECL
75 #ifndef CDECL77 # define CDECL __cdecl macro80 # define CDECL /* not actual on x86_64 platform */ macro82 # define CDECL __attribute__ ((cdecl)) macro99 #define ITTAPI CDECL100 #define LIBITTAPI CDECL103 #define ITTAPI_CALL CDECL104 #define LIBITTAPI_CALL CDECL
263 #ifndef CDECL265 # define CDECL __cdecl macro268 # define CDECL /* not actual on x86_64 platform */270 # define CDECL __attribute__ ((cdecl))275 #define JITAPI CDECL
114 #ifndef CDECL116 # define CDECL __cdecl macro119 # define CDECL /* not actual on x86_64 platform */ macro121 # define CDECL __attribute__ ((cdecl)) macro138 #define ITTAPI CDECL139 #define LIBITTAPI CDECL142 #define ITTAPI_CALL CDECL143 #define LIBITTAPI_CALL CDECL
173 #if !defined(CDECL)175 #define CDECL __cdecl macro177 #define CDECL macro
29 * The calling convention of functions is "C" (CDECL).134 6. I see that the ZLIB1.DLL functions use the "C" (CDECL) calling139 (For readability, we use CDECL to refer to the convention146 Win32), but the standard C functions use CDECL. If a user160 faster than CDECL, and it works with variable-argument161 functions, just like CDECL. It is unfortunate that, in spite168 The remaining fact is that CDECL is the default convention.
56 is exporting the functions using the CDECL convention. See the file
336 # define ZEXPORTVA FAR CDECL
338 # define ZEXPORTVA FAR CDECL