Searched refs:align (Results 1 - 25 of 1697) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ELF/
H A Dalign-size.s6 .align 8
H A Dalign-nops.s7 .align 8, 0x00000090
9 .align 8
14 .align 8, 0x00000090
16 .align 8
H A Dalign.s8 .align 8
H A Dcommon2.s10 .align 8
H A Dpic-diff.s23 .align 4
/external/llvm/test/MC/COFF/
H A Dalign-nops.s7 .align 8, 0x90
9 .align 8
14 .align 8, 0x90
16 .align 8
H A Dbss.s8 .align 4
/external/clang/test/Parser/
H A Dpragma-options.c3 /* expected-warning {{expected 'align' following '#pragma options'}} */ #pragma options
4 /* expected-warning {{expected '=' following '#pragma options align'}} */ #pragma options align
5 /* expected-warning {{expected identifier in '#pragma options'}} */ #pragma options align =
6 /* expected-warning {{invalid alignment option in '#pragma options align'}} */ #pragma options align = foo
7 /* expected-warning {{extra tokens at end of '#pragma options'}} */ #pragma options align = reset foo
9 #pragma options align=natural
10 #pragma options align=reset
11 #pragma options align
[all...]
H A Dpragma-options.cpp5 #pragma options align=natural
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delf-overdef.asm1 section .text align=64
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-overdef.asm1 section .text align=64
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdf-overdef.asm1 section .text align=64
/external/clang/test/Sema/
H A Dpragma-align-mac68k-unsupported.c4 /* expected-error {{mac68k alignment pragma is not supported}} */ #pragma options align=mac68k
/external/llvm/test/MC/MachO/
H A Dbss.s8 .align 4
H A Dzerofill-5.s4 .align 3
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Dalignnop16.asm3 align 16
H A Dalignnop32.asm3 align 16
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dbin-align.asm4 align 8
7 align 8
9 section .foo align=4
10 align 8
12 align 8
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDivElement.idl21 [Reflect] attribute DOMString align;
H A DHTMLHeadingElement.idl21 [Reflect] attribute DOMString align;
H A DHTMLParagraphElement.idl21 [Reflect] attribute DOMString align;
H A DHTMLTableCaptionElement.idl22 [Reflect] attribute DOMString align;
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dwarning-level3.cc6 struct __declspec(align(8)) C8 { __int64 i; };
7 struct __declspec(align(4)) C4 { C8 m8; };
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-row.js6 align: RowAlignment.STRETCH,
/external/llvm/test/MC/ELF/ARM/
H A Dbss-non-zero-value.s6 .align 2

Completed in 814 milliseconds

1234567891011>>