Searched refs:__declspec (Results 51 - 75 of 88) sorted by relevance

1234

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h53 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
54 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
55 #define PR_IMPORT(__type) __declspec(dllimport) __type
56 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
58 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
59 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
60 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
61 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
69 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
70 #define PR_EXPORT_DATA(__type) extern __declspec(dllexpor
[all...]
H A DVBoxCAPI_v3_0.h53 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
54 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
55 #define PR_IMPORT(__type) __declspec(dllimport) __type
56 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
58 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
59 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
60 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
61 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
69 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
70 #define PR_EXPORT_DATA(__type) extern __declspec(dllexpor
[all...]
H A DVBoxCAPI_v3_1.h53 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
54 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
55 #define PR_IMPORT(__type) __declspec(dllimport) __type
56 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
58 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
59 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
60 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
61 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
69 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
70 #define PR_EXPORT_DATA(__type) extern __declspec(dllexpor
[all...]
H A DVBoxCAPI_v3_2.h53 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
54 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
55 #define PR_IMPORT(__type) __declspec(dllimport) __type
56 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
58 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
59 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
60 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
61 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
69 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
70 #define PR_EXPORT_DATA(__type) extern __declspec(dllexpor
[all...]
H A DVBoxCAPI_v4_0.h53 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
54 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
55 #define PR_IMPORT(__type) __declspec(dllimport) __type
56 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
58 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
59 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
60 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
61 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
69 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
70 #define PR_EXPORT_DATA(__type) extern __declspec(dllexpor
[all...]
H A DVBoxCAPI_v4_1.h53 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
54 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
55 #define PR_IMPORT(__type) __declspec(dllimport) __type
56 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
58 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
59 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
60 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
61 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
69 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
70 #define PR_EXPORT_DATA(__type) extern __declspec(dllexpor
[all...]
H A DVBoxCAPI_v4_2.h53 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
54 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
55 #define PR_IMPORT(__type) __declspec(dllimport) __type
56 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
58 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
59 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
60 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
61 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexport) __type
69 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
70 #define PR_EXPORT_DATA(__type) extern __declspec(dllexpor
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxWineEx.h33 # define VBOXWINEEX_DECL(_type) __declspec(dllimport) _type WINAPI
35 # define VBOXWINEEX_DECL(_type) __declspec(dllexport) _type WINAPI
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_win95.h464 extern __declspec(thread) struct PRThread *_pr_currentThread;
468 extern __declspec(thread) struct PRThread *_pr_thread_last_run;
472 extern __declspec(thread) struct _PRCPU *_pr_currentCPU;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DTypes.h112 #define MY_NO_INLINE __declspec(noinline)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DTypes.h89 #define MY_NO_INLINE __declspec(noinline)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h101 # define DECLSPEC_ALIGN(x) __declspec(align(x))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dstat.h33 # define DECLSPEC_ALIGN(x) __declspec(align(x))
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_debug_util.h307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindef.h162 # ifndef __declspec
163 # define __declspec(x) __ONLY_IN_WINELIB(/* nothing */) macro
H A Dbasetsd.h80 # define DECLSPEC_ALIGN(x) __declspec(align(x))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindef.h162 # ifndef __declspec
163 # define __declspec(x) __ONLY_IN_WINELIB(/* nothing */) macro
H A Dbasetsd.h82 # define DECLSPEC_ALIGN(x) __declspec(align(x))
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglu.h54 # define GLAPI __declspec(dllexport)
58 # define GLAPI __declspec(dllimport)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglu.h50 # define GLAPI __declspec(dllexport)
54 # define GLAPI __declspec(dllimport)
/vbox/src/libs/libpng-1.2.8/
H A Dpngconf.h150 * __declspec(dllexport) / __declspec(dllimport) and friends. Therefore,
152 * to __declspec() stuff. However, we DO need to worry about
1301 # define PNG_IMPEXP __declspec(dllexport)
1303 # define PNG_IMPEXP __declspec(dllimport)
/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c297 # define DECLEXPORT(type) __declspec(dllexport) type
/vbox/include/VBox/
H A DVBoxTpG.h106 __declspec(allocate(VTG_LOC_SECT)) static VTGPROBELOC a_VarName
/vbox/include/iprt/
H A Dcdefs.h943 # define DECLEXPORT(type) __declspec(dllexport) type
955 # define DECLIMPORT(type) __declspec(dllimport) type
989 # define DECL_INVALID(type) __declspec(dllimport) type __stdcall
1036 # define DECLNORETURN(type) __declspec(noreturn) type
1163 # define DECL_NO_INLINE(scope,type) __declspec(noinline) scope type
2709 # define DECLEXPORT_CLASS __declspec(dllexport)
2725 # define DECLIMPORT_CLASS __declspec(dllimport)
/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c145 static __declspec(thread) xmlGlobalState tlstate;
146 static __declspec(thread) int tlstate_inited = 0;

Completed in 221 milliseconds

1234