Searched refs:__cdecl (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dresolve.h42 #define ROKEN_LIB_CALL __cdecl
H A Droken-common.h42 #define ROKEN_LIB_CALL __cdecl
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dcompiler.h42 On MSVC qsort requires that functions passed into it use the __cdecl calling conversion(CC).
43 This explictly marks such functions as __cdecl so that the code will still compile
44 if a CC other than __cdecl has been made the default.
47 # define WIN_CDECL __cdecl
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dstrerror.c142 void __cdecl
/freebsd-13-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
H A Dsqlite3.c22052 struct tm *__cdecl localtime(const time_t *);
[all...]
/freebsd-13-stable/lib/libomp/
H A Domp.h37 # define __KAI_KMPC_CONVENTION __cdecl
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h44 extern "C" long __cdecl _InterlockedCompareExchange(long volatile *Destination,
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp421 return static_cast<int (__cdecl*)(wchar_t* __restrict, size_t, const wchar_t*__restrict, ...)>(_snwprintf);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h76 # define CDECL __cdecl
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h86 # define ITTAPI_CDECL __cdecl
H A Dittnotify.h152 # define ITTAPI_CDECL __cdecl
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h91 # define ITTAPI_CDECL __cdecl
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h3829 #define KMPC_CONVENTION __cdecl
/freebsd-13-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h61 #define OSM_CDECL __cdecl

Completed in 531 milliseconds

12