Searched refs:align (Results 26 - 50 of 793) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ELF/
H A Dgen-dwarf.s11 .align 4
/external/valgrind/main/coregrind/m_mach/
H A Dmach_traps-amd64-darwin.S36 .align 4
47 // .align 4
57 .align 4
67 .align 4
77 .align 4
87 .align 4
97 .align 4
107 .align 4
117 .align 4
127 .align
[all...]
/external/compiler-rt/lib/arm/
H A Daeabi_memcmp.S14 .align 2
H A Daeabi_memcpy.S14 .align 2
H A Daeabi_memmove.S14 .align 2
H A Drestore_vfp_d8_d15_regs.S28 .align 2
H A Dsave_vfp_d8_d15_regs.S28 .align 2
H A Dextendsfdf2vfp.S20 .align 2
H A Dfixdfsivfp.S20 .align 2
H A Dfixsfsivfp.S20 .align 2
H A Dfixunsdfsivfp.S21 .align 2
/external/compiler-rt/lib/x86_64/
H A Dfloatundixf.S13 .align 4
19 .align 4
38 .align 4
47 .align 4
/external/llvm/test/MC/AsmParser/
H A Ddirective_align.s4 # CHECK: .align 1
6 .align 1
/external/llvm/test/MC/COFF/
H A Ddiff.s10 .align 16, 0x90
17 .align 4
H A Dsymbol-alias.s14 .align 16, 0x90
21 .align 4
H A Dsimple-fixups.s13 .align 16, 0x90
16 .align 16, 0x90
26 .align 16, 0x90
29 .align 16, 0x90
39 .align 16, 0x90
/external/webkit/Source/WebCore/html/
H A DHTMLLegendElement.idl26 attribute [Reflect] DOMString align;
/external/webkit/Source/WebCore/rendering/style/
H A DStyleFlexibleBoxData.cpp33 , align(RenderStyle::initialBoxAlign())
45 , align(o.align)
55 ordinal_group == o.ordinal_group && align == o.align &&
/external/llvm/test/MC/MachO/
H A Dx86_32-optimal_nop.s4 .align 4, 0 # start with 16 byte alignment filled with zeros
8 .align 1, 0x90
11 .align 4, 0 # start with 16 byte alignment filled with zeros
16 .align 2, 0x90
19 .align 4, 0 # start with 16 byte alignment filled with zeros
23 .align 2, 0x90
26 .align 4, 0 # start with 16 byte alignment filled with zeros
33 .align 3, 0x90
36 .align 4, 0 # start with 16 byte alignment filled with zeros
42 .align
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsTypes.cpp119 String textAlignName(TextAlign align)
121 ASSERT(align >= 0);
122 ASSERT(align < 5);
124 return names[align];
127 bool parseTextAlign(const String& s, TextAlign& align)
130 align = StartTextAlign;
134 align = EndTextAlign;
138 align = LeftTextAlign;
142 align = CenterTextAlign;
146 align
[all...]
/external/markdown/markdown/extensions/
H A Dtables.py40 align = []
43 align.append('center')
45 align.append('left')
47 align.append('right')
49 align.append(None)
53 self._build_row(header[0], thead, align, border)
56 self._build_row(row, tbody, align, border)
58 def _build_row(self, row, parent, align, border):
65 # We use align here rather than cells to ensure every row
67 for i, a in enumerate(align)
[all...]
/external/clang/test/Sema/
H A Dpragma-align-packed.c17 #pragma options align=packed
23 #pragma options align=reset
28 #pragma options align=reset
/external/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h96 /*returns an addr aligned to the byte boundary specified by align*/
97 #define align_addr(addr,align) (void*)(((size_t)(addr) + ((align) - 1)) & (size_t)-(align))
/external/qemu/distrib/sdl-1.2.15/include/
H A Dclose_code.h40 #pragma options align=reset
/external/llvm/docs/_static/
H A Dllvm.css14 table { text-align: center; border: 2px solid black;
21 text-align: center; vertical-align: middle; }
31 text-align: center;
32 vertical-align: middle;
38 h1, .doc_title, .title { text-align: left; font-size: 25pt }
40 h2, .doc_section { text-align: center; font-size: 22pt;
44 text-align: left; font-size: 12pt;
53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
54 .doc_text { text-align
[all...]

Completed in 481 milliseconds

1234567891011>>