Searched refs:__attribute__ (Results 101 - 125 of 450) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Deapol.h75 } __attribute__ (( packed ));
H A Deditbox.h42 __attribute__ (( nonnull (1, 2) ));
H A Dif_ether.h37 } __attribute__ ((packed));
H A Dprocess.h114 extern void * __attribute__ (( pure ))
127 static inline __attribute__ (( always_inline )) void
143 static inline __attribute__ (( always_inline )) void
157 static inline __attribute__ (( always_inline )) int
H A Dvlan.h19 } __attribute__ (( packed ));
H A Din.h75 } __attribute__ (( may_alias ));
91 } __attribute__ (( may_alias ));
H A Docsp.h85 static inline __attribute__ (( always_inline )) struct ocsp_check *
96 static inline __attribute__ (( always_inline )) void
H A Dtcp.h45 } __attribute__ (( packed ));
52 } __attribute__ (( packed ));
63 } __attribute__ (( packed ));
69 } __attribute__ (( packed ));
332 static inline __attribute__ (( always_inline )) int32_t
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyson.h28 } __attribute__ (( packed ));
67 } __attribute__ (( packed )) reg;
160 static inline __attribute__ (( always_inline)) void
186 static inline __attribute__ (( always_inline )) int
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Deeprom.h307 } __attribute__((packed));
325 } __attribute__((packed));
332 } __attribute__((packed));
375 } __attribute__((packed));
382 } __attribute__((packed));
447 } __attribute__((packed));
469 } __attribute__((packed));
505 } __attribute__((packed));
510 } __attribute__((packed));
515 } __attribute__((packe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dfpu.h26 } __attribute__((packed));
51 } __attribute__ ((packed));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dlocal.h68 __attribute__((__format__(__scanf__, 2, 0)));
70 __attribute__((__format__(__scanf__, 2, 0)));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dconio.h56 extern int __cdecl cprintf(const char*,...) __attribute__((alias("_cprintf"),format(printf,1,2)));
57 extern int __cdecl cscanf(const char*,...) __attribute__((alias("_cscanf"),format(scanf,1,2)));
H A Dprocess.h107 extern intptr_t __cdecl execl(const char*,const char*,...) __attribute__((alias("_execl")));
108 extern intptr_t __cdecl execle(const char*,const char*,...) __attribute__((alias("_execle")));
109 extern intptr_t __cdecl execlp(const char*,const char*,...) __attribute__((alias("_execlp")));
110 extern intptr_t __cdecl execlpe(const char*,const char*,...) __attribute__((alias("_execlpe")));
111 extern intptr_t __cdecl spawnl(int,const char*,const char*,...) __attribute__((alias("_spawnl")));
112 extern intptr_t __cdecl spawnle(int,const char*,const char*,...) __attribute__((alias("_spawnle")));
113 extern intptr_t __cdecl spawnlp(int,const char*,const char*,...) __attribute__((alias("_spawnlp")));
114 extern intptr_t __cdecl spawnlpe(int,const char*,const char*,...) __attribute__((alias("_spawnlpe")));
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dbzimage.h75 } __attribute__ (( packed ));
125 } __attribute__ (( packed ));
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi.h34 #define EFIAPI __attribute__((ms_abi))
39 #define EFIAPI __attribute__((cdecl,regparm(0)))
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_error.h20 #define NORETURN_PRINTF __attribute__ ((__noreturn__,format(printf,1,2)))
21 #define PRINTF __attribute__ ((format(printf,1,2)))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dconio.h66 extern int __cdecl cprintf(const char*,...) __attribute__((alias("_cprintf"),format(printf,1,2)));
67 extern int __cdecl cscanf(const char*,...) __attribute__((alias("_cscanf"),format(scanf,1,2)));
H A Dprocess.h117 extern intptr_t __cdecl execl(const char*,const char*,...) __attribute__((alias("_execl")));
118 extern intptr_t __cdecl execle(const char*,const char*,...) __attribute__((alias("_execle")));
119 extern intptr_t __cdecl execlp(const char*,const char*,...) __attribute__((alias("_execlp")));
120 extern intptr_t __cdecl execlpe(const char*,const char*,...) __attribute__((alias("_execlpe")));
121 extern intptr_t __cdecl spawnl(int,const char*,const char*,...) __attribute__((alias("_spawnl")));
122 extern intptr_t __cdecl spawnle(int,const char*,const char*,...) __attribute__((alias("_spawnle")));
123 extern intptr_t __cdecl spawnlp(int,const char*,const char*,...) __attribute__((alias("_spawnlp")));
124 extern intptr_t __cdecl spawnlpe(int,const char*,const char*,...) __attribute__((alias("_spawnlpe")));
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_gcc_x86_unix.cpp50 void ATTRIBUTE_USED __attribute__ ((regparm(3)))
78 void ATTRIBUTE_USED __attribute__ ((regparm(3))) (*dummy2)
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcompiler.h10 #define __attribute__(x) macro
85 __attribute__ (( section ( ".discard" ), used )) \
150 extern _decl __attribute__ (( weak ))
192 #define __weak __attribute__ (( weak, noinline ))
264 extern void __attribute__ (( format ( printf, 1, 2 ) ))
554 #define __unused __attribute__ (( unused ))
559 #define __pure __attribute__ (( pure ))
566 #define __const __attribute__ (( const ))
573 #define __nonnull __attribute__ (( nonnull ))
579 #define __malloc __attribute__ (( mallo
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dentropy.c56 static inline __attribute__ (( always_inline )) unsigned int
191 static inline __attribute__ (( always_inline )) unsigned int
227 static inline __attribute__ (( always_inline )) unsigned int
363 static inline __attribute__ (( always_inline )) unsigned int
419 } __attribute__ (( packed )) data;;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
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.6.5/
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.7.7/
H A Dindirect_size.h40 # define PURE __attribute__((pure))
46 # define FASTCALL __attribute__((fastcall))
52 # define INTERNAL __attribute__((visibility("internal")))

Completed in 145 milliseconds

1234567891011>>