/external/clang/include/clang/AST/ |
Attr.h | 69 size_t Alignment = 8) LLVM_NOEXCEPT { 70 return ::operator new(Bytes, C, Alignment); 73 size_t Alignment) LLVM_NOEXCEPT { 74 return ::operator delete(Ptr, C, Alignment);
|
/external/clang/include/clang/Frontend/ |
LayoutOverrideSource.h | 31 /// \brief The alignment of the record. 52 uint64_t &Size, uint64_t &Alignment,
|
/external/llvm/include/llvm/Support/ |
TrailingObjects.h | 20 /// the alignment of the classes involved are appropriate for the 63 /// Helper template to calculate the max alignment requirement for a set of 68 FirstAlignment = AlignOf<First>::Alignment, 69 RestAlignment = AlignmentCalcHelper<Rest...>::Alignment, 74 Alignment = FirstAlignment > RestAlignment ? FirstAlignment : RestAlignment 80 enum { Alignment = AlignOf<First>::Alignment }; 153 static_assert(llvm::AlignOf<PrevTy>::Alignment >= 154 llvm::AlignOf<NextTy>::Alignment, 155 "A trailing object requires more alignment than the previous [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZConstantPoolValue.h | 47 unsigned Alignment) override;
|
SystemZConstantPoolValue.cpp | 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { 31 unsigned AlignMask = Alignment - 1;
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
AlignFragment.h | 39 return F->getKind() == Fragment::Alignment; 47 /// Alignment - The alignment to ensure, in bytes. 56 /// MaxBytesToEmit - The maximum number of bytes to emit; if the alignment
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndr64types.h | 261 NDR64_ALIGNMENT Alignment; 269 NDR64_ALIGNMENT Alignment; 278 NDR64_ALIGNMENT Alignment; 289 NDR64_ALIGNMENT Alignment; 322 NDR64_ALIGNMENT Alignment; 329 NDR64_ALIGNMENT Alignment; 336 NDR64_UINT8 Alignment; 346 NDR64_UINT8 Alignment; 356 NDR64_UINT8 Alignment; 385 NDR64_ALIGNMENT Alignment; [all...] |
iptypes.h | 72 ULONGLONG Alignment; 90 ULONGLONG Alignment; 117 ULONGLONG Alignment; 131 ULONGLONG Alignment; 149 ULONGLONG Alignment; 163 ULONGLONG Alignment; 178 ULONGLONG Alignment; 194 ULONGLONG Alignment; 226 ULONGLONG Alignment; 289 ULONGLONG Alignment; [all...] |
/external/clang/lib/Sema/ |
SemaAttr.cpp | 31 // alignment. 34 unsigned Alignment; 43 /// Alignment - The current user specified alignment. 44 unsigned Alignment; 51 PragmaPackStack() : Alignment(0) {} 53 void setAlignment(unsigned A) { Alignment = A; } 54 unsigned getAlignment() { return Alignment; } 56 /// push - Push the current alignment onto the stack, optionally 59 PackStackEntry PSE = { Alignment, Name } [all...] |
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 82 Alignment = STI->getTargetLowering()->getMinFunctionAlignment(); 84 // FIXME: Shouldn't use pref alignment if explicit alignment is set on Fn. 87 Alignment = std::max(Alignment, 524 /// Clamp the alignment if requested and emit a warning. 529 DEBUG(dbgs() << "Warning: requested alignment " << Align 530 << " exceeds the stack alignment " << StackAlign 537 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment, 540 Alignment = clampStackAlignment(!StackRealignable || !RealignOption [all...] |
/art/runtime/utils/ |
dex_cache_arrays_layout.h | 55 size_t Alignment() const; 105 static size_t Alignment(size_t pointer_size);
|
/external/clang/lib/Frontend/ |
LayoutOverrideSource.cpp | 89 // Check for the alignment of the type. 90 Pos = LineStr.find("Alignment:"); 92 // Skip past the "Alignment:" prefix. 93 LineStr = LineStr.substr(Pos + strlen("Alignment:")); 95 unsigned long long Alignment = 0; 96 (void)LineStr.getAsInteger(10, Alignment); 97 CurrentLayout.Align = Alignment; 101 // Check for the size/alignment of the type. 117 // Parse alignment. 118 unsigned long long Alignment = 0 [all...] |
/external/eigen/test/ |
mapstride.cpp | 12 template<int Alignment,typename VectorType> void map_class_vector(const VectorType& m) 25 if(Alignment!=Aligned) 29 Map<VectorType, Alignment, InnerStride<3> > map(array, size); 51 template<int Alignment,typename MatrixType> void map_class_matrix(const MatrixType& _m) 64 if(Alignment!=Aligned) 69 Map<MatrixType, Alignment, OuterStride<Dynamic> > map(array, rows, cols, OuterStride<Dynamic>(m.innerSize()+1)); 87 Map<MatrixType, Alignment, OuterStride<OuterStrideAtCompileTime> > 101 Map<MatrixType, Alignment, Stride<Dynamic,Dynamic> > map(array, rows, cols, Stride<Dynamic,Dynamic>(2*m.innerSize()+1, 2));
|
/external/llvm/lib/MC/ |
MCSymbol.cpp | 25 // We may need more space for a Name to account for alignment. So allocate 29 // For safety, ensure that the alignment of a pointer is enough for an 32 static_assert((unsigned)AlignOf<MCSymbol>::Alignment <= 33 AlignOf<NameEntryStorageTy>::Alignment, 34 "Bad alignment of MCSymbol");
|
/external/llvm/tools/lli/ |
RemoteMemoryManager.cpp | 33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, 36 // The alignment requirement is just stored here for later use. Regular 41 AllocatedSections.push_back( Allocation(Block, Alignment, true) ); 43 UnmappedSections.push_back( Allocation(Block, Alignment, true) ); 48 allocateDataSection(uintptr_t Size, unsigned Alignment, 52 // The alignment requirement is just stored here for later use. Regular 57 AllocatedSections.push_back( Allocation(Block, Alignment, false) ); 59 UnmappedSections.push_back( Allocation(Block, Alignment, false) ); 102 unsigned Align = Section.Alignment; 104 << ", alignment " << Align << "\n") [all...] |
RemoteTarget.cpp | 31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, 37 if ((uintptr_t)Mem.base() % Alignment) {
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
ObjectLinkingLayerTest.cpp | 29 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, 35 return SectionMemoryManager::allocateDataSection(Size, Alignment,
|
/external/clang/lib/CodeGen/ |
CGValue.h | 41 // The shift to make to an aggregate's alignment to make it look 123 /// The source of the alignment of an l-value; an expression of 124 /// confidence in the alignment actually matching the estimate. 131 /// The l-value was considered opaque, so the alignment was 136 /// The l-value was considered opaque, so the alignment was 141 /// Given that the base address has the given alignment source, what's 142 /// our confidence in the alignment of the field? 179 // The alignment to use when accessing this lvalue. (For vector elements, 180 // this is the alignment of the whole vector.) 181 int64_t Alignment; [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Init.c | 76 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].Alignment = LVDBE_INSTANCE_ALIGN; 84 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].Alignment = LVDBE_PERSISTENT_DATA_ALIGN; 92 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].Alignment = LVDBE_PERSISTENT_COEF_ALIGN; 101 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Alignment = LVDBE_SCRATCH_ALIGN; 138 /* LVDBE_ALIGNMENTERROR Instance or scratch memory on incorrect alignment */ 181 if (((uintptr_t)pMemoryTable->Region[i].pBaseAddress % pMemoryTable->Region[i].Alignment)!=0){
|
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ |
AlignmentTest.java | 28 import android.widget.GridLayout.Alignment; 44 public static final Alignment[] HORIZONTAL_ALIGNMENTS = {LEFT, CENTER, RIGHT, FILL}; 46 public static final Alignment[] VERTICAL_ALIGNMENTS = {TOP, CENTER, BASELINE, BOTTOM, FILL}; 93 Alignment va = VERTICAL_ALIGNMENTS[i]; 95 Alignment ha = HORIZONTAL_ALIGNMENTS[j];
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITCAPITest.cpp | 34 unsigned alignment, 39 size, alignment, sectionID, sectionName); 43 unsigned alignment, 50 size, alignment, sectionID, sectionName, isReadOnly); 98 void useSpace(uintptr_t* UsedSize, uintptr_t Size, unsigned Alignment) { 99 uintptr_t AlignedSize = (Size + Alignment - 1) / Alignment * Alignment; 100 uintptr_t AlignedBegin = (*UsedSize + Alignment - 1) / Alignment * Alignment [all...] |
/external/clang/lib/AST/ |
RecordLayoutBuilder.cpp | 59 /// as alignment attributes on fields and pragmas in effect. 66 /// \brief Overall record alignment in bits. 579 /// Alignment - The current alignment of the record layout. 580 CharUnits Alignment; 582 /// \brief The alignment if attribute packed is not used. 591 /// \brief Whether we need to infer alignment, even when we have an 613 /// MaxFieldAlignment - The maximum allowed field alignment. This is set by 661 Alignment(CharUnits::One()), UnpackedAlignment(CharUnits::One()), 741 /// alignment [all...] |
/external/llvm/lib/Target/ARM/ |
ARMConstantPoolValue.cpp | 63 unsigned Alignment) { 164 unsigned Alignment) { 165 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment); 203 unsigned Alignment) { 204 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment); 243 unsigned Alignment) { 244 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
|
/external/mesa3d/src/mesa/main/ |
pixelstore.c | 128 if (ctx->Pack.Alignment == param) 131 ctx->Pack.Alignment = param; 232 if (ctx->Unpack.Alignment == param) 235 ctx->Unpack.Alignment = param; 264 ctx->Pack.Alignment = 4; 277 ctx->Unpack.Alignment = 4; 297 ctx->DefaultPacking.Alignment = 1;
|
/frameworks/base/core/java/android/text/ |
Layout.java | 150 * override the alignment. 156 int width, Alignment align, 170 * override the alignment. 178 int width, Alignment align, TextDirectionHeuristic textDir, 207 int width, Alignment align, 262 Alignment paraAlign = mAlignment; 290 // Compute the alignment, last alignment style wins. 361 Alignment align = paraAlign; 362 if (align == Alignment.ALIGN_LEFT) [all...] |