Searched refs:__attribute__ (Results 376 - 400 of 450) sorted by relevance

<<1112131415161718

/vbox/include/iprt/
H A Dassert.h299 # define AssertCompileNS(expr) extern int RTASSERTVAR[1] __attribute__((unused)), RTASSERTVAR[(expr) ? 1 : 0] __attribute__((unused))
/vbox/src/recompiler/
H A Dcpu-all.h225 void remAbort(int rc, const char *pszTip) __attribute__((__noreturn__));
925 __attribute__ ((__format__ (__printf__, 2, 3)));
/vbox/src/recompiler/target-i386/
H A Dcpu.h596 CPU86_LDouble d __attribute__((aligned(16)));
860 CPU86_LDouble d __attribute__((aligned(16)));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h59 # define DECLSPEC_IMPORT __attribute__((dllimport))
71 # define DECLSPEC_NORETURN __attribute__((noreturn))
81 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x)))
135 # define FORCEINLINE inline __attribute__((always_inline))
146 # define DECLSPEC_DEPRECATED __attribute__((deprecated))
159 # define DECLSPEC_EXPORT __attribute__((dllexport))
161 # define DECLSPEC_EXPORT __attribute__((visibility ("default")))
169 # define DECLSPEC_HIDDEN __attribute__((visibility ("hidden")))
175 #define __WINE_ALLOC_SIZE(x) __attribute__((__alloc_size__(x)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbpict.h357 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbpict.h366 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbpict.h366 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbpict.h366 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbpict.h368 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbpict.h368 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbpict.h368 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwchar.h35 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x)))
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dw89c840.c259 } w840private __attribute__ ((aligned (PRIV_ALIGN_BYTES)));
H A Dwlan_compat.h254 #define __WLAN_ATTRIB_PACK__ __attribute__ ((packed))
H A Damd8111e.c95 } __attribute__((packed));
H A Detherfabric.c2989 static int sfe4002_init ( struct efab_nic *efab __attribute__((unused)) )
2993 static void sfe4002_fini ( struct efab_nic *efab __attribute__((unused)) )
3002 static int sfe4003_init ( struct efab_nic *efab __attribute__((unused)) )
3006 static void sfe4003_fini ( struct efab_nic *efab __attribute__((unused)) )
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_tkip.c78 } __attribute__ (( packed ));
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Delf2efi.c466 static void process_reloc ( bfd *bfd __attribute__ (( unused )),
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Ddrm.h69 # define DEPRECATED __attribute__ ((deprecated))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfbpict.h320 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.c648 void __attribute__ ((constructor)) vbox_install_into_mesa(void)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfbpict.h320 #define FASTCALL __attribute__((regparm(3)))
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c1807 } __attribute__ (( packed )) catalog;
1927 static union xbft_table __bss16 ( xbftab ) __attribute__ (( aligned ( 16 ) ));
/vbox/src/VBox/VMM/include/
H A DIEMInternal.h612 __attribute__((__fastcall__)) a_RetType (a_Name) a_ArgList
614 __attribute__((__fastcall__, __nothrow__)) a_RetType a_Name a_ArgList
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h166 # define PR_EXPORT(__type) __attribute__((visibility("default"))) extern __type
167 # define PR_EXPORT_DATA(__type) __attribute__((visibility("default"))) extern __type
170 # define PR_EXTERN(__type) __attribute__((visibility("default"))) extern __type
171 # define PR_IMPLEMENT(__type) __attribute__((visibility("default"))) __type
172 # define PR_EXTERN_DATA(__type) __attribute__((visibility("default"))) extern __type
173 # define PR_IMPLEMENT_DATA(__type) __attribute__((visibility("default"))) __type

Completed in 275 milliseconds

<<1112131415161718