Searched refs:RTCALL (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispMpLogger.h31 # define VBOXDISPMPLOGGER_DECL(a_Type) DECLEXPORT(a_Type) RTCALL
33 # define VBOXDISPMPLOGGER_DECL(a_Type) DECLIMPORT(a_Type) RTCALL
37 # define VBOXDISPMPLOGGER_DECL(a_Type) a_Type RTCALL
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.h23 # define VBOXHLPDECL(type) DECLEXPORT(type) RTCALL
25 # define VBOXHLPDECL(type) DECLIMPORT(type) RTCALL
/vbox/include/VBox/
H A DVBoxOGL.h49 bool RTCALL VBoxOglIsOfflineRenderingAppropriate(void);
50 bool RTCALL VBoxOglIs3DAccelerationSupported(void);
H A DVBoxCrHgsmi.h32 # define VBOXCRHGSMI_DECL(a_Type) DECLEXPORT(a_Type) RTCALL
34 # define VBOXCRHGSMI_DECL(a_Type) DECLIMPORT(a_Type) RTCALL
38 # define VBOXCRHGSMI_DECL(a_Type) a_Type RTCALL
H A Dcdefs.h83 #define VBOXCALL RTCALL
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderlib.h27 # define SHADERDECL(type) DECLHIDDEN(type) RTCALL
29 # define SHADERDECL(type) DECLEXPORT(type) RTCALL
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp89 bool RTCALL VBoxOglIsOfflineRenderingAppropriate(void)
102 bool RTCALL VBoxOglIs3DAccelerationSupported(void)
H A DOpenGLTest.cpp32 bool RTCALL VBoxOglIs3DAccelerationSupported(void)
/vbox/include/iprt/
H A Dcdefs.h925 /** @def RTCALL
929 # define RTCALL __cdecl macro
931 # define RTCALL __cdecl macro
933 # define RTCALL __attribute__((cdecl,regparm(0))) /* regparm(0) deals with -mregparm=x use in the linux kernel. */ macro
935 # define RTCALL macro
1061 #define DECLCALLBACK(type) type RTCALL
1069 # define DECLCALLBACKPTR(type, name) type (* RTCALL name)
1071 # define DECLCALLBACKPTR(type, name) type (RTCALL * name)
1080 # define DECLCALLBACKMEMBER(type, name) type (* RTCALL name)
1082 # define DECLCALLBACKMEMBER(type, name) type (RTCALL * nam
[all...]
H A Dassert.h184 DECLEXPORT(bool) RTCALL RTAssertShouldPanic(void);
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceWrapper.cpp52 typedef int (RTCALL *PFNVBOXDTRACEMAIN)(int argc, char **argv);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_dump.h30 # define VBOXDUMPDECL(_type) _type RTCALL
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp1944 DECLEXPORT(bool) RTCALL RTAssertShouldPanic(void)
1986 DECLEXPORT(void) RTCALL RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction)
2034 DECLEXPORT(void) RTCALL RTAssertMsg2WeakV(const char *pszFormat, va_list va)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c1239 DECLEXPORT(int) RTCALL VBoxDTraceMain(int argc, char **argv)

Completed in 2208 milliseconds