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
24 #if defined(OS_WIN) && !defined(CDECL)25 #define CDECL __cdecl macro27 #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.
51 is exporting the functions using the CDECL convention. See the file
229 # define ZEXPORTVA FAR CDECL
333 # define ZEXPORTVA FAR CDECL
335 # define ZEXPORTVA FAR CDECL
342 #ifndef CDECL344 #define CDECL __cdecl macro346 #define CDECL macro
469 void CDECL bx_signal_handler(int signum);