Searched defs:Alignment (Results 1 - 25 of 141) sorted by relevance

123456

/external/chromium_org/ui/views/
H A Dview_model_utils.h18 enum Alignment { enum in class:views::ViewModelUtils
32 Alignment alignment,
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) argument
29 : TargetFrameLowering(StackGrowsDown, Alignment, 0, Alignment), STI(sti) {}
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_2.h33 enum Alignment { enum in class:views::Menu2
50 void RunMenuAt(const gfx::Point& point, Alignment alignment);
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp5 unsigned Alignment; member in struct:s0
/external/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp147 uint64_t &Alignment,
156 Alignment,
145 layoutRecordType(const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap <const clang::FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &BaseOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &VirtualBaseOffsets) argument
/external/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h33 size_t Alignment; // Alignment of the variable (power of 2). member in struct:llvm::ASanStackVariableDescription
46 size_t FrameAlignment; // Alignment for the entire frame.
/external/llvm/tools/lli/
H A DRemoteTarget.cpp31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, argument
37 if ((uintptr_t)Mem.base() % Alignment) {
H A DRemoteMemoryManager.h34 : MB(mb), Alignment(a), IsCode(code) {}
37 unsigned Alignment; member in struct:llvm::RemoteMemoryManager::Allocation
69 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
73 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
106 unsigned Alignment) override;
109 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) override;
110 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) override;
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.h23 enum Alignment { enum in namespace:message_center
34 // Alignment of the message center relative to the center of the screen.
35 Alignment message_center_alignment;
37 // Alignment of the taskbar relative to the center of the screen.
38 Alignment taskbar_alignment;
/external/chromium_org/ui/base/models/
H A Dtable_model.h95 enum Alignment { enum in struct:ui::TableColumn
100 TableColumn(int id, Alignment alignment, int width, float percent);
108 // Alignment for the content.
109 Alignment alignment;
/external/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp90 Pos = LineStr.find("Alignment:");
92 // Skip past the "Alignment:" prefix.
93 LineStr = LineStr.substr(Pos + strlen("Alignment:"));
95 unsigned long long Alignment = 0; local
96 (void)LineStr.getAsInteger(10, Alignment);
97 CurrentLayout.Align = Alignment;
118 unsigned long long Alignment = 0; local
119 (void)LineStr.getAsInteger(10, Alignment);
120 CurrentLayout.Align = Alignment;
157 uint64_t &Size, uint64_t &Alignment,
156 layoutRecordType(const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonVarargsCallingConvention.h77 unsigned Alignment = local
88 Alignment = 8;
91 unsigned Offset3 = State.AllocateStack(Size, Alignment);
132 unsigned Alignment = local
137 unsigned Offset3 = State.AllocateStack(Size, Alignment);
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument
41 unsigned AlignMask = Alignment - 1;
/external/llvm/unittests/Support/
H A DAllocatorTest.cpp126 void *Allocate(size_t Size, size_t /*Alignment*/) {
129 size_t Alignment = 4096; local
130 void *MemBase = malloc(Size + Alignment - 1 + sizeof(void*));
133 void *Slab = alignPtr((char *)MemBase + sizeof(void *), Alignment);
/external/chromium_org/ui/views/controls/
H A Dimage_view.h31 enum Alignment { enum in class:views::ImageView
67 void SetHorizontalAlignment(Alignment ha);
68 Alignment GetHorizontalAlignment() const;
71 void SetVerticalAlignment(Alignment va);
72 Alignment GetVerticalAlignment() const;
114 Alignment horiz_alignment_;
117 Alignment vert_alignment_;
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h23 uptr Alignment; member in struct:__ubsan::TypeMismatchData
/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h56 unsigned Alignment) = 0;
85 unsigned Alignment; member in class:llvm::MachineConstantPoolEntry
88 : Alignment(A) {
92 : Alignment(A) {
94 Alignment |= 1U << (sizeof(unsigned)*CHAR_BIT-1);
101 return (int)Alignment < 0;
105 return Alignment & ~(1 << (sizeof(unsigned)*CHAR_BIT-1));
155 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
156 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
H A DJITCodeEmitter.h75 unsigned Alignment) = 0;
151 void emitAlignment(unsigned Alignment) { argument
152 if (Alignment == 0) Alignment = 1;
154 Alignment);
160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { argument
161 if (Alignment == 0) Alignment = 1;
163 Alignment);
255 /// failure. Alignment i
257 emitAlignment(Alignment); variable
[all...]
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp22 unsigned Alignment,
27 return allocateSection(RODataMem, Size, Alignment);
28 return allocateSection(RWDataMem, Size, Alignment);
32 unsigned Alignment,
35 return allocateSection(CodeMem, Size, Alignment);
40 unsigned Alignment) {
41 if (!Alignment)
42 Alignment = 16;
44 assert(!(Alignment & (Alignment
21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
31 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
38 allocateSection(MemoryGroup &MemGroup, uintptr_t Size, unsigned Alignment) argument
[all...]
/external/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp29 return a.Alignment > b.Alignment;
42 // The resulting frame size is a multiple of Alignment.
43 static size_t VarAndRedzoneSize(size_t Size, size_t Alignment) { argument
51 return RoundUpTo(Res, Alignment);
65 Vars[i].Alignment = std::max(Vars[i].Alignment, kMinAlignment);
71 Layout->FrameAlignment = std::max(Granularity, Vars[0].Alignment);
75 Vars[0].Alignment);
80 size_t Alignment local
[all...]
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h50 // pixels. Only Views with an Alignment of FILL are given extra space, others
73 enum Alignment { enum in class:views::GridLayout
151 void AddView(View* view, int col_span, int row_span, Alignment h_align,
152 Alignment v_align);
160 Alignment h_align, Alignment v_align,
291 void AddColumn(GridLayout::Alignment h_align,
292 GridLayout::Alignment v_align,
315 void AddColumn(GridLayout::Alignment h_align,
316 GridLayout::Alignment v_alig
[all...]
/external/clang/include/clang/AST/
H A DRecordLayout.h66 // Alignment - Alignment of record in characters.
67 CharUnits Alignment; member in class:clang::ASTRecordLayout
171 CharUnits getAlignment() const { return Alignment; }
/external/eigen/Eigen/src/Core/
H A DStableNorm.h162 Alignment = (int(Flags)&DirectAccessBit) || (int(Flags)&AlignedBit) ? 1 : 0 enumerator in enum:Eigen::__anon20703
169 internal::stable_norm_kernel(this->segment(bi,(min)(blockSize, n - bi)).template forceAlignedAccessIf<Alignment>(), ssq, scale, invScale);
/external/llvm/include/llvm/Object/
H A DCOFFYAML.h51 unsigned Alignment; member in struct:llvm::COFFYAML::Section
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h56 size_t Alignment; member in struct:llvm::TargetJITInfo::StubLayout

Completed in 756 milliseconds

123456