HomeSort by relevance Sort by last modified time
    Searched refs:Align (Results 251 - 275 of 1309) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 52 unsigned Align, bool isVolatile,
67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
81 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 55 unsigned Align, bool isVolatile,
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
84 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 55 unsigned Align, bool isVolatile,
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
84 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 55 unsigned Align, bool isVolatile,
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
84 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 55 unsigned Align, bool isVolatile,
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
84 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 374 // The symbol align should update the section alignment if needed
376 unsigned Align = TD->getPreferredAlignment(GVar);
386 ES.Align = 1;
387 GblSym->Value = Align;
394 if (Align) ES.Size = (ES.Size + Align-1) & ~(Align-1);
395 ES.Align = std::max(ES.Align, Align);
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
PointLabelFormatter.java 70 getTextPaint().setTextAlign(Paint.Align.CENTER);
  /external/libmojo/mojo/public/cpp/bindings/lib/
buffer.h 45 num_bytes = Align(num_bytes);
  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.h 42 unsigned &Align) const override;
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 44 unsigned &Align) const override;
  /external/perf_data_converter/src/quipper/
perf_data_utils.h 13 #include "binary_data_utils.h" // for Align<T>
61 return Align<uint64_t>(str.size() + 1);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp 87 unsigned Align, const TargetData *TD) {
112 if (Align <= BaseAlign) {
120 (Align == 0 || (ByteOffset % Align) == 0))
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 102 unsigned Align = TFI->getStackAlignment();
103 Amount = (Amount+Align-1)/Align*Align;
  /external/swiftshader/third_party/subzero/src/
IceUtils.h 95 /// multiple of Align.
96 inline uint64_t OffsetToAlignment(uint64_t Pos, uint64_t Align) {
97 assert(llvm::isPowerOf2_64(Align));
98 uint64_t Mod = Pos & (Align - 1);
101 return Align - Mod;
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_cortex_a8_blx.s 5 .align 12
12 .align 8
19 .align 11
22 .align 1
33 .align 2
36 # Align stub table for address matching.
37 .align 12
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 49 SDValue Size, unsigned Align, bool isVolatile,
69 if ((Align & 3) != 0 || !ConstantSize ||
113 switch (Align & 3) {
124 if (Subtarget.is64Bit() && ((Align & 0x7) == 0)) { // QWORD aligned
188 Align, isVolatile, false,
198 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline,
215 if (!AlwaysInline && (Align & 3) != 0)
230 if (Align & 1)
232 else if (Align & 2)
234 else if (Align & 4
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 56 mBigCharPaint.setTextAlign(Paint.Align.CENTER);
60 mLabelPaint.setTextAlign(Paint.Align.CENTER);
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
allocate.pass.cpp 31 template <size_t S, size_t Align>
33 using T = typename std::aligned_storage<S, Align>::type;
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 29 SDValue Size, unsigned Align, bool IsVolatile,
36 SDValue Size, unsigned Align, bool IsVolatile,

Completed in 705 milliseconds

<<11121314151617181920>>