Searched refs:__alignof__ (Results 1 – 25 of 45) sorted by relevance
12
/external/clang/test/Sema/ |
D | attr-aligned.c | 7 short g0_chk[__alignof__(g0) == 16 ? 1 : -1]; 18 char a0[__alignof__(ueber_aligned_char) == 8? 1 : -1] = { 0 }; 19 char a1[__alignof__(struct struct_with_ueber_char) == 8? 1 : -1] = { 0 }; 20 char a2[__alignof__(a) == 1? : -1] = { 0 }; 25 char b1[__alignof__(b) == 2 ?: -1] = {0}; 28 char c1[__alignof__(c) == 4 ?: -1] = {0}; 29 char c2[__alignof__(c.member) == 4 ?: -1] = {0}; 32 char d1[__alignof__(d) == 2 ?: -1] = {0}; 33 char d2[__alignof__(d.member) == 2 ?: -1] = {0}; 37 char e1[__alignof__(e) == 2 ?: -1] = {0}; [all …]
|
D | align-x86.c | 5 short chk1[__alignof__(g1) == 8 ? 1 : -1]; 6 short chk2[__alignof__(double) == 8 ? 1 : -1]; 9 short chk1[__alignof__(g2) == 8 ? 1 : -1]; 10 short chk2[__alignof__(long long) == 8 ? 1 : -1]; 13 short chk1[__alignof__(g5) == 8 ? 1 : -1]; 14 short chk2[__alignof__(unsigned long long) == 8 ? 1 : -1]; 17 short chk1[__alignof__(g3) == 8 ? 1 : -1]; 18 short chk2[__alignof__(_Complex double) == 8 ? 1 : -1]; 22 short chk1[__alignof__(g4) == 1 ? 1 : -1]; 23 short chk2[__alignof__(g4.a) == 1 ? 1 : -1];
|
D | align-arm-apcs.c | 4 char chk0[__alignof__(struct s0) == 4 ? 1 : -1];
|
D | align-x86-64.c | 9 char y[__alignof__(x) == 16 ? 1 : -1]; in foo()
|
/external/elfutils/libelf/ |
D | elf_getdata.c | 106 [ELF_T_ADDR] = __alignof__ (ElfW2(Bits,Addr)), \ 107 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \ 108 [ELF_T_WORD] = __alignof__ (ElfW2(Bits,Word)), \ 109 [ELF_T_SYM] = __alignof__ (ElfW2(Bits,Sym)), \ 110 [ELF_T_SYMINFO] = __alignof__ (ElfW2(Bits,Syminfo)), \ 111 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \ 112 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \ 113 [ELF_T_DYN] = __alignof__ (ElfW2(Bits,Dyn)), \ 114 [ELF_T_VDEF] = __alignof__ (ElfW2(Bits,Verdef)), \ 115 [ELF_T_VDAUX] = __alignof__ (ElfW2(Bits,Verdaux)), \ [all …]
|
D | elf_begin.c | 116 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr)) in get_shnum() 174 & (__alignof__ (Elf32_Ehdr) - 1)) == 0)) in get_shnum() 223 & (__alignof__ (Elf64_Ehdr) - 1)) == 0)) in get_shnum() 312 || ((((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0 in file_read_elf() 314 & (__alignof__ (Elf32_Shdr) - 1)) == 0 in file_read_elf() 316 & (__alignof__ (Elf32_Phdr) - 1)) == 0))) in file_read_elf() 400 || ((((uintptr_t) ehdr) & (__alignof__ (Elf64_Ehdr) - 1)) == 0 in file_read_elf() 402 & (__alignof__ (Elf64_Shdr) - 1)) == 0 in file_read_elf() 404 & (__alignof__ (Elf64_Phdr) - 1)) == 0))) in file_read_elf()
|
D | elf_getshstrndx.c | 129 & (__alignof__ (Elf32_Shdr) - 1)) == 0)) 167 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
|
D | gelf_getverdef.c | 90 || unlikely (offset % __alignof__ (GElf_Verdef) != 0))
|
/external/clang/test/CodeGen/ |
D | exprs.c | 7 int y=__alignof__(zxcv); 28 int t2 = __alignof__(void); 31 t2 = __alignof__(void); in test4() 34 t2 = __alignof__(test4()); in test4()
|
D | 2009-02-13-zerosize-union-field-ppc.c | 10 printf("%ld\n", __alignof__(a)); in main() 12 printf("%ld\n", __alignof__(b)); in main()
|
D | 2009-02-13-zerosize-union-field.c | 11 printf("%ld\n", __alignof__(a)); in main() 15 printf("%ld\n", __alignof__(b)); in main()
|
D | alignof.c | 11 return __alignof__(t1_tmp); in f0()
|
/external/astl/src/ |
D | ios_globals.cpp | 49 __attribute__ ((aligned(__alignof__(android::stdio_filebuf)))); 54 __attribute__ ((aligned(__alignof__(ostream))));
|
/external/kernel-headers/original/linux/netfilter/ |
D | x_tables.h | 91 #define XT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) \ 92 & ~(__alignof__(struct _xt_align)-1)) 386 #define COMPAT_XT_ALIGN(s) (((s) + (__alignof__(struct compat_xt_counters)-1)) \ 387 & ~(__alignof__(struct compat_xt_counters)-1))
|
/external/kernel-headers/original/linux/netfilter_arp/ |
D | arp_tables.h | 254 #define ARPT_ALIGN(s) (((s) + (__alignof__(struct arpt_entry)-1)) & ~(__alignof__(struct arpt_entry…
|
/external/elfutils/libebl/ |
D | eblwstrtab.c | 179 align = ((__alignof__ (struct Ebl_WStrent) in newstring() 181 & (__alignof__ (struct Ebl_WStrent) - 1))) in newstring() 182 & (__alignof__ (struct Ebl_WStrent) - 1)); in newstring()
|
D | eblstrtab.c | 174 size_t align = ((__alignof__ (struct Ebl_Strent) in newstring() 176 & (__alignof__ (struct Ebl_Strent) - 1))) in newstring() 177 & (__alignof__ (struct Ebl_Strent) - 1)); in newstring()
|
D | eblgstrtab.c | 179 size_t align = ((__alignof__ (struct Ebl_GStrent) in newstring() 181 & (__alignof__ (struct Ebl_GStrent) - 1))) in newstring() 182 & (__alignof__ (struct Ebl_GStrent) - 1)); in newstring()
|
/external/iproute2/include/linux/ |
D | socket.h | 8 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
|
/external/iptables/include/libiptc/ |
D | libxtc.h | 16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry))
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 25 int k = __alignof__(k); 116 S(char (*)[3]) : x(__alignof__(x)) {} in S()
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
D | ip6_tables.h | 316 #define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry…
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | Alignment.h | 27 #define WTF_ALIGN_OF(type) __alignof__(type)
|
/external/elfutils/lib/ |
D | sha1.h | 52 char buffer[128] __attribute__ ((__aligned__ (__alignof__ (sha1_uint32))));
|
D | md5.h | 51 char buffer[128] __attribute__ ((__aligned__ (__alignof__ (md5_uint32))));
|
12