HomeSort by relevance Sort by last modified time
    Searched full:align_type (Results 1 - 15 of 15) sorted by null

  /external/opencv3/3rdparty/libjpeg/
jmemmgr.c 61 * multiples of sizeof(ALIGN_TYPE).
62 * By default, we define ALIGN_TYPE as double. This is necessary on some
65 * you can save a few bytes by making ALIGN_TYPE smaller.
69 * aligned well. Put "#define ALIGN_TYPE long" in jconfig.h if you have
73 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
74 #define ALIGN_TYPE double
85 * Notice that the "real" header fields are union'ed with a dummy ALIGN_TYPE
87 * of the alignment requirement of ALIGN_TYPE.
98 ALIGN_TYPE dummy; /* included in union to ensure alignment */
109 ALIGN_TYPE dummy; /* included in union to ensure alignment *
    [all...]
jmemsys.h 74 * size_t and will be a multiple of sizeof(align_type).
jerror.h 43 JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix")
  /external/pdfium/third_party/libjpeg/
fpdfapi_jmemmgr.c 62 * multiples of sizeof(ALIGN_TYPE).
63 * By default, we define ALIGN_TYPE as double. This is necessary on some
66 * you can save a few bytes by making ALIGN_TYPE smaller.
70 * aligned well. Put "#define ALIGN_TYPE long" in jconfig.h if you have
74 #ifndef ALIGN_TYPE /* so can override from jconfig.h */
75 #define ALIGN_TYPE double
86 * Notice that the "real" header fields are union'ed with a dummy ALIGN_TYPE
88 * of the alignment requirement of ALIGN_TYPE.
99 ALIGN_TYPE dummy; /* included in union to ensure alignment */
110 ALIGN_TYPE dummy; /* included in union to ensure alignment *
    [all...]
jmemsys.h 71 * size_t and will be a multiple of sizeof(align_type).
jerror.h 44 JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix")
  /external/llvm/lib/IR/
DataLayout.cpp 102 LayoutAlignElem::get(AlignTypeEnum align_type, unsigned abi_align,
106 retval.AlignType = align_type;
398 DataLayout::setAlignment(AlignTypeEnum align_type, unsigned abi_align,
416 if (Elem.AlignType == (unsigned)align_type &&
425 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align,
  /external/libjpeg-turbo/
jmemsys.h 57 * size_t and will be a multiple of sizeof(align_type).
jerror.h 49 JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix")
jmemmgr.c     [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 75 static LayoutAlignElem get(AlignTypeEnum align_type, unsigned abi_align,
150 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
152 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 6201 enum ebb_target_enum align_type; \/* for the target alignment *\/ member in struct:proposed_action_struct
7445 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN; local
    [all...]
  /external/libpng/
pngrutil.c     [all...]
  /prebuilts/android-emulator/linux-x86_64/
emulator-mips 
emulator-x86 

Completed in 586 milliseconds