HomeSort by relevance Sort by last modified time
    Searched refs:AlignType (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/IR/
DataLayout.cpp 106 retval.AlignType = align_type;
115 return (AlignType == rhs.AlignType
188 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign,
294 AlignTypeEnum AlignType;
297 case 'i': AlignType = INTEGER_ALIGN; break;
298 case 'v': AlignType = VECTOR_ALIGN; break;
299 case 'f': AlignType = FLOAT_ALIGN; break;
300 case 'a': AlignType = AGGREGATE_ALIGN; break;
306 if (AlignType == AGGREGATE_ALIGN && Size != 0
    [all...]
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 55 template<int alignment, int size> struct AlignType { };
56 template<int size> struct AlignType<0, size> { typedef char result[size]; };
63 template<int size> struct AlignType<X, size> { \
86 typename AlignType<CERES_ALIGN_OF(T), sizeof(T) * Size>::result
  /external/ImageMagick/MagickCore/
draw.h 36 } AlignType;
280 AlignType
draw.c     [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.h 30 extern WandExport AlignType
212 DrawSetTextAlignment(DrawingWand *,const AlignType),
drawing-wand.c     [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 70 unsigned AlignType : 8;
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h     [all...]
Include.h 308 using MagickCore::AlignType;
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp     [all...]
  /external/ImageMagick/coders/
msl.c 827 draw_info->align=(AlignType) option;
    [all...]
  /external/ImageMagick/www/api/
drawing-wand.php     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 1077 milliseconds