Searched refs:__attribute__ (Results 226 - 250 of 1123) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dmuldi3.c59 typedef int SItype __attribute__ ((mode (SI)));
60 typedef unsigned int USItype __attribute__ ((mode (SI)));
61 typedef int DItype __attribute__ ((mode (DI)));
62 typedef int word_type __attribute__ ((mode (__word__)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_pcixcc.h74 } __attribute__((packed));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip6_tunnel.h38 } __attribute__ ((packed));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dipl.h40 } __attribute__((packed));
57 } __attribute__((packed));
68 } __attribute__((packed));
76 } __attribute__((packed));
H A Ds390_ext.h23 } __attribute__ ((packed)) ext_int_info_t;
H A Dappldata.h32 } __attribute__ ((packed));
54 } __attribute__ ((packed));
65 } __attribute__ ((packed));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dunaligned.h29 extern void bad_unaligned_access_length(void) __attribute__((noreturn));
31 struct __una_u64 { __u64 x __attribute__((packed)); };
32 struct __una_u32 { __u32 x __attribute__((packed)); };
33 struct __una_u16 { __u16 x __attribute__((packed)); };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_statistic.h29 struct xt_statistic_info *master __attribute__((aligned(8)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_ulog.h32 unsigned char data[0] __attribute__
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/mach/
H A Darch.h53 __attribute__((__section__(".arch.info.init"))) = { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddns-spin-test.c45 static void fail(const char *fmt, ...) __attribute__((format(printf, 1, 2), noreturn));
46 static void unresolved(const char *fmt, ...) __attribute__((format(printf, 1, 2), noreturn));
47 static void stdlib_fail(const char *msg) __attribute__((noreturn));
48 static void handle(int sig) __attribute__((noreturn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxalloc.h48 __attribute__ ((__noreturn__))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogging.c61 # define BROKEN_GCC_FORMAT_ATTRIBUTE __attribute__((format(printf, 6, 0)))
358 int ntfs_log_handler_syslog(const char *function __attribute__((unused)), argument
359 const char *file __attribute__((unused)),
360 int line __attribute__((unused)), u32 level,
361 void *data __attribute__((unused)),
482 int ntfs_log_handler_null(const char *function __attribute__((unused)), const char *file __attribute__((unused)), argument
483 int line __attribute__((unused)), u32 level __attribute__((unused)), void *data __attribute__((unuse
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-reset.c29 void machine_restart(char *command) __attribute__((noreturn));
30 void machine_halt(void) __attribute__((noreturn));
31 void machine_power_off(void) __attribute__((noreturn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-summit/
H A Dmach_mpparse.h60 } __attribute__((packed));
72 } __attribute__((packed));
102 } __attribute__((packed));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Delfnote.h67 __attribute__((aligned(sizeof(Elf##size##_Word)))); \
69 __attribute__((aligned(sizeof(Elf##size##_Word)))); \
72 __attribute__((section(".note." name), \
H A Dkernel.h116 __attribute__ ((NORET_AND format (printf, 1, 2)));
129 __attribute__ ((format (printf, 2, 3)));
131 __attribute__ ((format (printf, 2, 0)));
133 __attribute__ ((format (printf, 3, 4)));
135 __attribute__ ((format (printf, 3, 0)));
137 __attribute__ ((format (printf, 3, 4)));
139 __attribute__ ((format (printf, 3, 0)));
141 __attribute__ ((format (printf, 2, 3)));
145 __attribute__ ((format (scanf, 2, 3)));
147 __attribute__ ((forma
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdio.in.h46 #ifndef __attribute__
49 # define __attribute__(Spec) /* empty */ macro
72 __attribute__ ((__format__ (__printf__, 2, 3)));
87 __attribute__ ((__format__ (__printf__, 2, 0)));
100 /* Don't break __attribute__((format(printf,M,N))). */
103 __attribute__ ((__format__ (__printf__, 1, 2)));
112 /* Don't break __attribute__((format(printf,M,N))). */
125 __attribute__ ((__format__ (__printf__, 1, 0)));
142 __attribute__ ((__format__ (__printf__, 3, 4)));
158 __attribute__ ((__format_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdio.in.h46 #ifndef __attribute__
49 # define __attribute__(Spec) /* empty */ macro
72 __attribute__ ((__format__ (__printf__, 2, 3)));
87 __attribute__ ((__format__ (__printf__, 2, 0)));
100 /* Don't break __attribute__((format(printf,M,N))). */
103 __attribute__ ((__format__ (__printf__, 1, 2)));
112 /* Don't break __attribute__((format(printf,M,N))). */
125 __attribute__ ((__format__ (__printf__, 1, 0)));
142 __attribute__ ((__format__ (__printf__, 3, 4)));
158 __attribute__ ((__format_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dipr.h274 }__attribute__((packed, aligned (4)));
279 }__attribute__((packed));
284 }__attribute__((packed));
289 }__attribute__((packed));
318 }__attribute__ ((packed));
347 }__attribute__ ((packed, aligned (4)));
354 }__attribute__((packed, aligned (4)));
359 }__attribute__((packed, aligned (4)));
364 }__attribute__((packed, aligned (4)));
372 }__attribute__((packe
[all...]
H A Dmegaraid.h132 } __attribute__ ((packed));
141 } __attribute__ ((packed));
146 } __attribute__ ((packed)) mbox_t;
152 } __attribute__ ((packed)) mbox64_t;
178 } __attribute__ ((packed)) mega_passthru;
206 } __attribute__ ((packed)) mega_ext_passthru;
211 } __attribute__ ((packed)) mega_sgl64;
216 } __attribute__ ((packed)) mega_sglist;
281 } __attribute__ ((packed)) mega_product_info;
327 } __attribute__ ((packe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dcommon_ext.h24 void __db_syserr __P((const ENV *, int, const char *, ...)) __attribute__ ((__format__ (__printf__, 3, 4)));
25 void __db_err __P((const ENV *, int, const char *, ...)) __attribute__ ((__format__ (__printf__, 3, 4)));
26 void __db_errx __P((const ENV *, const char *, ...)) __attribute__ ((__format__ (__printf__, 2, 3)));
29 void __db_msgadd __P((ENV *, DB_MSGBUF *, const char *, ...)) __attribute__ ((__format__ (__printf__, 3, 4)));
31 void __db_msg __P((const ENV *, const char *, ...)) __attribute__ ((__format__ (__printf__, 2, 3)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Dmuldi3.c71 typedef unsigned int usitype __attribute__ ((mode(SI)));
72 typedef int sitype __attribute__ ((mode(SI)));
73 typedef int ditype __attribute__ ((mode(DI)));
74 typedef int word_type __attribute__ ((mode(__word__)));
85 ditype __muldi3(ditype u, ditype v)__attribute__((l1_text));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dprefix.h44 } u __attribute__ ((aligned (8)));
52 struct in_addr prefix __attribute__ ((aligned (8)));
61 struct in6_addr prefix __attribute__ ((aligned (8)));
69 struct in_addr id __attribute__ ((aligned (8)));
78 u_char val[8] __attribute__ ((aligned (8)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dcio.h43 } __attribute__ ((packed));
53 } __attribute__ ((packed,aligned(4)));
78 } __attribute__ ((packed,aligned(4)));
96 } __attribute__ ((packed)) options;
107 } __attribute__ ((aligned(8)));

Completed in 150 milliseconds

1234567891011>>