/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/ |
PciHostBridge.h | 74 UINT64 Alignment;
|
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 258 /// \param Alignment The final alignment of the record, in bits. 273 const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment,
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyUtil.h | 48 return Allocator->Allocate(Sz, llvm::AlignOf<AlignmentType>::Alignment);
|
/external/clang/lib/AST/ |
DeclBase.cpp | 49 static_assert(llvm::AlignOf<Decl>::Alignment >= \ 50 llvm::AlignOf<DERIVED##Decl>::Alignment, \ 51 "Alignment sufficient after objects prepended to " #DERIVED); 59 static_assert(sizeof(unsigned) * 2 >= llvm::AlignOf<Decl>::Alignment, 81 // Ensure required alignment of the resulting object by adding extra 85 llvm::AlignOf<Decl>::Alignment); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | 148 bool isMemCpySmall(uint64_t Len, unsigned Alignment); 150 unsigned Alignment); 392 // alignment. [all...] |
/frameworks/rs/rsov/compiler/ |
Builtin.cpp | 311 inst->mOperand2 == Decoration::Alignment) {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PendingAppWidgetHostView.java | 250 Layout.Alignment.ALIGN_CENTER, 1, 0, true);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
TutorialEN.java | 148 Layout.Alignment.ALIGN_NORMAL, 1, 0, true);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
FdfParser.py | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/ |
UefiIfrOpCodeCreation.c | 611 IN UINT8 Alignment,
631 Banner.Alignment = Alignment;
|
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 433 static_assert(sizeof(Header) % llvm::AlignOf<T>::Alignment == 0, [all...] |
CodeGenModule.h | 222 /// The alignment of the field. This is important because 225 CharUnits Alignment; 227 BlockByrefHelpers(CharUnits alignment) : Alignment(alignment) {} 232 id.AddInteger(Alignment.getQuantity()); 733 /// Returns the assumed alignment of an opaque pointer to the given class. 736 /// Returns the assumed alignment of a virtual base of a class. 741 /// Given a class pointer with an actual known alignment, and the 742 /// expected alignment of an object at a dynamic offset w.r.t tha [all...] |
/external/eigen/Eigen/src/Core/ |
DenseStorage.h | 38 * Static array. If the MatrixOrArrayOptions require auto-alignment, the array will be automatically aligned: 42 int Alignment = (MatrixOrArrayOptions&DontAlign) ? 0 158 template <typename T, int MatrixOrArrayOptions, int Alignment> 159 struct plain_array<T, 0, MatrixOrArrayOptions, Alignment>
|
/external/eigen/Eigen/src/Core/util/ |
Memory.h | 150 /** \internal Allocates \a size bytes. The returned pointer is guaranteed to have 16 or 32 bytes alignment depending on the requirements. 292 /** \internal Allocates \a size objects of type T. The returned pointer is guaranteed to have 16 bytes alignment. 421 /** \internal Returns the index of the first element of the array that is well aligned with respect to the requested \a Alignment. 423 * \tparam Alignment requested alignment in Bytes. 427 * \note If no element of the array is well aligned or the requested alignment is not a multiple of a scalar, 428 * the size of the array is returned. For example with SSE, the requested alignment is typically 16-bytes. If 431 * \note Otherwise, if the Alignment is larger that the scalar size, we rely on the assumptions that sizeof(Scalar) is a 438 template<int Alignment, typename Scalar, typename Index> 442 const Index AlignmentSize = Alignment / ScalarSize [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Scalarizer.cpp | 106 // Return the alignment of element I. 117 // The alignment of the vector. 351 // Try to fill in Layout from Ty, returning true on success. Alignment is 352 // the alignment of the vector, or 0 if the ABI default should be used. 353 bool Scalarizer::getVectorLayout(Type *Ty, unsigned Alignment, 366 if (Alignment) 367 Layout.VecAlign = Alignment;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineBasicBlock.cpp | 37 : BB(bb), Number(-1), xParent(&mf), Alignment(0), IsLandingPad(false), 206 if (Alignment) { OS << "Alignment " << Alignment << "\n"; }
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 201 case Fragment::Alignment: { 914 if (frag->getKind() == mcld::Fragment::Alignment) { 930 // if the align constraint is larger than 1, append an alignment 931 unsigned int alignment = pFrom.getSection().align(); local 932 align = new AlignFragment(/*alignment*/alignment, 935 /*max bytes to emit*/alignment - 1); 998 unsigned int alignment = pFrom.getSection().align(); local [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | 517 unsigned Alignment; // 0 = no alignment specified 518 // n = alignment in bytes (2, 4, 8, 16, or 32) 597 /// getAlignmentLoc - Get the location of the Alignment token of this operand. [all...] |
/frameworks/base/core/java/android/widget/ |
TextView.java | 7757 Layout.Alignment alignment; local 7832 Layout.Alignment alignment = getLayoutAlignment(); local [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
LegacyBootSupport.c | 644 UINTN Alignment;
673 &Alignment,
678 DEBUG ((EFI_D_INFO, " Table - %x, Size - %x, Location - %x, Alignment - %x\n", (UINTN)Table, (UINTN)TableSize, (UINTN)Location, (UINTN)Alignment));
696 Regs.X.DX = (UINT16) Alignment;
722 &Alignment,
[all...] |
/frameworks/base/media/java/android/media/ |
Cea708CaptionRenderer.java | 36 import android.text.Layout.Alignment; [all...] |
WebVttRenderer.java | 20 import android.text.Layout.Alignment; 537 .append(", alignment:") 897 // TODO: add support for optional alignment value [,start|middle|end] 1726 final Alignment alignment; local [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCalls.cpp | 154 // If the memcpy/memmove provides better alignment info than we can 176 unsigned Alignment = getKnownAlignment(MI->getDest(), DL, MI, AC, DT); 177 if (MI->getAlignment() < Alignment) { 179 Alignment, false)); 183 // Extract the length and alignment and fill if they are constant. 189 Alignment = MI->getAlignment(); 201 // Alignment 0 is identity for alignment 1 for memset, but not store. 202 if (Alignment == 0) Alignment = 1 [all...] |