HomeSort by relevance Sort by last modified time
    Searched refs:Alignment (Results 151 - 175 of 349) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 22 * - C must have the same alignment as A
256 Alignment = PacketSize>1 ? Aligned : 0
258 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector;
259 typedef Map<const Matrix<Scalar,Dynamic,1>, Alignment > ConstMapVector;
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 174 unsigned Alignment = 0, bool isZExt = true,
177 unsigned Alignment = 0);
182 unsigned Alignment);
493 // MachineConstantPool wants an explicit alignment.
551 // MachineConstantPool wants an explicit alignment.
611 // MachineConstantPool wants an explicit alignment.
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
DrawableMarginSpanTest.java 67 Layout.Alignment.ALIGN_NORMAL, 1, 0, true);
  /external/chromium_org/base/memory/
singleton_unittest.cc 269 TEST_F(SingletonTest, Alignment) {
272 // Create some static singletons with increasing sizes and alignment
274 // ensure proper alignment of the static data.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 144 idesc64 isrL, 0x0008, 0 ; 0x11, 17, #AC, Alignment Check
183 dw isrR, 0 ; 0x11, 17, #AC, Alignment Check
xdfprotect.asm 118 idesc32 isrP, 0x0008, 0 ; 0x11, 17, #AC, Alignment Check
156 dw isrR, 0 ; 0x11, 17, #AC, Alignment Check
  /external/chromium_org/ui/views/controls/table/
table_utils.cc 94 ui::TableColumn::Alignment alignment) {
95 switch (alignment) {
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 177 /// \param Alignment The final alignment of the record, in bits.
193 uint64_t &Size, uint64_t &Alignment,
  /external/clang/lib/Sema/
AttributeList.cpp 65 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 289 /// \brief Returns the target's jmp_buf alignment in bytes.
382 unsigned Alignment,
  /external/llvm/include/llvm/Object/
COFFYAML.h 51 unsigned Alignment;
  /frameworks/base/core/java/android/text/
DynamicLayout.java 47 int width, Alignment align,
61 int width, Alignment align,
77 int width, Alignment align,
96 int width, Alignment align, TextDirectionHeuristic textDir,
StaticLayout.java 47 Alignment align, float spacingmult, float spacingadd,
57 int width, Alignment align, TextDirectionHeuristic textDir,
66 Alignment align,
78 Alignment align, TextDirectionHeuristic textDir,
87 Alignment align,
101 Alignment align, TextDirectionHeuristic textDir,
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 150 case Fragment::Alignment:
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 41 const uint16_t RegSize, Alignment; // Size & Alignment of register in bytes
88 /// getAlignment - Return the minimum required alignment for a register of
90 unsigned getAlignment() const { return Alignment; }
MCAssembler.h 346 /// Alignment - The alignment to ensure, in bytes.
347 unsigned Alignment;
355 /// MaxBytesToEmit - The maximum number of bytes to emit; if the alignment
367 : MCFragment(FT_Align, SD), Alignment(_Alignment),
374 unsigned getAlignment() const { return Alignment; }
592 /// Alignment - The maximum alignment seen in this section.
593 unsigned Alignment;
624 unsigned getAlignment() const { return Alignment; }
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 149 size_t Alignment = 16) throw() {
150 return Alloc.Allocate(Size, Alignment);
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 307 unsigned Alignment = DL->getPreferredAlignment(I);
309 if (Alignment > DL->getABITypeAlignment(Ty))
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 24 import android.text.Layout.Alignment;
72 return new StaticLayout(substr, mPaint, w, Alignment.ALIGN_NORMAL, 1, 0, true);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 288 unsigned Alignment = cast<ConstantPoolSDNode>(CPIdx)->getAlignment();
294 VT, false, false, Alignment);
300 Alignment);
314 int Alignment = ST->getAlignment();
327 ST->isVolatile(), ST->isNonTemporal(), Alignment);
412 ST->isVolatile(), ST->isNonTemporal(), Alignment);
416 Alignment = MinAlign(Alignment, IncrementSize);
420 Alignment, ST->getTBAAInfo());
528 unsigned Alignment = LD->getAlignment()
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 120 bool IsMemCpySmall(uint64_t Len, unsigned Alignment);
122 unsigned Alignment);
224 // alignment.
502 // and alignment should be based on the VT.
    [all...]