Searched refs:__attribute__ (Results 26 - 50 of 450) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdefs.h50 # define __stdcall __attribute__((__stdcall__)) __attribute__((__force_align_arg_pointer__))
52 # define __stdcall __attribute__((__stdcall__))
60 # define __stdcall __attribute__((ms_abi))
69 # define __cdecl __attribute__((__cdecl__)) __attribute__((__force_align_arg_pointer__))
71 # define __cdecl __attribute__((__cdecl__))
74 # define __cdecl __attribute__((ms_abi))
96 # define DECLSPEC_ALIGN(x) __attribute__((aligned(x)))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dbswap.h17 uint16_t bswap16(uint16_t) __attribute__((__const__));
18 uint32_t bswap32(uint32_t) __attribute__((__const__));
20 uint16_t bswap16(uint16_t) __RENAME(__bswap16) __attribute__((__const__));
21 uint32_t bswap32(uint32_t) __RENAME(__bswap32) __attribute__((__const__));
23 uint64_t bswap64(uint64_t) __attribute__((__const__));
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfip.h43 } __attribute__ (( packed ));
97 } __attribute__ (( packed ));
135 } __attribute__ (( packed ));
151 } __attribute__ (( packed ));
163 } __attribute__ (( packed ));
175 } __attribute__ (( packed ));
191 } __attribute__ (( packed ));
201 } __attribute__ (( packed ));
215 } __attribute__ (( packed ));
229 } __attribute__ (( packe
[all...]
H A Dthreewire.h55 static inline __attribute__ (( always_inline )) void
70 static inline __attribute__ (( always_inline )) void
83 static inline __attribute__ (( always_inline )) void
96 static inline __attribute__ (( always_inline )) void
109 static inline __attribute__ (( always_inline )) void
H A Dmii.h51 static inline __attribute__ (( always_inline )) void
63 static inline __attribute__ (( always_inline )) int
76 static inline __attribute__ (( always_inline )) int
H A Dibft.h64 } __attribute__ (( packed ));
74 } __attribute__ (( packed ));
98 } __attribute__ (( packed ));
119 } __attribute__ (( packed ));
145 } __attribute__ (( packed ));
186 } __attribute__ (( packed ));
230 } __attribute__ (( packed ));
262 } __attribute__ (( packed ));
H A Dmd5.h46 } __attribute__ (( packed ));
63 } __attribute__ (( packed ));
H A Dsha256.h46 } __attribute__ (( packed ));
63 } __attribute__ (( packed ));
H A Daoe.h33 } __attribute__ (( packed ));
52 } __attribute__ (( packed ));
83 } __attribute__ (( packed ));
129 } __attribute__ (( packed ));
H A Dcpio.h46 } __attribute__ (( packed ));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.h162 } __attribute__ (( packed ));
175 } __attribute__ (( packed ));
192 } __attribute__ (( packed ));
208 } __attribute__ (( packed ));
232 } __attribute__ (( packed ));
246 } __attribute__ (( packed ));
265 } __attribute__ (( packed ));
275 } __attribute__ (( packed ));
301 } __attribute__ (( packed ));
307 } __attribute__ (( packe
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/
H A Dx86_bigint.c41 const bigint_t ( size ) __attribute__ (( may_alias )) *multiplicand =
43 const bigint_t ( size ) __attribute__ (( may_alias )) *multiplier =
45 bigint_t ( size * 2 ) __attribute__ (( may_alias )) *result =
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdio.h13 extern int __attribute__ (( format ( printf, 1, 2 ) ))
16 extern int __attribute__ (( format ( printf, 3, 4 ) ))
19 extern int __attribute__ (( format ( printf, 2, 3 ) ))
H A Dstrings.h9 static inline __attribute__ (( always_inline )) int
55 static inline __attribute__ (( always_inline )) void
60 static inline __attribute__ (( always_inline )) void
H A Dassert.h33 extern int __attribute__ (( format ( printf, 1, 2 ) ))
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dmultiboot.h84 } __attribute__ (( packed, may_alias ));
92 } __attribute__ (( packed, may_alias ));
100 } __attribute__ (( packed, may_alias ));
128 } __attribute__ (( packed, may_alias ));
136 } __attribute__ (( packed, may_alias ));
144 } __attribute__ (( packed, may_alias ));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dlnx.h8 extern unsigned long _bus_base __P ((void)) __attribute__ ((const));
9 extern unsigned long _bus_base_sparse __P ((void)) __attribute__ ((const));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dlnx.h8 extern unsigned long _bus_base __P ((void)) __attribute__ ((const));
9 extern unsigned long _bus_base_sparse __P ((void)) __attribute__ ((const));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dlnx.h8 extern unsigned long _bus_base __P ((void)) __attribute__ ((const));
9 extern unsigned long _bus_base_sparse __P ((void)) __attribute__ ((const));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dlnx.h8 extern unsigned long _bus_base __P ((void)) __attribute__ ((const));
9 extern unsigned long _bus_base_sparse __P ((void)) __attribute__ ((const));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dlnx.h8 extern unsigned long _bus_base __P ((void)) __attribute__ ((const));
9 extern unsigned long _bus_base_sparse __P ((void)) __attribute__ ((const));
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dbigint.c46 const bigint_t ( size ) __attribute__ (( may_alias )) *multiplicand =
48 const bigint_t ( size ) __attribute__ (( may_alias )) *multiplier =
50 const bigint_t ( size ) __attribute__ (( may_alias )) *modulus =
52 bigint_t ( size ) __attribute__ (( may_alias )) *result =
105 const bigint_t ( size ) __attribute__ (( may_alias )) *base =
107 const bigint_t ( size ) __attribute__ (( may_alias )) *modulus =
109 const bigint_t ( exponent_size ) __attribute__ (( may_alias ))
111 bigint_t ( size ) __attribute__ (( may_alias )) *result =
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dlnx.h9 extern unsigned long _bus_base __P ((void)) __attribute__ ((const));
10 extern unsigned long _bus_base_sparse __P ((void)) __attribute__ ((const));
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-compiler.h55 # define force_inline __inline__ __attribute__ ((__always_inline__))
64 # define PIXMAN_EXPORT __attribute__ ((visibility("default")))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dlnx.h9 extern unsigned long _bus_base __P ((void)) __attribute__ ((const));
10 extern unsigned long _bus_base_sparse __P ((void)) __attribute__ ((const));

Completed in 377 milliseconds

1234567891011>>