/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
miniport.h | 155 ULONG Alignment; 162 ULONG Alignment; 182 ULONG Alignment;
|
/art/runtime/utils/ |
dex_cache_arrays_layout-inl.h | 41 RoundUp(fields_offset_ + FieldsSize(header.field_ids_size_), Alignment())) { 49 inline size_t DexCacheArraysLayout::Alignment() const { 50 // GcRoot<> alignment is 4, i.e. lower than or equal to the pointer alignment. 54 // Pointer alignment is the same as pointer size.
|
/external/clang/include/clang/AST/ |
AttrIterator.h | 27 size_t Alignment = 8); 31 size_t Alignment);
|
/external/clang/lib/AST/ |
RecordLayout.cpp | 32 CharUnits alignment, 37 : Size(size), DataSize(datasize), Alignment(alignment), 48 CharUnits size, CharUnits alignment, 65 : Size(size), DataSize(datasize), Alignment(alignment),
|
/external/llvm/include/llvm/CodeGen/ |
MIRYamlMapping.h | 196 unsigned Alignment = 0; 223 YamlIO.mapOptional("alignment", Object.Alignment); 246 unsigned Alignment = 0; 269 YamlIO.mapOptional("alignment", Object.Alignment); 284 unsigned Alignment = 0; 291 YamlIO.mapOptional("alignment", Constant.Alignment); 385 unsigned Alignment = 0 [all...] |
/external/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 105 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 112 virtual uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
|
/external/llvm/include/llvm-c/ |
ExecutionEngine.h | 156 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID, 159 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetTransformInfo.h | 115 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 128 ArrayRef<unsigned> Indices, unsigned Alignment,
|
/external/llvm/lib/Target/ARM/ |
ARMTargetTransformInfo.h | 116 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 120 ArrayRef<unsigned> Indices, unsigned Alignment,
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetTransformInfo.h | 84 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 89 unsigned Alignment,
|
/external/llvm/lib/Target/X86/ |
X86TargetTransformInfo.h | 75 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 77 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
EllipsizedMultilineTextView.java | 22 import android.text.Layout.Alignment; 77 layout = new StaticLayout(text, 0, text.length(), getPaint(), w, Alignment.ALIGN_NORMAL,
|
/external/llvm/include/llvm/Support/ |
RecyclingAllocator.h | 26 size_t Size = sizeof(T), size_t Align = AlignOf<T>::Alignment>
|
/external/llvm/lib/IR/ |
User.cpp | 46 static_assert(AlignOf<Use>::Alignment >= AlignOf<Use::UserRef>::Alignment, 47 "Alignment is insufficient for 'hung-off-uses' pieces"); 48 static_assert(AlignOf<Use::UserRef>::Alignment >= 49 AlignOf<BasicBlock *>::Alignment, 50 "Alignment is insufficient for 'hung-off-uses' pieces"); 126 "We need this to satisfy alignment constraints for Uses");
|
Attributes.cpp | 79 assert(isPowerOf2_32(Align) && "Alignment must be a power of two."); 80 assert(Align <= 0x40000000 && "Alignment too large."); 81 return get(Context, Alignment, Align); 86 assert(isPowerOf2_32(Align) && "Alignment must be a power of two."); 87 assert(Align <= 0x100 && "Alignment too large."); 156 /// This returns the alignment field of an attribute as a byte alignment value. 158 assert(hasAttribute(Attribute::Alignment) && 159 "Trying to get alignment from non-alignment attribute!") [all...] |
/external/llvm/tools/lli/ |
RemoteTarget.h | 42 /// @param Alignment Required minimum alignment for allocated space. 48 unsigned Alignment, 99 /// Minimum alignment for memory permissions. Used to separate code and 103 /// @returns Page alignment return value. Default of 4k.
|
/external/llvm/tools/llvm-cov/ |
CoverageReport.cpp | 30 AlignmentKind Alignment; 33 : Str(Str), Width(Width), Trim(WidthTrim), Alignment(LeftAlignment) {} 41 Alignment = Value; 56 if (Alignment == RightAlignment) {
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Init.c | 90 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Alignment = LVEQNB_INSTANCE_ALIGN; 111 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Alignment = LVEQNB_DATA_ALIGN; 127 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].Alignment = LVEQNB_COEF_ALIGN; 139 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].Alignment = LVEQNB_SCRATCH_ALIGN;
|
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 150 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 153 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, 193 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) { 194 Size = RoundUpToAlignment(Size, Alignment); 217 unsigned Alignment, 221 outs() << "allocateCodeSection(Size = " << Size << ", Alignment = " 222 << Alignment << ", SectionName = " << SectionName << ")\n"; 225 return allocateFromSlab(Size, Alignment, true /* isCode */); 236 unsigned Alignment, 241 outs() << "allocateDataSection(Size = " << Size << ", Alignment = [all...] |
/external/llvm/include/llvm/IR/ |
Attributes.h | 89 /// alignment set. 118 /// requires the attribute to be an enum or alignment attribute. 122 /// attribute be an alignment attribute. 133 /// \brief Returns the alignment field of an attribute as a byte alignment 137 /// \brief Returns the stack alignment field of an attribute as a byte 138 /// alignment value. 304 /// \brief Return the alignment for the specified function parameter. 307 /// \brief Get the stack alignment. 394 uint64_t Alignment; [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 107 * columns and rows are taken as flexible if their views specify some form of alignment 110 * The flexibility of a view is therefore influenced by its alignment which is, 113 * If either a weight or alignment were defined along a given axis then the component 114 * is taken as <em>flexible</em> in that direction. If no weight or alignment was set, 198 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment 207 * children that belong to a row group that uses {@link #TOP} alignment will 223 * belong to a row group that uses {@link #TOP} alignment. 474 * Returns the alignment mode. 476 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS} 491 * Sets the alignment mode to be used for all of the alignments between th 2395 Alignment alignment = spec.getAbsoluteAlignment(axis.horizontal); local 2532 final Alignment alignment; field in class:Spec [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 106 * flexible if their views specify some form of alignment within their groups. 108 * The flexibility of a view is therefore influenced by its alignment which is, 111 * If either a weight or alignment were defined along a given axis then the component 112 * is taken as <em>flexible</em> in that direction. If no weight or alignment was set, 186 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment 195 * children that belong to a row group that uses {@link #TOP} alignment will 211 * belong to a row group that uses {@link #TOP} alignment. 466 * Returns the alignment mode. 468 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS} 482 * Sets the alignment mode to be used for all of the alignments between th 2289 Alignment alignment = spec.getAbsoluteAlignment(horizontal); local 2426 final Alignment alignment; field in class:Spec [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 267 // assuming that all sections are allocated with the given alignment 270 uint64_t Alignment) { 274 (SectionSizes[Idx] + Alignment - 1) / Alignment * Alignment; 347 // also determine the max alignment of all sections 362 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; 386 // update the max alignment 387 if (Alignment > MaxAlignment) { 388 MaxAlignment = Alignment; [all...] |
/frameworks/base/core/java/android/text/ |
Html.java | 302 Layout.Alignment align = 305 if (align == Layout.Alignment.ALIGN_CENTER) { 307 } else if (align == Layout.Alignment.ALIGN_OPPOSITE) { 377 final Layout.Alignment alignment = s.getAlignment(); local 378 if (alignment == Layout.Alignment.ALIGN_NORMAL) { 380 } else if (alignment == Layout.Alignment.ALIGN_CENTER) { 382 } else if (alignment == Layout.Alignment.ALIGN_OPPOSITE) 977 String alignment = m.group(1); local [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 50 * Alignment constraint that can be used during search of free registers. 52 private enum Alignment { 82 * specified starting index and that respect {@link Alignment}. 86 * @return the index of the next clear bit respecting alignment. 413 * Return the register alignment constraint to have 64-bits registers that will be align on even 418 * @return the register alignment constraint. 420 private Alignment getAlignment(int regCategory) { 421 Alignment alignment = Alignment.UNSPECIFIED local 481 Alignment alignment = getAlignment(category); local 964 Alignment alignment = Alignment.UNSPECIFIED; local [all...] |