Searched refs:__attribute__ (Results 1 - 25 of 1123) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/scripts/
H A Dcheck-model.c1 int __attribute__ ((__model__ (__small__))) x;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dserial_stub.c12 unsigned long __attribute__ ((weak))
18 void __attribute__ ((weak))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcompiler-gcc.h29 #define inline inline __attribute__((always_inline))
30 #define __inline__ __inline__ __attribute__((always_inline))
31 #define __inline __inline __attribute__((always_inline))
32 #define __deprecated __attribute__((deprecated))
33 #define __packed __attribute__((packed))
34 #define __weak __attribute__((weak))
35 #define __naked __attribute__((naked))
36 #define __noreturn __attribute__((noreturn))
37 #define __pure __attribute__((pure))
38 #define __aligned(x) __attribute__((aligne
[all...]
H A Dtoshiba.h29 unsigned int ebx __attribute__ ((packed));
30 unsigned int ecx __attribute__ ((packed));
31 unsigned int edx __attribute__ ((packed));
32 unsigned int esi __attribute__ ((packed));
33 unsigned int edi __attribute__ ((packed));
H A Dcompiler-gcc4.h10 # define inline inline __attribute__((always_inline))
11 # define __inline__ __inline__ __attribute__((always_inline))
12 # define __inline __inline __attribute__((always_inline))
15 #define __used __attribute__((__used__))
17 #define __must_check __attribute__((warn_unused_result))
19 #define __always_inline inline __attribute__((always_inline))
H A Dcompiler-gcc3.h7 # define __used __attribute__((__used__))
10 # define __used __attribute__((__unused__))
15 #define __must_check __attribute__((warn_unused_result))
24 #define __always_inline inline __attribute__((always_inline))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dgmon_syms.c8 extern void __bb_init_func(void *) __attribute__((weak));
19 extern void __gcov_init(void *) __attribute__((weak));
22 extern void __gcov_merge_add(void *) __attribute__((weak));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dcache.h18 __attribute__((__aligned__(1 << (INTERNODE_CACHE_SHIFT)))) \
19 __attribute__((__section__(".data.page_aligned")))
24 #define __read_mostly __attribute__((__section__(".data.read_mostly")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dgcclib.h7 typedef unsigned int UQItype __attribute__ ((mode (QI)));
8 typedef int SItype __attribute__ ((mode (SI)));
9 typedef unsigned int USItype __attribute__ ((mode (SI)));
10 typedef int DItype __attribute__ ((mode (DI)));
11 typedef int word_type __attribute__ ((mode (__word__)));
12 typedef unsigned int UDItype __attribute__ ((mode (DI)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Dgcclib.h33 typedef unsigned int UQItype __attribute__ ((mode(QI)));
34 typedef int SItype __attribute__ ((mode(SI)));
35 typedef unsigned int USItype __attribute__ ((mode(SI)));
36 typedef int DItype __attribute__ ((mode(DI)));
37 typedef int word_type __attribute__ ((mode(__word__)));
38 typedef unsigned int UDItype __attribute__ ((mode(DI)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/platform/
H A Dacgcc.h55 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
63 #define ACPI_UNUSED_VAR __attribute__ ((unused))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dcache.h20 #define __cacheline_aligned __attribute__((aligned(L1_CACHE_BYTES)))
21 #define ____cacheline_aligned __attribute__((aligned(L1_CACHE_BYTES)))
H A Dinit.h4 #define __init __attribute__ ((__section__ (".text.init")))
5 #define __initdata __attribute__ ((__section__ (".data.init")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dexport.h3 #define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
H A Dvasnprintf.h28 #ifndef __attribute__
31 # define __attribute__(Spec) /* empty */ macro
70 __attribute__ ((__format__ (__printf__, 3, 4)));
72 __attribute__ ((__format__ (__printf__, 3, 0)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dcache.h19 #define __read_mostly __attribute__((__section__(".data.read_mostly")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxvasprintf.h23 #ifndef __attribute__
26 # define __attribute__(Spec) /* empty */ macro
48 __attribute__ ((__format__ (__printf__, 1, 2)));
50 __attribute__ ((__format__ (__printf__, 1, 0)));
H A Derror.h21 #ifndef __attribute__
24 # define __attribute__(Spec) /* empty */ macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxvasprintf.h23 #ifndef __attribute__
26 # define __attribute__(Spec) /* empty */ macro
48 __attribute__ ((__format__ (__printf__, 1, 2)));
50 __attribute__ ((__format__ (__printf__, 1, 0)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/include/
H A Dexport.h3 #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/include/
H A Dexport.h3 #define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dinternal.h30 #define FASTCALL __attribute__((stdcall, regparm(3)))
33 #define FASTCALL __attribute__((regparm(3)))
34 #define PTRFASTCALL __attribute__((regparm(3)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Derror.h21 #ifndef __attribute__
24 # define __attribute__(Spec) /* empty */ macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.h28 #ifndef __attribute__
31 # define __attribute__(Spec) /* empty */ macro
70 __attribute__ ((__format__ (__printf__, 3, 4)));
72 __attribute__ ((__format__ (__printf__, 3, 0)));
H A Dvasprintf.h25 #ifndef __attribute__
28 # define __attribute__(Spec) /* empty */ macro
47 __attribute__ ((__format__ (__printf__, 2, 3)));
49 __attribute__ ((__format__ (__printf__, 2, 0)));

Completed in 180 milliseconds

1234567891011>>