HomeSort by relevance Sort by last modified time
    Searched defs:ALIGNED (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Sema/
align-x86.c 35 #define ALIGNED(x) __attribute__((aligned(x)))
37 typedef ALIGNED(2) struct {
47 typedef struct ALIGNED(2) {
  /external/libunwind/include/
compiler.h 34 # define ALIGNED(x) __attribute__((aligned(x)))
58 # define ALIGNED(x)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 134 # define ALIGNED(x) __declspec(align(x))
145 // Please only use the ALIGNED macro before the type.
146 // Using ALIGNED after the variable declaration is not portable!
147 # define ALIGNED(x) __attribute__((aligned(x)))
177 typedef ALIGNED(1) u16 uu16;
178 typedef ALIGNED(1) u32 uu32;
179 typedef ALIGNED(1) u64 uu64;
180 typedef ALIGNED(1) s16 us16;
181 typedef ALIGNED(1) s32 us32
    [all...]
  /external/ImageMagick/MagickCore/
accelerate.c 91 #define ALIGNED(pointer,type) ((((size_t)(pointer)) & (sizeof(type)-1)) == 0)
853 /* If the host pointer is aligned to the size of CLPixelPacket,
856 if (ALIGNED(inputPixels,CLPixelPacket))
903 if (ALIGNED(inputPixels,CLPixelPacket))
    [all...]

Completed in 184 milliseconds