Searched refs:alignment (Results 151 - 175 of 209) sorted by relevance

123456789

/external/skia/gpu/src/
H A DGrBufferAllocPool.cpp139 size_t alignment,
151 alignment);
138 makeSpace(size_t size, size_t alignment, const GrGeometryBuffer** buffer, size_t* offset) argument
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h317 void setUnpackAlignment(GLint alignment);
320 void setPackAlignment(GLint alignment);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc381 GtkWidget* alignment = gtk_alignment_new(0, 0, 1, 1); local
382 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment),
384 gtk_container_add(GTK_CONTAINER(alignment), separator);
388 return alignment;
H A Dgtk_util.cc240 // use a container border, since it won't paint there. Use an alignment
245 GtkWidget* alignment = gtk_alignment_new(0.0, 0.0, 1.0, 1.0); local
246 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), top, bottom, left, right);
247 gtk_container_add(GTK_CONTAINER(alignment), child);
248 gtk_container_add(GTK_CONTAINER(ebox), alignment); local
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc97 // The menu's alignment is determined based on the UI layout.
98 views::Menu2::Alignment alignment; local
100 alignment = views::Menu2::ALIGN_TOPRIGHT;
102 alignment = views::Menu2::ALIGN_TOPLEFT;
103 menu_->RunMenuAt(point, alignment);
/external/dbus/dbus/
H A Ddbus-marshal-basic.h271 int alignment);
/external/libffi/darwin-x86/
H A Dffi.h94 unsigned short alignment; member in struct:_ffi_type
/external/libffi/include/
H A Dffi_real.h95 unsigned short alignment; member in struct:_ffi_type
H A Dffi.h.in94 unsigned short alignment;
/external/libvpx/vpx_ports/
H A Dx86_abi_support.asm121 ; ALIGN_STACK <alignment> <register>
122 ; This macro aligns the stack to the given alignment (in bytes). The stack
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h198 size_t alignment; // all returned allocations will be aligned at member in class:TPoolAllocator
/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp196 ScrollAlignment alignment; local
199 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
201 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded;
203 revealSelection(alignment, true);
1813 void SelectionController::revealSelection(const ScrollAlignment& alignment, bool revealExtent) argument
1835 layer->scrollRectToVisible(rect, false, alignment, alignment);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.cpp130 GC3Denum GraphicsContext3D::computeImageSizeInBytes(GC3Denum format, GC3Denum type, GC3Dsizei width, GC3Dsizei height, GC3Dint alignment, argument
134 ASSERT(alignment == 1 || alignment == 2 || alignment == 4 || alignment == 8);
152 unsigned int residual = validRowSize % alignment;
154 padding = alignment - residual;
899 // is not in RGBA8/RGBA32F format, or the unpack alignment specifies
1367 // unpack alignment <= sizeof(float) * number of channels.
/external/bluetooth/glib/glib/
H A Dgslice.c182 static gpointer allocator_memalign (gsize alignment,
313 /* allow allocation of pages up to 8KB (with 8KB alignment).
1016 mem_error ("failed to allocate %u bytes (alignment: %u): %s\n",
1021 /* assert alignment */
1122 * if none is provided, we implement malloc(3)-based alloc-only page alignment
1130 allocator_memalign (gsize alignment, argument
1136 err = posix_memalign (&aligned_memory, alignment, memsize);
1139 aligned_memory = memalign (alignment, memsize);
1147 mem_assert (alignment == sys_page_size);
/external/clang/lib/CodeGen/
H A DCodeGenModule.h134 /// The size and alignment of a pointer into the generic address
514 /// The alignment of the field. This is important because
519 ByrefHelpers(CharUnits alignment) : Alignment(alignment) {} argument
/external/libffi/src/mips/
H A Dn32.S484 .uleb128 0x1 # Code alignment 1
485 .sleb128 -4 # Data alignment -4
/external/libvpx/vp8/encoder/ppc/
H A Dsad_altivec.asm19 lvsl v3, 0, \R ;# permutate value for alignment
H A Dvariance_subpixel_altivec.asm48 ;# v14 permutation value for alignment
83 lvsl v17, 0, r3 ;# permutate value for alignment
170 lvsl v17, 0, \R ;# permutate value for alignment
563 lvsl v17, 0, r3 ;# permutate value for alignment
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp624 DebugLoc dl, int alignment)
627 Alignment(alignment) {}
699 // We start with an alignment of one and try to find instructions that allow
700 // us to prove better alignment.
742 // If the alignment of this instruction allows us to specify a more
743 // restrictive (and performant) alignment and if we are sure this
744 // instruction will be executed, update the alignment.
745 // Larger is better, with the exception of 0 being the best alignment.
620 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, SmallPtrSet<Value*, 4> &PMA, SmallVectorImpl<BasicBlock*> &LEB, AliasSetTracker &ast, DebugLoc dl, int alignment) argument
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp45 --alignment=<number> set minimum alignment of heap allocations [...]
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl214 have found that even slight changes in code alignment can produce 10%
/external/kernel-headers/original/linux/
H A Dmsm_vidc_dec.h224 uint32_t alignment; member in struct:vdec_allocatorproperty
H A Dmsm_vidc_enc.h462 unsigned long alignment; member in struct:venc_allocatorproperty
/external/libffi/src/sh64/
H A Dffi.c86 align = (*p_arg)->alignment;
/external/webkit/Source/JavaScriptCore/wtf/
H A DVector.h49 template <size_t size, size_t alignment> struct AlignedBuffer;
58 template <size_t size, size_t alignment>
59 void swap(AlignedBuffer<size, alignment>& a, AlignedBuffer<size, alignment>& b)

Completed in 3536 milliseconds

123456789