Home
last modified time | relevance | path

Searched refs:__cdecl (Results 1 – 21 of 21) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
DIntrin.h56 void __cdecl __fastfail(unsigned int);
168 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
169 unsigned long __cdecl _byteswap_ulong(unsigned long);
170 unsigned short __cdecl _byteswap_ushort(unsigned short);
172 void __cdecl _disable(void);
173 void __cdecl _enable(void);
174 void __cdecl _fxrstor(void const *);
175 void __cdecl _fxsave(void *);
186 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
208 long __cdecl _InterlockedDecrement(long volatile *_Addend);
[all …]
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Dsignal.c88 #define __cdecl macro
114 static void __cdecl evsig_handler(int sig);
213 int evsignal, void (__cdecl *handler)(int)) in evsig_set_handler_()
376 static void __cdecl
DChangeLog-2.0586 o Declare signal handler function as "__cdecl" on Windows (f0056d0)
/freebsd-9-stable/sys/dev/ce/
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-9-stable/sys/boot/efi/include/i386/
Defibind.h160 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
217 __cdecl \
/freebsd-9-stable/sys/contrib/dev/acpica/include/platform/
Dacfreebsd.h101 #define __cdecl macro
/freebsd-9-stable/contrib/ncurses/include/
Dncurses_dll.h60 # define NCURSES_API __cdecl
/freebsd-9-stable/contrib/expat/lib/
Dexpat_external.h38 #define XMLCALL __cdecl
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h226 # define CDECL __cdecl
Dittnotify_config.h77 # define CDECL __cdecl
/freebsd-9-stable/contrib/xz/src/liblzma/api/
Dlzma.h192 # define LZMA_API_CALL __cdecl
/freebsd-9-stable/contrib/ofed/management/opensm/include/opensm/
Dosm_base.h52 #define OSM_CDECL __cdecl
/freebsd-9-stable/sys/boot/efi/include/ia64/
Defibind.h163 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
/freebsd-9-stable/contrib/ntp/lib/isc/win32/
Dstrerror.c142 void __cdecl
/freebsd-9-stable/contrib/libc++/src/
Dstring.cpp433 …return static_cast<int (__cdecl*)(wchar_t* __restrict, size_t, const wchar_t*__restrict, ...)>(swp… in get_swprintf()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTokenKinds.def433 KEYWORD(__cdecl , KEYALL)
535 ALIAS("_cdecl" , __cdecl , KEYMS | KEYBORLAND)
DAttr.td268 let Spellings = [GNU<"cdecl">, CXX11<"gnu", "cdecl">, Keyword<"__cdecl">,
/freebsd-9-stable/contrib/ofed/management/opensm/include/iba/
Dib_types.h59 #define OSM_CDECL __cdecl
/freebsd-9-stable/contrib/xz/
DChangeLog4514 Use __cdecl also for function pointers in liblzma API when
/freebsd-9-stable/contrib/gcc/
DFSFChangeLog.109272 and __cdecl.
/freebsd-9-stable/crypto/openssl/
DCHANGES1408 "zlib1.dll" and use the default __cdecl calling convention on Win32