OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGNED
(Results
1 - 18
of
18
) sorted by null
/external/clang/test/Sema/
align-x86.c
29
#define
ALIGNED
(x) __attribute__((
aligned
(x)))
31
typedef
ALIGNED
(2) struct {
41
typedef struct
ALIGNED
(2) {
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
121
# define
ALIGNED
(x) __declspec(align(x))
135
// Please only use the
ALIGNED
macro before the type.
136
// Using
ALIGNED
after the variable declaration is not portable!
137
# define
ALIGNED
(x) __attribute__((
aligned
(x)))
156
typedef
ALIGNED
(1) u16 uu16;
157
typedef
ALIGNED
(1) u32 uu32;
158
typedef
ALIGNED
(1) u64 uu64;
159
typedef
ALIGNED
(1) s16 us16;
160
typedef
ALIGNED
(1) s32 us32
[
all
...]
sanitizer_allocator.cc
49
static
ALIGNED
(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_chacha20poly1305.c
124
#define
ALIGNED
__attribute__((
aligned
(16)))
126
#define
ALIGNED
136
unsigned char poly1305_key[32]
ALIGNED
;
193
unsigned char poly1305_key[32]
ALIGNED
;
/external/compiler-rt/lib/asan/
asan_malloc_linux.cc
40
const MallocDebug asan_malloc_dispatch
ALIGNED
(32) = {
asan_thread.cc
42
// MIPS requires
aligned
address
43
static
ALIGNED
(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/external/compiler-rt/lib/lsan/
lsan_common_linux.cc
30
static char linker_placeholder[2 * sizeof(LoadedModule)]
ALIGNED
(64);
lsan_thread.cc
38
static char thread_registry_placeholder[sizeof(ThreadRegistry)]
ALIGNED
(64);
lsan_common.cc
77
ALIGNED
(64) static char placeholder_[sizeof(SuppressionContext)];
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc
82
ALIGNED
(64) char placeholder_[sizeof(SuppressionContext)];
/external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc
68
ALIGNED
(64) static char placeholder_[sizeof(SuppressionContext)];
tsan_mman.cc
67
static char allocator_placeholder[sizeof(Allocator)]
ALIGNED
(64);
tsan_rtl.cc
37
THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)]
ALIGNED
(64);
39
static char ctx_placeholder[sizeof(Context)]
ALIGNED
(64);
tsan_interface_ann.cc
91
static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)]
ALIGNED
(64);
/external/valgrind/unittest/
thread_wrappers_win.h
58
#define
ALIGNED
(x) __declspec (align(x))
thread_wrappers_pthread.h
55
#define
ALIGNED
(X) __attribute__ ((
aligned
(X)))
racecheck_unittest.cc
[
all
...]
/external/srec/config/en.us/dictionary/
c0.6
[
all
...]
Completed in 1567 milliseconds