Searched defs:ALIGNED (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_test.cc29 #define ALIGNED __declspec(align(16)) macro
31 #define ALIGNED alignas(16) macro
50 ALIGNED uint8_t out[16];
/external/clang/test/Sema/
H A Dalign-x86.c35 #define ALIGNED(x) __attribute__((aligned(x))) macro
37 typedef ALIGNED(2) struct {
47 typedef struct ALIGNED(2) {
/external/libunwind/include/
H A Dcompiler.h34 # define ALIGNED(x) __attribute__((aligned(x))) macro
58 # define ALIGNED(x) macro
/external/boringssl/src/crypto/cipher/
H A De_chacha20poly1305.c83 #define ALIGNED __attribute__((aligned(16))) macro
85 #define ALIGNED macro
101 uint8_t poly1305_key[32] ALIGNED; local
142 uint8_t tag[POLY1305_TAG_LEN] ALIGNED; local
176 uint8_t tag[POLY1305_TAG_LEN] ALIGNED; local
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h130 # define ALIGNED(x) __declspec(align(x)) macro
141 // Please only use the ALIGNED macro before the type.
142 // Using ALIGNED after the variable declaration is not portable!
143 # define ALIGNED(x) __attribute__((aligned(x)))
173 typedef ALIGNED(1) u16 uu16;
174 typedef ALIGNED(1) u32 uu32;
175 typedef ALIGNED(1) u64 uu64;
176 typedef ALIGNED(1) s16 us16;
177 typedef ALIGNED(1) s32 us32;
178 typedef ALIGNED(
[all...]
/external/ImageMagick/MagickCore/
H A Daccelerate.c91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0) macro
856 if (ALIGNED(inputPixels,CLPixelPacket))
903 if (ALIGNED(inputPixels,CLPixelPacket))
1096 if (ALIGNED(inputPixels,CLPixelPacket))
1116 if (ALIGNED(histogram,cl_uint4))
1140 if (ALIGNED(histogram,cl_uint4))
1157 if (ALIGNED(histogram,cl_uint4))
1418 if (ALIGNED(inputPixels,CLPixelPacket))
1437 if (ALIGNED(stretch_map, PixelPacket))
1491 if (ALIGNED(inputPixel
[all...]

Completed in 143 milliseconds