Searched refs:alignment (Results 176 - 200 of 209) sorted by relevance

123456789

/external/bison/src/
H A Dvcg.c303 get_node_alignment_str (enum alignment alignment) argument
305 switch (alignment)
/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp64 , alignment(None)
100 // If we found a node in full alignment, but it is too far away, ignore it.
628 candidate.alignment = Full;
679 candidate.alignment = alignmentForRects(direction, currentRect, nodeRect, viewSize);
/external/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm147 lvsl v21, 0, \RS ;# permutate value for alignment
176 lvsl v21, 0, \RS ;# permutate value for alignment
800 ;# v14 permutation value for alignment
845 lvsl v15, 0, r3 ;# permutate value for alignment
923 lvsl v15, 0, r3 ;# permutate value for alignment
/external/v8/src/
H A Dgdb-jit.cc187 uintptr_t alignment;
349 header->alignment = align_;
588 w->Align(header->alignment);
/external/webkit/Source/WebCore/inspector/front-end/
H A DDataGrid.js1176 var alignment = this.dataGrid.aligned[columnIdentifier];
1177 if (alignment)
1178 cell.addStyleClass(alignment);
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc175 // All of our widgets should have be children of / owned by the alignment.
188 // We will paint for the alignment, to paint the background and border.
247 // Put the event box in an alignment to get the padding correct.
374 // Put the event box in an alignment to get the padding correct.
516 GtkWidget* alignment = gtk_alignment_new(0, 0, 1, 1); local
517 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), 0, 0,
519 gtk_container_add(GTK_CONTAINER(alignment), star_image_);
523 gtk_container_add(GTK_CONTAINER(star_.get()), alignment); local
/external/clang/include/clang/AST/
H A DStmt.h213 unsigned alignment = 8) throw() {
214 return ::operator new(bytes, C, alignment);
218 unsigned alignment = 8) throw() {
219 return ::operator new(bytes, *C, alignment);
/external/libvpx/vp8/encoder/ppc/
H A Dvariance_altivec.asm22 lvsl v3, 0, \R ;# permutate value for alignment
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp565 unsigned alignment = LN->getAlignment(); local
575 if (InVT.getSizeInBits() == 128 && (alignment%16) == 0)
588 if ((alignment%16) == 0) {
672 // When the size is not greater than alignment we get all data with just
674 if (alignment >= InVT.getSizeInBits()/8) {
689 // When alignment is less than the size, we might need (known only at
773 unsigned alignment = SN->getAlignment(); local
788 if (StVT.getSizeInBits() == 128 && (alignment%16) == 0)
796 if ((alignment%16) == 0) {
865 if (alignment >
[all...]
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp45 --alignment=<number> set minimum alignment of heap allocations [...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMAssembler.h702 JmpDst align(int alignment) argument
704 while (!m_buffer.isAligned(alignment))
H A DMIPSAssembler.h669 JmpDst align(int alignment) argument
671 while (!m_buffer.isAligned(alignment))
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/platform/graphics/
H A DGraphicsContext3D.h495 // By default, alignment is 4, the OpenGL default setting.
496 bool texImage2DResourceSafe(GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Dsizei width, GC3Dsizei height, GC3Dint border, GC3Denum format, GC3Denum type, GC3Dint alignment = 4);
521 GC3Dint 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/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.cpp5827 CaretAlignment alignment = alignLeft; local
5833 alignment = alignRight;
5840 alignment = alignCenter;
5844 alignment = alignRight;
5848 alignment = alignRight;
5852 alignment = alignRight;
5859 switch (alignment) {
/external/zlib/as400/
H A Dzlib.inc97 D 10U 0 Ptr. alignment
/external/zlib/contrib/masm686/
H A Dmatch.asm34 ; This STRUCT assumes a 4-byte alignment
/external/zlib/old/as400/
H A Dzlib.inc97 D 10U 0 Ptr. alignment
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp522 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth(); local
523 if (alignment)
524 F->setAlignment(alignment);
526 // C++ ABI requires 2-byte alignment for member functions.
/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)

Completed in 1072 milliseconds

123456789