Searched refs:aligned (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/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 Dsigcontext.h24 } __attribute__((aligned(8)));
H A Dregisters.h15 * (1) that the members of all these structures are carefully aligned to permit
71 * - 8-byte aligned on stack (old SP is saved in frame)
122 } __attribute__((aligned(8)));
148 unsigned long ibar[4] __attribute__((aligned(8)));
149 unsigned long dbar[4] __attribute__((aligned(8)));
150 unsigned long dbdr[4][4] __attribute__((aligned(8)));
151 unsigned long dbmr[4][4] __attribute__((aligned(8)));
152 } __attribute__((aligned(8)));
207 } __attribute__((aligned(8)));
217 } __attribute__((aligned(3
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_TEE.h9 struct xt_tee_priv *priv __attribute__((aligned(8)));
H A Dxt_LED.h12 void *internal_data __attribute__((aligned(8)));
H A Dxt_CT.h14 struct nf_conn *ct __attribute__((aligned(8)));
H A Dxt_IDLETIMER.h42 struct idletimer_tg *timer __attribute__((aligned(8)));
H A Dxt_RATEEST.h12 struct xt_rateest *est __attribute__((aligned(8)));
H A Dxt_connlimit.h29 struct xt_connlimit_data *data __attribute__((aligned(8)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dspinlock_types.h11 } __attribute__ ((aligned (4))) raw_spinlock_t;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Datmapi.h12 #define __ATM_API_ALIGN __attribute__((aligned(8)))
H A Dkvm_para.h40 } __attribute__ ((aligned(PAGE_SIZE)));
H A Dtaskstats.h69 __u64 cpu_count __attribute__((aligned(8)));
104 __u8 ac_sched __attribute__((aligned(8)));
107 __u32 ac_uid __attribute__((aligned(8)));
113 __u64 ac_etime __attribute__((aligned(8)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_internal.h60 /* This struct should be aligned on at least a 32-byte boundary. */
160 uint64_t redDither __attribute__((aligned(8)));
161 uint64_t greenDither __attribute__((aligned(8)));
162 uint64_t blueDither __attribute__((aligned(8)));
164 uint64_t yCoeff __attribute__((aligned(8)));
165 uint64_t vrCoeff __attribute__((aligned(8)));
166 uint64_t ubCoeff __attribute__((aligned(8)));
167 uint64_t vgCoeff __attribute__((aligned(8)));
168 uint64_t ugCoeff __attribute__((aligned(8)));
169 uint64_t yOffset __attribute__((aligned(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsstate.c40 static const char booting_msg[32] __attribute__((aligned(32))) =
42 static const char running_msg[32] __attribute__((aligned(32))) =
44 static const char halting_msg[32] __attribute__((aligned(32))) =
46 static const char poweroff_msg[32] __attribute__((aligned(32))) =
48 static const char rebooting_msg[32] __attribute__((aligned(32))) =
50 static const char panicing_msg[32] __attribute__((aligned(32))) =
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dinit_task.c47 * We need to make sure that this is 16384-byte aligned due to the
51 unsigned char interrupt_stack[ISTACK_SIZE] __attribute__ ((section("init_istack"), aligned(4096)));
53 __attribute__((aligned(128))) __attribute__((__section__(".data.init_task"))) =
62 pmd_t pmd0[PTRS_PER_PMD] __attribute__ ((__section__ (".data.vm0.pmd"), aligned(PAGE_SIZE)));
65 pgd_t swapper_pg_dir[PTRS_PER_PGD] __attribute__ ((__section__ (".data.vm0.pgd"), aligned(PAGE_SIZE)));
66 pte_t pg0[PT_INITIAL * PTRS_PER_PTE] __attribute__ ((__section__ (".data.vm0.pte"), aligned(PAGE_SIZE)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/mm/
H A Dextable.c9 extern const struct exception_table_entry __attribute__((aligned(8))) __start___ex_table[];
10 extern const struct exception_table_entry __attribute__((aligned(8))) __stop___ex_table[];
24 const struct exception_table_entry __attribute__((aligned(8))) *mid;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dvsyscall.h19 #define __section_vgetcpu_mode __attribute__ ((unused, __section__ (".vgetcpu_mode"), aligned(16)))
20 #define __section_jiffies __attribute__ ((unused, __section__ (".jiffies"), aligned(16)))
24 ((unused, __section__ (".vsyscall_gtod_data"),aligned(16)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dinststr.c27 /* Modified to allow for aligned array members, assuming */
35 int aligned = (mask < ~(UL)0) && (((UL)(argv[0]) & mask) == (UL)(argv[0])); local
42 (aligned && argv[count] > ptr && argv[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
53 (aligned && argv[count] > ptr && argv[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
62 (aligned && environ[count] > ptr && environ[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/mach-excite/
H A Dexcite_fpga.h8 * byte aligned at the embedded MK2 platform.
11 typedef unsigned char excite_cci_fpga_align_t __attribute__ ((aligned(2)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_string.h15 struct ts_config __attribute__((aligned(8))) *config;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/mach-excite/
H A Dexcite_fpga.h8 * byte aligned at the embedded MK2 platform.
11 typedef unsigned char excite_cci_fpga_align_t __attribute__ ((aligned(2)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dinststr.c27 /* Modified to allow for aligned array members, assuming */
35 int aligned = (mask < ~(UL)0) && (((UL)(argv[0]) & mask) == (UL)(argv[0])); local
42 (aligned && argv[count] > ptr && argv[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
53 (aligned && argv[count] > ptr && argv[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
62 (aligned && environ[count] > ptr && environ[count] <= (char *)((UL)(ptr + PTRSIZE) & mask))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/cio/
H A Dschid.h9 } __attribute__ ((packed,aligned(4)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dscsi_netlink_fc.h67 } __attribute__((aligned(sizeof(uint64_t))));

Completed in 302 milliseconds

1234567891011>>