Searched refs:__attribute__ (Results 126 - 150 of 450) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dindirect_size.h40 # define PURE __attribute__((pure))
46 # define FASTCALL __attribute__((fastcall))
52 # define INTERNAL __attribute__((visibility("internal")))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dindirect_size.h40 # define PURE __attribute__((pure))
46 # define FASTCALL __attribute__((fastcall))
52 # define INTERNAL __attribute__((visibility("internal")))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dindirect_size.h40 # define PURE __attribute__((pure))
46 # define FASTCALL __attribute__((fastcall))
52 # define INTERNAL __attribute__((visibility("internal")))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dindirect_size.h40 # define PURE __attribute__((pure))
46 # define FASTCALL __attribute__((fastcall))
52 # define INTERNAL __attribute__((visibility("internal")))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Drunetype.h91 } __attribute__((__packed__)) _FileRuneEntry;
98 } __attribute__((__packed__)) _FileRuneRange;
128 } __attribute__((__packed__)) _FileRuneLocale;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dcomboot.h22 } __attribute__ (( packed ));
28 } __attribute__ (( packed ));
37 } __attribute__ (( packed ));
H A Dundi.h64 } __attribute__ (( packed ));
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtables.h169 #define __attribute__( x ) macro
239 __attribute__ (( __section__ ( __table_section ( table, idx ) ),\
252 __attribute__ (( unused )); \
485 * icc ignores __attribute__ (( aligned (x) )) when it is used to
H A Duri.h68 } __attribute__ (( packed ));
160 static inline __attribute__ (( always_inline )) struct uri *
171 static inline __attribute__ (( always_inline )) void
H A Dapi.h65 __attribute__ (( alias ( #_func ) ));
H A Dif_arp.h64 } __attribute__ (( packed ));
H A Drefcnt.h52 static inline __attribute__ (( always_inline )) void
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Deinfo.c45 } __attribute__ (( packed ));
54 struct options *opts __attribute__ (( unused )) ) {
120 struct options *opts __attribute__ (( unused )) ) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dar9003_mac.h71 } __attribute__((packed, aligned(4)));
99 } __attribute__((packed, aligned(4)));
111 } __attribute__((packed, aligned(4)));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dintel.h35 } __attribute__ (( packed ));
197 } __attribute__ (( packed )) reg;
223 static inline __attribute__ (( always_inline)) void
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h82 #define __attribute__(x) /* nothing */ macro
140 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
151 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
162 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
/vbox/src/VBox/Devices/Network/lwip/vbox/include/arch/
H A Dcc.h29 # define PACK_STRUCT_STRUCT __attribute__((__packed__))
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dnulltrap.c4 __attribute__ (( noreturn, section ( ".text.null_trap" ) ))
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/
H A Dstring.h31 static inline __attribute__ (( always_inline )) void *
42 static inline __attribute__ (( always_inline )) void *
48 } __attribute__ (( __may_alias__ )) *dest_u = dest;
53 } __attribute__ (( __may_alias__ )) *src_u = src;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dsyslog.h59 extern void __attribute__ (( format ( printf, 1, 2 ) ))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h97 #define __attribute__(x) /* nothing */ macro
140 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
151 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
162 const __WINE_FRAME * const __eptr __attribute__((unused)) = &__f; \
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlversion-default.h395 #define ATTRIBUTE_UNUSED __attribute__((unused))
/vbox/src/libs/libxml2-2.6.31/include/
H A Dwin32xmlversion.h395 #define ATTRIBUTE_UNUSED __attribute__((unused))
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcinvoke_gcc_x86_os2.cpp50 void ATTRIBUTE_USED __attribute__ ((regparm(3)))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindef.h66 # define __stdcall __attribute__((__stdcall__)) __attribute__((__force_align_arg_pointer__))
68 # define __stdcall __attribute__((__stdcall__))
76 # define __stdcall __attribute__((ms_abi))
85 # define __cdecl __attribute__((__cdecl__)) __attribute__((__force_align_arg_pointer__))
87 # define __cdecl __attribute__((__cdecl__))
90 # define __cdecl __attribute__((ms_abi))

Completed in 115 milliseconds

1234567891011>>