Searched refs:__attribute__ (Results 326 - 350 of 450) sorted by relevance

<<1112131415161718

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Dnbi.c49 } __attribute__ (( packed ));
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dsha1.c47 } __attribute__ (( packed ));
H A Dmd5.c46 } __attribute__ (( packed ));
H A Dsha256.c50 } __attribute__ (( packed ));
/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c300 # define DECLEXPORT(type) __attribute__((visibility("default"))) type
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dbitops.h69 } __attribute__ (( packed )) u
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcels.c950 } __attribute__ (( packed )) prli;
1007 } __attribute__ (( packed )) *prli = data;
1093 } __attribute__ (( packed )) *prli = data;
1220 } __attribute__ (( packed ));
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Defirom.c102 PCI_DATA_STRUCTURE pci __attribute__ (( aligned ( 4 ) ));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/phantom/
H A Dphantom.h54 #define __unm_dma_aligned __attribute__ (( aligned ( UNM_DMA_BUFFER_ALIGN ) ))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Ddebug.h127 #define __WINE_PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args)))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetsd.h84 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x)))
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess.h62 #define __deprecated __attribute__((deprecated))
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml_wrap.h38 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h77 #define PL_DHASH_FASTCALL __attribute__ ((regparm (3),stdcall))
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/
H A Dxptcall.h72 # define XPTC_EXPORT __attribute__((visibility("default")))
/vbox/src/libs/zlib-1.2.6/
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dbigint_test.c42 bigint_t ( size ) *value __attribute__ (( may_alias ))
50 const bigint_t ( size ) *value __attribute__ (( may_alias ))
58 const bigint_t ( size ) *addend __attribute__ (( may_alias ))
60 bigint_t ( size ) *value __attribute__ (( may_alias ))
68 const bigint_t ( size ) *subtrahend __attribute__ (( may_alias ))
70 bigint_t ( size ) *value __attribute__ (( may_alias ))
77 bigint_t ( size ) *value __attribute__ (( may_alias ))
84 bigint_t ( size ) *value __attribute__ (( may_alias ))
92 const bigint_t ( size ) *value __attribute__ (( may_alias ))
101 const bigint_t ( size ) *value __attribute__ (( may_alia
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dmac.h245 } __attribute__((packed, aligned(4)));
314 } __attribute__((packed, aligned(4)));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c402 } __attribute__ (( packed )) mac;
565 } __attribute__ (( packed )) mac;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dindirect_reqsize.h34 #define PURE __attribute__((pure))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dindirect_reqsize.h34 #define PURE __attribute__((pure))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dindirect_reqsize.h34 #define PURE __attribute__((pure))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dindirect_reqsize.h34 #define PURE __attribute__((pure))
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Ddebug.h165 #define __WINE_PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args)))
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmalloc.c99 static char heap[HEAP_SIZE] __attribute__ (( aligned ( __alignof__(void *) )));

Completed in 386 milliseconds

<<1112131415161718