HomeSort by relevance Sort by last modified time
    Searched defs:getAlignment (Results 1 - 25 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/text/style/
AlignmentSpan.java 35 Layout.Alignment getAlignment();
101 public Layout.Alignment getAlignment() {
  /frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h 26 unsigned int getAlignment() const { return m_Alignment; }
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 63 static unsigned getAlignment(GlobalVariable *GV) {
64 unsigned Align = GV->getAlignment();
174 if (Replacements[i].first->getAlignment() ||
175 Replacements[i].second->getAlignment()) {
177 std::max(getAlignment(Replacements[i].first),
178 getAlignment(Replacements[i].second)));
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ConstantMerge.cpp 51 unsigned getAlignment(GlobalVariable *GV) const;
91 return TD || GV->getAlignment() != 0;
94 unsigned ConstantMerge::getAlignment(GlobalVariable *GV) const {
97 return GV->getAlignment();
204 if (Replacements[i].first->getAlignment() ||
205 Replacements[i].second->getAlignment()) {
207 Replacements[i].first->getAlignment(),
208 Replacements[i].second->getAlignment()));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformListItem.java 56 super(getAlignment(items), writeSize(items));
74 private static int getAlignment(List<? extends OffsettedItem> items) {
77 return Math.max(HEADER_SIZE, items.get(0).getAlignment());
99 return (items.size() * first.writeSize()) + getAlignment(items);
170 theAlignment = i.getAlignment();
177 if (i.getAlignment() != theAlignment) {
214 return getAlignment();
  /dalvik/dx/src/com/android/dx/dex/file/
UniformListItem.java 54 super(getAlignment(items), writeSize(items));
72 private static int getAlignment(List<? extends OffsettedItem> items) {
75 return Math.max(HEADER_SIZE, items.get(0).getAlignment());
97 return (items.size() * first.writeSize()) + getAlignment(items);
168 theAlignment = i.getAlignment();
175 if (i.getAlignment() != theAlignment) {
212 return getAlignment();
  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 1004 sub getAlignment($$$$$)
1062 my ($Alignment, $MSize) = getAlignment($Pos, $TypePtr, $TInfo, $Arch, $Word);
    [all...]
  /external/clang/lib/CodeGen/
Address.h 67 CharUnits getAlignment() const {
90 getAlignment());
102 addr.getAlignment());
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /external/llvm/include/llvm/IR/
GlobalObject.h 56 unsigned getAlignment() const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineConstantPool.h 103 int getAlignment() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalObject.h 59 unsigned getAlignment() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineConstantPool.h 97 int getAlignment() const {

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>