Home
last modified time | relevance | path

Searched defs:ALIGNED (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/bstr/src/unicode/fsm/
Dgrapheme_break_fwd.rs17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dword_break_fwd.rs17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dwhitespace_anchored_fwd.rs17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
Dregional_indicator_rev.rs17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
Dgrapheme_break_rev.rs17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
Dsimple_word_fwd.rs17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
Dwhitespace_anchored_rev.rs17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
Dsentence_break_fwd.rs17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { constant
/external/clang/test/Sema/
Dalign-x86.c35 #define ALIGNED(x) __attribute__((aligned(x))) macro
47 typedef struct ALIGNED(2) { struct
48 char a[3];
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h134 # define ALIGNED(x) __declspec(align(x)) macro
147 # define ALIGNED(x) __attribute__((aligned(x))) macro
/external/clang/test/ARCMT/
Dobjcmt-ns-nonatomic-iosonly.m190 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-atomic-property.m183 #define ALIGNED __attribute__((aligned(16))) macro
Dobjcmt-property.m186 #define ALIGNED __attribute__((aligned(16))) macro
/external/compiler-rt/lib/msan/
Dmsan.cc58 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable
/external/ImageMagick/MagickCore/
Daccelerate.c91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0) macro