Searched refs:aligned (Results 1 – 25 of 55) sorted by relevance
123
/bionic/libc/kernel/uapi/sound/ |
D | compress_offload.h | 28 } __attribute__((packed, aligned(4))); 33 } __attribute__((packed, aligned(4))); 40 } __attribute__((packed, aligned(4))); 44 } __attribute__((packed, aligned(4))); 58 } __attribute__((packed, aligned(4))); 63 } __attribute__((packed, aligned(4))); 71 } __attribute__((packed, aligned(4)));
|
D | compress_params.h | 152 } __attribute__((packed, aligned(4))); 157 } __attribute__((packed, aligned(4))); 161 } __attribute__((packed, aligned(4))); 165 } __attribute__((packed, aligned(4))); 172 } __attribute__((packed, aligned(4))); 185 } __attribute__((packed, aligned(4))); 200 } __attribute__((packed, aligned(4)));
|
/bionic/libc/kernel/uapi/linux/ |
D | types.h | 34 #define __aligned_u64 __u64 __attribute__((aligned(8))) 35 #define __aligned_be64 __be64 __attribute__((aligned(8))) 36 #define __aligned_le64 __le64 __attribute__((aligned(8)))
|
D | mic_common.h | 30 } __attribute__((aligned(8))); 40 } __attribute__((aligned(8))); 49 } __attribute__((aligned(8))); 58 } __attribute__((aligned(8)));
|
D | taskstats.h | 29 __u64 cpu_count __attribute__((aligned(8))); 38 __u8 ac_sched __attribute__((aligned(8))); 40 __u32 ac_uid __attribute__((aligned(8))); 45 __u64 ac_etime __attribute__((aligned(8)));
|
D | rseq.h | 46 } __attribute__((aligned(4 * sizeof(__u64)))); 67 } __attribute__((aligned(4 * sizeof(__u64))));
|
D | atmapi.h | 22 #define __ATM_API_ALIGN __attribute__((aligned(8)))
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | siginfo.h | 23 typedef long long __kernel_si_clock_t __attribute__((aligned(4))); 25 #define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
|
D | statfs.h | 21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed, aligned(4)))
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | ptrace.h | 41 } __attribute__((aligned(8))); 63 } __attribute__((aligned(8))); 69 } __attribute__((aligned(8)));
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_rateest.h | 46 struct xt_rateest * est1 __attribute__((aligned(8))); 47 struct xt_rateest * est2 __attribute__((aligned(8)));
|
D | xt_bpf.h | 30 struct bpf_prog * filter __attribute__((aligned(8))); 46 struct bpf_prog * filter __attribute__((aligned(8)));
|
D | xt_cgroup.h | 34 void * priv __attribute__((aligned(8))); 46 void * priv __attribute__((aligned(8)));
|
D | xt_CT.h | 36 struct nf_conn * ct __attribute__((aligned(8))); 45 struct nf_conn * ct __attribute__((aligned(8)));
|
D | xt_hashlimit.h | 89 struct xt_hashlimit_htable * hinfo __attribute__((aligned(8))); 94 struct xt_hashlimit_htable * hinfo __attribute__((aligned(8))); 99 struct xt_hashlimit_htable * hinfo __attribute__((aligned(8)));
|
D | xt_TEE.h | 25 struct xt_tee_priv * priv __attribute__((aligned(8)));
|
D | xt_LED.h | 26 void * internal_data __attribute__((aligned(8)));
|
D | xt_IDLETIMER.h | 26 struct idletimer_tg * timer __attribute__((aligned(8)));
|
D | xt_RATEEST.h | 27 struct xt_rateest * est __attribute__((aligned(8)));
|
/bionic/tests/libs/ |
D | cfi_test_bad_lib.cpp | 2 __attribute__((aligned(4096))) extern "C" char dummy[16] = {};
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | statfs.h | 21 #define ARCH_PACK_STATFS64 __attribute__((packed, aligned(4)))
|
/bionic/libc/kernel/uapi/asm-arm64/asm/ |
D | statfs.h | 21 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed, aligned(4)))
|
/bionic/libc/kernel/uapi/scsi/ |
D | scsi_netlink.h | 32 } __attribute__((aligned(sizeof(uint64_t)))); 45 } __attribute__((aligned(sizeof(uint64_t))));
|
/bionic/libc/include/bits/ |
D | struct_file.h | 42 } __attribute__((aligned(sizeof(void*))));
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 66 char data[0] __attribute__((aligned(__alignof__(struct ebt_replace)))); 91 unsigned char data[0] __attribute__((aligned(__alignof__(struct ebt_replace)))); 102 unsigned char data[0] __attribute__((aligned(__alignof__(struct ebt_replace)))); 113 unsigned char data[0] __attribute__((aligned(__alignof__(struct ebt_replace)))); 135 unsigned char elems[0] __attribute__((aligned(__alignof__(struct ebt_replace))));
|
123