Searched refs:__attribute__ (Results 301 - 325 of 450) sorted by relevance

<<1112131415161718

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dindirect_reqsize.h32 # define HIDDEN __attribute__((visibility("hidden")))
38 # define PURE __attribute__((pure))
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcp.c198 static inline __attribute__ (( always_inline )) struct fcp_device *
209 static inline __attribute__ (( always_inline )) void
220 static inline __attribute__ (( always_inline )) struct fcp_command *
231 static inline __attribute__ (( always_inline )) void
242 static inline __attribute__ (( always_inline )) void
254 static inline __attribute__ (( always_inline )) void
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Ddmfe.c149 } __attribute__ ((aligned(32)));
155 } __attribute__ ((aligned(32)));
221 struct tx_desc txd[TX_DESC_CNT] __attribute__ ((aligned(32)));
223 __attribute__ ((aligned(32)));
224 struct rx_desc rxd[RX_DESC_CNT] __attribute__ ((aligned(32)));
226 __attribute__ ((aligned(32)));
H A Dvia-velocity.h221 } __attribute__ ((__packed__));
238 } __attribute__ ((__packed__));
246 } __attribute__ ((__packed__));
254 } __attribute__ ((__packed__));
1156 } __attribute__ ((__packed__));
1479 } __attribute__ ((__packed__));
1487 } __attribute__ ((__packed__));
H A Depic100.c91 __attribute__ ((aligned(4)));
93 __attribute__ ((aligned(4)));
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c305 } __attribute__ (( packed )) *boolean;
370 } __attribute__ (( packed )) *bit_string;
621 } __attribute__ (( packed )) named;
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c124 static int tftp_add_oack(char **, size_t *, const char *, const char *, ...) __attribute__((format(printf, 4, 5)));
129 static int tftp_error(struct xfer *, u16_t, const char *, ...) __attribute__((format(printf, 3, 4)));
130 static void tftpd_error(ip_addr_t *, u16_t, u16_t, const char *, ...) __attribute__((format(printf, 4, 5)));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dcpufunc.h466 static __inline u_int32_t __set_cpsr_c(u_int bic, u_int eor) __attribute__((__unused__));
534 void cpu_reset __P((void)) __attribute__((__noreturn__));
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dhijack.c52 static void flag_signalled ( int signal __attribute__ (( unused )) ) {
85 static __attribute__ (( format ( printf, 2, 3 ) )) void
H A Dzbin.c227 __attribute__ (( unused )),
242 __attribute__ (( unused )),
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c61 static void fatal_error( const char *err, ... ) __attribute__((noreturn,format(printf,1,2)));
62 static void fatal_perror( const char *err, ... ) __attribute__((noreturn,format(printf,1,2)));
/vbox/src/recompiler/tcg/
H A Dtcg.h86 uint8_t data[0] __attribute__ ((aligned));
504 ((intptr_t REGPARM __attribute__ ((longcall)) (*)(void *))code_gen_prologue)(tb_ptr)
/vbox/src/recompiler/tests/
H A Dtest-i386.c83 #define __init_call __attribute__ ((unused,__section__ ("initcall")))
786 struct __attribute__((packed)) {
937 struct __attribute__((packed)) {
947 struct __attribute__((packed)) {
1292 } __attribute__((packed)) segoff;
1454 static struct __attribute__((packed)) {
2114 typedef int __m64 __attribute__ ((__mode__ (__V2SI__)));
2115 typedef float __m128 __attribute__ ((__mode__(__V4SF__)));
2125 static uint64_t __attribute__((aligned(16))) test_values[4][2] = {
2347 static struct fpxstate fpx_state __attribute__((aligne
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dindirect_reqsize.h34 #define PURE __attribute__((pure))
H A Dmisc.h295 void __attribute__ ((error("wrong sized variable passed to swap")))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmisc.h295 void __attribute__ ((error("wrong sized variable passed to swap")))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmisc.h267 void __attribute__((error("wrong sized variable passed to swap"))) wrong_size(void);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmisc.h290 void __attribute__ ((error("wrong sized variable passed to swap")))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmisc.h291 void __attribute__ ((error("wrong sized variable passed to swap")))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dindirect_reqsize.h34 #define PURE __attribute__((pure))
H A Dmisc.h291 void __attribute__ ((error("wrong sized variable passed to swap")))
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c342 ) __attribute__((__noreturn__));
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dreentrant.h211 void __libc_thr_exit(void *) __attribute__((__noreturn__));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetsd.h82 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x)))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddebug.h102 #define __WINE_PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args)))

Completed in 158 milliseconds

<<1112131415161718