Searched refs:alignment (Results 226 - 250 of 252) sorted by relevance

1234567891011

/external/openssl/crypto/bn/asm/
H A Dparisc-mont.pl57 # which ensures alignment.
164 nop ; alignment
177 nop ; alignment
873 nop ; alignment
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex101 one justification existed, IPv6 address alignment left 4 byte
137 and are permitted to consider it as pure alignment padding.
/external/llvm/include/llvm/Support/
H A DFileSystem.h626 /// mapped_file_region::alignment().
653 /// \returns The minimum alignment offset must be.
654 static int alignment();
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h1599 JmpDst align(int alignment) argument
1601 while (!m_formatter.isAligned(alignment))
2291 bool isAligned(int alignment) const { return m_buffer.isAligned(alignment); }
H A DX86Assembler.h1531 JmpDst align(int alignment) argument
1533 while (!m_formatter.isAligned(alignment))
1941 bool isAligned(int alignment) const { return m_buffer.isAligned(alignment); }
H A DSH4Assembler.h1261 JmpDst align(int alignment) argument
1264 while (!m_buffer.isAligned(alignment)) {
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp369 ETextAlign alignment = style()->textAlign(); local
370 if (!endsWithSoftBreak && alignment == JUSTIFY)
371 alignment = TAAUTO;
373 return alignment;
H A DRenderBlock.cpp5853 CaretAlignment alignment = alignLeft; local
5859 alignment = alignRight;
5866 alignment = alignCenter;
5870 alignment = alignRight;
5874 alignment = alignRight;
5878 alignment = alignRight;
5885 switch (alignment) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/
H A Dgdb-jit.cc296 uintptr_t alignment; member in struct:v8::ELFSectionHeader
492 header->alignment = align_;
862 w->Align(header->alignment);
H A Dspaces.h498 // code alignment to be suitable for both. Also aligned to 32 words because
991 size_t alignment,
994 size_t alignment,
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp597 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth(); local
598 if (alignment)
599 F->setAlignment(alignment);
601 // C++ ABI requires 2-byte alignment for member functions.
H A DCGCall.cpp677 // additional padding, for example due to a user specified alignment.
684 // FIXME: Use better alignment / avoid requiring aligned load.
696 // FIXME: Use better alignment / avoid requiring aligned store.
765 // FIXME: Use better alignment / avoid requiring aligned store.
773 // additional padding, for example due to a user specified alignment.
782 // FIXME: Use better alignment / avoid requiring aligned load.
880 // Insert a padding type to ensure proper alignment.
1148 // appropriate alignment.
1205 // The alignment we need to use is the max of the requested alignment fo
1624 unsigned alignment = getContext().getDeclAlign(param).getQuantity(); local
[all...]
/external/zlib/src/as400/
H A Dzlib.inc107 D 10U 0 Ptr. alignment
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp769 void Context::setPackAlignment(GLint alignment) argument
771 mState.packAlignment = alignment;
779 void Context::setUnpackAlignment(GLint alignment) argument
781 mState.unpackAlignment = alignment;
/external/webkit/Source/WebCore/accessibility/mac/
H A DAccessibilityObjectWrapper.mm413 EVerticalAlign alignment = style->verticalAlign();
414 if (alignment == SUB)
416 else if (alignment == SUPER)
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml390 group "alignment";
393 insist (128 = alignment g)
/external/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl225 // in 64-bit mode I load whole X[16] at once and take care of alignment...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1149 (** [alignment g] returns the required alignment of the global value [g].
1151 val alignment : llvalue -> int var
1153 (** [set_alignment n g] sets the required alignment of the global value [g] to
1453 (** [set_param_alignment p a] set the alignment of parameter [p] to [a]. *)
H A Dllvm.ml508 external alignment : llvalue -> int = "llvm_alignment"
/external/blktrace/doc/
H A Dblktrace.tex617 with a '\%' character, followed by the optional left-alignment specifer
/external/clang/lib/Driver/
H A DTools.cpp755 // Kernel code has more strict alignment requirements.
2376 StringRef alignment = Args.getLastArgValue(options::OPT_mstack_alignment); local
2377 CmdArgs.push_back(Args.MakeArgString("-mstack-alignment=" + alignment));
/external/grub/docs/
H A Dtexinfo.tex2691 % of an alignment entry. Note that \everycr resets \everytab.
6304 % Similarily, if a @footnote appears inside an alignment, save the footnote

Completed in 748 milliseconds

1234567891011