Searched refs:__cdecl (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dbase64.h42 #define ROKEN_LIB_CALL __cdecl
H A Dhex.h42 #define ROKEN_LIB_CALL __cdecl
H A Dparse_bytes.h42 #define ROKEN_LIB_CALL __cdecl
H A Dparse_time.h42 #define ROKEN_LIB_CALL __cdecl
H A Dgetarg.h44 #define ROKEN_LIB_CALL __cdecl
H A Dparse_units.h45 #define ROKEN_LIB_CALL __cdecl
H A Dndbm_wrap.h45 #define ROKEN_LIB_CALL __cdecl
H A Drtbl.h41 #define ROKEN_LIB_CALL __cdecl
H A Dresolve.h42 #define ROKEN_LIB_CALL __cdecl
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dxsaveintrin.h41 unsigned __int64 __cdecl _xgetbv(unsigned int);
42 void __cdecl _xsetbv(unsigned int, unsigned __int64);
H A Dintrin.h159 void __cdecl _disable(void);
160 void __cdecl _enable(void);
181 int __cdecl _setjmp(jmp_buf);
550 unsigned short __cdecl _byteswap_ushort(unsigned short val);
551 unsigned long __cdecl _byteswap_ulong (unsigned long val);
552 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 val);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp91 extern "C" int __cdecl atexit(void (__cdecl *f)(void));
92 extern "C" void __cdecl _initterm(void *a, void *b);
/freebsd-11-stable/usr.bin/svn/lib/libapr_util/
H A Dapu.h73 #define APU_DECLARE_NONSTD(type) type __cdecl
77 #define APU_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
81 #define APU_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
/freebsd-11-stable/sys/contrib/dev/acpica/include/platform/
H A Dacfreebsd.h217 #define __cdecl macro
/freebsd-11-stable/contrib/expat/lib/
H A Dexpat_external.h62 # define XMLCALL __cdecl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h225 # define CDECL __cdecl
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h168 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
225 __cdecl \
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h164 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
221 __cdecl \
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dsignal.c86 /* Windows wants us to call our signal handlers as __cdecl. Nobody else
88 #define __cdecl macro
114 static void __cdecl evsig_handler(int sig);
213 int evsignal, void (__cdecl *handler)(int))
376 static void __cdecl
/freebsd-11-stable/contrib/xz/src/liblzma/api/
H A Dlzma.h200 # define LZMA_API_CALL __cdecl
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h544 #define APR_DECLARE_NONSTD(type) type __cdecl
548 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
552 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
/freebsd-11-stable/sys/dev/ce/
H A Dtau32-ddk.h37 #if defined(__GNUC__) && !defined(__cdecl)
38 # define __cdecl __attribute__((cdecl)) macro
45 # define TAU32_CALLBACK_TYPE __cdecl
53 # define TAU32_CALL_TYPE __cdecl
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h162 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dstrerror.c142 void __cdecl
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.msc506 CORE_CCONV_OPTS = -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI=__stdcall
507 SHELL_CCONV_OPTS = -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI=__stdcall
510 CORE_CCONV_OPTS = -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI=__stdcall
511 SHELL_CCONV_OPTS = -Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI=__stdcall

Completed in 149 milliseconds

12