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

/bionic/libc/kernel/common/linux/
H A Datmapi.h17 #define __ATM_API_ALIGN __attribute__((aligned(8)))
H A Drbtree.h25 } __attribute__((aligned(sizeof(long))));
H A Dmod_devicetable.h36 __attribute__((aligned(sizeof(kernel_ulong_t))));
137 __attribute__((aligned(sizeof(__u32))));
140 __attribute__((aligned(sizeof(kernel_ulong_t))));
H A Dinit.h67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }
H A Dmoduleparam.h63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
H A Dsocket.h23 } __attribute__ ((aligned(_K_SS_ALIGNSIZE)));
/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_string.h26 struct ts_config __attribute__((aligned(8))) *config;
H A Dxt_statistic.h40 struct xt_statistic_info *master __attribute__((aligned(8)));
/bionic/libc/kernel/arch-arm/asm/
H A Dstatfs.h41 } __attribute__ ((packed,aligned(4)));
/bionic/libc/kernel/arch-x86/asm/
H A Ddesc_32.h35 } __attribute__((aligned(PAGE_SIZE)));
H A Dprocessor_32.h122 } __attribute__ ((aligned (16)));
/bionic/libc/arch-sh/bionic/
H A Dmemset.S98 mova 1f,r0 /* 1f must be 4bytes aligned! */
146 /* 2 bytes aligned small fill */
155 tst #1,r0 /* len is aligned? */
162 mova 1f,r0 /* 1f must be 4bytes aligned! */
214 aligned: label
293 bra aligned
/bionic/libc/bionic/
H A Dmalloc_debug_common.c212 const MallocDebug __libc_malloc_default_dispatch __attribute__((aligned(32))) =
256 static MallocDebug gMallocUse __attribute__((aligned(32))) = {
/bionic/linker/
H A DAndroid.mk17 # This is aligned to 4K page boundary so that both GNU ld and gold work. Gold

Completed in 523 milliseconds