Searched refs:__attribute__ (Results 251 - 275 of 450) sorted by relevance

<<1112131415161718

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcompiler.h242 struct __una_u64 { unsigned long x __attribute__((packed)); };
243 struct __una_u32 { unsigned int x __attribute__((packed)); };
244 struct __una_u16 { unsigned short x __attribute__((packed)); };
405 struct __una_u64 { uint64_t x __attribute__((packed)); };
406 struct __una_u32 { uint32_t x __attribute__((packed)); };
407 struct __una_u16 { uint16_t x __attribute__((packed)); };
816 struct __una_u64 { unsigned long x __attribute__((packed)); };
818 struct __una_u32 { unsigned int x __attribute__((packed)); };
819 struct __una_u16 { unsigned short x __attribute__((packed)); };
992 struct __una_u32 { unsigned int x __attribute__((packe
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcompiler.h242 struct __una_u64 { unsigned long x __attribute__((packed)); };
243 struct __una_u32 { unsigned int x __attribute__((packed)); };
244 struct __una_u16 { unsigned short x __attribute__((packed)); };
405 struct __una_u64 { uint64_t x __attribute__((packed)); };
406 struct __una_u32 { uint32_t x __attribute__((packed)); };
407 struct __una_u16 { uint16_t x __attribute__((packed)); };
816 struct __una_u64 { unsigned long x __attribute__((packed)); };
818 struct __una_u32 { unsigned int x __attribute__((packed)); };
819 struct __una_u16 { unsigned short x __attribute__((packed)); };
992 struct __una_u32 { unsigned int x __attribute__((packe
[all...]
H A Dglthread.h304 __attribute__((tls_model("initial-exec")));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcompiler.h209 struct __una_u64 { unsigned long x __attribute__((packed)); };
210 struct __una_u32 { unsigned int x __attribute__((packed)); };
211 struct __una_u16 { unsigned short x __attribute__((packed)); };
372 struct __una_u64 { uint64_t x __attribute__((packed)); };
373 struct __una_u32 { uint32_t x __attribute__((packed)); };
374 struct __una_u16 { uint16_t x __attribute__((packed)); };
781 struct __una_u64 { unsigned long x __attribute__((packed)); };
783 struct __una_u32 { unsigned int x __attribute__((packed)); };
784 struct __una_u16 { unsigned short x __attribute__((packed)); };
957 struct __una_u32 { unsigned int x __attribute__((packe
[all...]
H A Dglthread.h304 __attribute__((tls_model("initial-exec")));
H A Dresource.h255 #define X_DEPRECATED __attribute__((deprecated))
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h211 struct __una_u64 { unsigned long x __attribute__((packed)); };
212 struct __una_u32 { unsigned int x __attribute__((packed)); };
213 struct __una_u16 { unsigned short x __attribute__((packed)); };
374 struct __una_u64 { uint64_t x __attribute__((packed)); };
375 struct __una_u32 { uint32_t x __attribute__((packed)); };
376 struct __una_u16 { uint16_t x __attribute__((packed)); };
766 struct __una_u64 { unsigned long x __attribute__((packed)); };
768 struct __una_u32 { unsigned int x __attribute__((packed)); };
769 struct __una_u16 { unsigned short x __attribute__((packed)); };
942 struct __una_u32 { unsigned int x __attribute__((packe
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h245 struct __una_u64 { unsigned long x __attribute__((packed)); };
246 struct __una_u32 { unsigned int x __attribute__((packed)); };
247 struct __una_u16 { unsigned short x __attribute__((packed)); };
408 struct __una_u64 { uint64_t x __attribute__((packed)); };
409 struct __una_u32 { uint32_t x __attribute__((packed)); };
410 struct __una_u16 { uint16_t x __attribute__((packed)); };
819 struct __una_u64 { unsigned long x __attribute__((packed)); };
821 struct __una_u32 { unsigned int x __attribute__((packed)); };
822 struct __una_u16 { unsigned short x __attribute__((packed)); };
995 struct __una_u32 { unsigned int x __attribute__((packe
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h249 struct __una_u64 { unsigned long x __attribute__((packed)); };
250 struct __una_u32 { unsigned int x __attribute__((packed)); };
251 struct __una_u16 { unsigned short x __attribute__((packed)); };
412 struct __una_u64 { uint64_t x __attribute__((packed)); };
413 struct __una_u32 { uint32_t x __attribute__((packed)); };
414 struct __una_u16 { uint16_t x __attribute__((packed)); };
823 struct __una_u64 { unsigned long x __attribute__((packed)); };
825 struct __una_u32 { unsigned int x __attribute__((packed)); };
826 struct __una_u16 { unsigned short x __attribute__((packed)); };
999 struct __una_u32 { unsigned int x __attribute__((packe
[all...]
/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h254 #define GCC_ATTR __attribute__ ((__unused__, __format__ (__printf__, 1, 2)))
260 #define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m)))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h175 extern int __cdecl open(const char*,int,...) __attribute__((alias("_open")));
176 extern int __cdecl sopen(const char*,int,int,...) __attribute__((alias("_sopen")));
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_preboot.c70 } __attribute__ (( packed ));
98 static inline __attribute__ (( always_inline )) const char *
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dmlx_bitops.h49 } __attribute__ (( packed )) u; \
50 } __attribute__ (( packed ))
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Deth_slow.c55 static inline __attribute__ (( always_inline )) const char *
72 static inline __attribute__ (( always_inline )) const char *
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h172 extern int __cdecl open(const char*,int,...) __attribute__((alias("_open")));
173 extern int __cdecl sopen(const char*,int,int,...) __attribute__((alias("_sopen")));
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlversion.h.in395 #define ATTRIBUTE_UNUSED __attribute__((unused))
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dscsi.c290 static inline __attribute__ (( always_inline )) struct scsi_device *
301 static inline __attribute__ (( always_inline )) void
312 static inline __attribute__ (( always_inline )) struct scsi_command *
323 static inline __attribute__ (( always_inline )) void
334 static inline __attribute__ (( always_inline )) void *
H A Dsrp.c148 static inline __attribute__ (( always_inline )) struct srp_device *
159 static inline __attribute__ (( always_inline )) void
170 static inline __attribute__ (( always_inline )) struct srp_command *
181 static inline __attribute__ (( always_inline )) void
696 } __attribute__ (( packed, aligned ( 16 ) ));
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_ccmp.c56 } __attribute__ (( packed ));
74 } __attribute__ (( packed ));
88 } __attribute__ (( packed ));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglthread.h304 __attribute__((tls_model("initial-exec")));
H A Dresource.h255 #define X_DEPRECATED __attribute__((deprecated))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglthread.h304 __attribute__((tls_model("initial-exec")));
H A Dresource.h255 #define X_DEPRECATED __attribute__((deprecated))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglthread.h304 __attribute__((tls_model("initial-exec")));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglthread.h304 __attribute__((tls_model("initial-exec")));

Completed in 347 milliseconds

<<1112131415161718