OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__alignof__
(Results
76 - 100
of
230
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h
88
char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
128
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
139
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
150
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
184
unsigned char elems[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h
88
char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
128
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
139
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
150
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
184
unsigned char elems[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h
88
char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
128
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
139
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
150
unsigned char data[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
184
unsigned char elems[0] __attribute__ ((aligned (
__alignof__
(struct ebt_replace))));
/external/elfutils/lib/
md5.h
51
char buffer[128] __attribute__ ((__aligned__ (
__alignof__
(md5_uint32))));
sha1.h
52
char buffer[128] __attribute__ ((__aligned__ (
__alignof__
(sha1_uint32))));
/external/elfutils/libelf/
gelf_getverdaux.c
90
|| unlikely (offset %
__alignof__
(GElf_Verdaux) != 0))
gelf_getverdef.c
90
|| unlikely (offset %
__alignof__
(GElf_Verdef) != 0))
elf_getshstrndx.c
129
& (
__alignof__
(Elf32_Shdr) - 1)) == 0))
167
& (
__alignof__
(Elf64_Shdr) - 1)) == 0))
/ndk/tests/device/test-stlport_shared-exception/jni/
eh-vararg-1.cpp
58
if (check_int (&i,
__alignof__
(i)) != i)
eh-vararg-2.cpp
57
if (check_int (&i,
__alignof__
(i)) != i)
throw-2.cpp
21
if (check_int ((int *) &a,
__alignof__
(a)) != a)
throw-3.cpp
22
if (check_int ((int *) &a,
__alignof__
(a)) != a)
throw-4.cpp
24
if (check_int ((int *) &a,
__alignof__
(a)) != a)
arraynew.cpp
45
x =
__alignof__
(T);
75
x =
__alignof__
(T);
throw-1.cpp
25
if (check_int ((int *) &a,
__alignof__
(a)) != a)
/ndk/tests/device/test-stlport_static-exception/jni/
eh-vararg-1.cpp
58
if (check_int (&i,
__alignof__
(i)) != i)
eh-vararg-2.cpp
57
if (check_int (&i,
__alignof__
(i)) != i)
throw-2.cpp
21
if (check_int ((int *) &a,
__alignof__
(a)) != a)
throw-3.cpp
22
if (check_int ((int *) &a,
__alignof__
(a)) != a)
throw-4.cpp
24
if (check_int ((int *) &a,
__alignof__
(a)) != a)
arraynew.cpp
45
x =
__alignof__
(T);
75
x =
__alignof__
(T);
throw-1.cpp
25
if (check_int ((int *) &a,
__alignof__
(a)) != a)
/external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h
56
#define alignof(t)
__alignof__
(t)
/external/kernel-headers/original/linux/netfilter/
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/chromium_org/base/memory/
manual_constructor.h
39
return AlignedAlloc(size,
__alignof__
(Type));
119
AlignedMemory<sizeof(Type),
__alignof__
(Type)> space_;
Completed in 190 milliseconds
1
2
3
4
5
6
7
8
9
10