OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__alignof__
(Results
76 - 100
of
311
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter/
x_tables.h
87
#define XT_ALIGN(s) (((s) + (
__alignof__
(struct _xt_align)-1)) & ~(
__alignof__
(struct _xt_align)-1))
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter/
x_tables.h
87
#define XT_ALIGN(s) (((s) + (
__alignof__
(struct _xt_align)-1)) & ~(
__alignof__
(struct _xt_align)-1))
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter/
x_tables.h
87
#define XT_ALIGN(s) (((s) + (
__alignof__
(struct _xt_align)-1)) & ~(
__alignof__
(struct _xt_align)-1))
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter/
x_tables.h
87
#define XT_ALIGN(s) (((s) + (
__alignof__
(struct _xt_align)-1)) & ~(
__alignof__
(struct _xt_align)-1))
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
x_tables.h
87
#define XT_ALIGN(s) (((s) + (
__alignof__
(struct _xt_align)-1)) & ~(
__alignof__
(struct _xt_align)-1))
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
x_tables.h
87
#define XT_ALIGN(s) (((s) + (
__alignof__
(struct _xt_align)-1)) & ~(
__alignof__
(struct _xt_align)-1))
/external/elfutils/libelf/
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
...]
/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/libffi/testsuite/libffi.call/
pyobjc-tc.c
48
point_type.alignment = 0; /*
__alignof__
(Point);*/
56
size_type.alignment = 0;/*
__alignof__
(Size);*/
64
rect_type.alignment =0;/*
__alignof__
(Rect);*/
/ndk/tests/device/test-stlport_shared-exception/jni/
throw-1.cpp
25
if (check_int ((int *) &a,
__alignof__
(a)) != a)
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);
badalloc1.cpp
49
size = (size +
__alignof__
(object) - 1) & -
__alignof__
(object);
/ndk/tests/device/test-stlport_static-exception/jni/
throw-1.cpp
25
if (check_int ((int *) &a,
__alignof__
(a)) != a)
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);
badalloc1.cpp
49
size = (size +
__alignof__
(object) - 1) & -
__alignof__
(object);
/bionic/libc/kernel/common/linux/netfilter/
x_tables.h
87
#define XT_ALIGN(s) (((s) + (
__alignof__
(struct _xt_align)-1)) & ~(
__alignof__
(struct _xt_align)-1))
/external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h
56
#define alignof(t)
__alignof__
(t)
Completed in 1084 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>