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

1234567891011>>

/freebsd-9.3-release/contrib/gcc/config/
H A Dfloatdidf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef int DItype __attribute__ ((mode (DI)));
5 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfixunssfsi.c2 typedef unsigned int USItype __attribute__ ((mode (SI)));
3 typedef int SItype __attribute__ ((mode (SI)));
4 typedef float SFtype __attribute__ ((mode (SF)));
H A Dfloatundidf.c2 typedef unsigned int USItype __attribute__ ((mode (SI)));
3 typedef unsigned int UDItype __attribute__ ((mode (DI)));
4 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatunsidf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatunsisf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef float SFtype __attribute__ ((mode (SF)));
H A Dfloatunsitf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef float TFtype __attribute__ ((mode (TF)));
H A Dfloatunsixf.c2 typedef int SItype __attribute__ ((mode (SI)));
3 typedef unsigned int USItype __attribute__ ((mode (SI)));
4 typedef float XFtype __attribute__ ((mode (XF)));
H A Dfixsfdi.c2 typedef unsigned int USItype __attribute__ ((mode (SI)));
3 typedef int DItype __attribute__ ((mode (DI)));
4 typedef unsigned int UDItype __attribute__ ((mode (DI)));
5 typedef float SFtype __attribute__ ((mode (SF)));
6 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatundisf.c2 typedef int DItype __attribute__ ((mode (DI)));
3 typedef unsigned int UDItype __attribute__ ((mode (DI)));
4 typedef unsigned int USItype __attribute__ ((mode (SI)));
5 typedef float SFtype __attribute__ ((mode (SF)));
6 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatdisf.c2 typedef int DItype __attribute__ ((mode (DI)));
3 typedef unsigned int UDItype __attribute__ ((mode (DI)));
4 typedef int SItype __attribute__ ((mode (SI)));
5 typedef unsigned int USItype __attribute__ ((mode (SI)));
6 typedef float SFtype __attribute__ ((mode (SF)));
7 typedef float DFtype __attribute__ ((mode (DF)));
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Derror.h22 #ifndef __attribute__
25 # define __attribute__(Spec) /* empty */ macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dcom_err.h44 #if !defined(__GNUC__) && !defined(__attribute__)
45 #define __attribute__(X) macro
54 __attribute__((format(printf, 3, 0)));
57 __attribute__((format(printf, 3, 4)));
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_autoinit.c44 void _thread_init_hack(void) __attribute__ ((constructor));
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_autoinit.c45 void _thread_init_hack(void) __attribute__ ((constructor));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dlzcntintrin.h35 static __inline__ unsigned short __attribute__((__always_inline__, __nodebug__))
41 static __inline__ unsigned int __attribute__((__always_inline__, __nodebug__))
48 static __inline__ unsigned long long __attribute__((__always_inline__, __nodebug__))
H A Drdseedintrin.h32 static __inline__ int __attribute__((__always_inline__, __nodebug__))
38 static __inline__ int __attribute__((__always_inline__, __nodebug__))
45 static __inline__ int __attribute__((__always_inline__, __nodebug__))
/freebsd-9.3-release/crypto/openssh/
H A Dlog.h61 void fatal(const char *, ...) __attribute__((noreturn))
62 __attribute__((format(printf, 1, 2)));
63 void error(const char *, ...) __attribute__((format(printf, 1, 2)));
64 void sigdie(const char *, ...) __attribute__((noreturn))
65 __attribute__((format(printf, 1, 2)));
66 void logit(const char *, ...) __attribute__((format(printf, 1, 2)));
67 void verbose(const char *, ...) __attribute__((format(printf, 1, 2)));
68 void debug(const char *, ...) __attribute__((format(printf, 1, 2)));
69 void debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
70 void debug3(const char *, ...) __attribute__((forma
[all...]
H A Dpoly1305.h18 __attribute__((__bounded__(__minbytes__, 1, POLY1305_TAGLEN)))
19 __attribute__((__bounded__(__buffer__, 2, 3)))
20 __attribute__((__bounded__(__minbytes__, 4, POLY1305_KEYLEN)));
H A Dchacha.h25 __attribute__((__bounded__(__minbytes__, 2, CHACHA_MINKEYLEN)));
27 __attribute__((__bounded__(__minbytes__, 2, CHACHA_NONCELEN)))
28 __attribute__((__bounded__(__minbytes__, 3, CHACHA_CTRLEN)));
31 __attribute__((__bounded__(__buffer__, 2, 4)))
32 __attribute__((__bounded__(__buffer__, 3, 4)));
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.h80 __attribute__((__bounded__(__string__,2,3)));
83 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
85 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
87 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
89 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
91 __attribute__((__bounded__(__string__,1,2)))
92 __attribute__((__bounded__(__minbytes__,3,SHA256_DIGEST_STRING_LENGTH)));
98 __attribute__((__bounded__(__string__,2,3)));
101 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
103 __attribute__((__bounded_
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Derr.hin45 #if !defined(__GNUC__) && !defined(__attribute__)
46 #define __attribute__(x)
59 __attribute__ ((noreturn, format (printf, 2, 0)));
63 __attribute__ ((noreturn, format (printf, 2, 3)));
67 __attribute__ ((noreturn, format (printf, 2, 0)));
71 __attribute__ ((noreturn, format (printf, 2, 3)));
74 __attribute__ ((format (printf, 1, 0)));
78 __attribute__ ((format (printf, 1, 2)));
82 __attribute__ ((format (printf, 1, 0)));
86 __attribute__ ((forma
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h344 } __attribute__ ((packed)) ng_hci_cmd_pkt_t;
353 } __attribute__ ((packed)) ng_hci_acldata_pkt_t;
362 } __attribute__ ((packed)) ng_hci_scodata_pkt_t;
371 } __attribute__ ((packed)) ng_hci_event_pkt_t;
376 } __attribute__ ((packed)) bdaddr_t;
385 } __attribute__ ((packed)) ng_hci_status_rp;
622 } __attribute__ ((packed)) ng_hci_inquiry_cp;
636 } __attribute__ ((packed)) ng_hci_periodic_inquiry_cp;
652 } __attribute__ ((packed)) ng_hci_create_con_cp;
659 } __attribute__ ((packe
[all...]
/freebsd-9.3-release/contrib/openpam/include/security/
H A Dopenpam_attr.h17 # define OPENPAM_FORMAT(params) __attribute__((__format__ params))
23 # define OPENPAM_NONNULL(params) __attribute__((__nonnull__ params))
29 # define OPENPAM_UNUSED(var) var __attribute__((__unused__))
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dformatcheck.h35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dint_util.h27 const char *function) __attribute__((noreturn));

Completed in 257 milliseconds

1234567891011>>