HomeSort by relevance Sort by last modified time
    Searched defs:alignment (Results 151 - 175 of 267) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/ui/gfx/
render_text_unittest.cc 1578 HorizontalAlignment alignment; member in struct:gfx::__anon21507
1605 HorizontalAlignment alignment; member in struct:gfx::__anon21508
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 709 // Make sure the stack alignment will be respected.
710 int alignment = masm_->ActivationFrameAlignment();
711 DCHECK_EQ(alignment % 16, 0);
712 int align_mask = (alignment / kWRegSize) - 1;
1412 int alignment = masm_->ActivationFrameAlignment(); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 410 int alignment,
419 , m_alignment (alignment)
497 int alignment,
512 , m_alignment (alignment)
723 int alignment = 4; local
724 int rowPitch = deAlign32(rowLength*pixelSize, alignment);
751 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
876 int alignment; member in struct:deqp::gles31::Functional::__anon24981
910 parameterCases[ndx].alignment,
965 int alignment; member in struct:deqp::gles31::Functional::__anon24982
    [all...]
  /external/jemalloc/src/
jemalloc.c 959 imemalign_prof_sample(size_t alignment, size_t usize, prof_thr_cnt_t *cnt)
966 assert(sa2u(SMALL_MAXCLASS+1, alignment) != 0);
967 p = ipalloc(sa2u(SMALL_MAXCLASS+1, alignment), alignment,
973 p = ipalloc(usize, alignment, false);
979 imemalign_prof(size_t alignment, size_t usize, prof_thr_cnt_t *cnt)
984 p = imemalign_prof_sample(alignment, usize, cnt);
986 p = ipalloc(usize, alignment, false);
996 imemalign(void **memptr, size_t alignment, size_t size, size_t min_alignment)
1011 /* Make sure that alignment is a large enough power of 2. *
1439 size_t alignment = (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK) local
1554 size_t alignment = (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK) local
1691 size_t alignment = (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK) local
1802 size_t alignment = (ZU(1) << (flags & MALLOCX_LG_ALIGN_MASK) local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 103 // If the alignment is set incorrectly, it can produce really inefficient
947 unsigned alignment; local
950 alignment = linst->getAlignment();
953 alignment = sinst->getAlignment();
    [all...]
  /external/mesa3d/src/glx/
glxclient.h 178 GLuint alignment; member in struct:__GLXpixelStoreModeRec
  /frameworks/av/media/libmedia/
AudioTrack.cpp 1025 size_t alignment = audio_bytes_per_sample( local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 166 * Tab alignment - determines which side the tab should be drawn on
185 private int alignment = ALIGN_UNKNOWN; field in class:SlidingTab.Slider
242 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
243 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
245 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
261 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
262 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
263 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight())
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 77 unsigned alignment; member in struct:_WsbmBufferObject
529 newPool->create(newPool, size, placement, buf->alignment);
549 curPool->create(curPool, size, placement, buf->alignment);
626 unsigned long size, uint32_t placement, unsigned alignment,
662 ttm_pool_ub_create(newPool, size, placement, buf->alignment, user_ptr);
684 ttm_pool_ub_create(curPool, size, placement, buf->alignment, user_ptr);
750 buf->alignment);
932 unsigned alignment, size_t extra_size, size_t * offset)
947 storage = pool->create(pool, size, placement, alignment);
955 buf->alignment = alignment
    [all...]
  /hardware/intel/img/hwcomposer/ips/common/
OverlayPlaneBase.cpp 282 int alignment = 64 * 1024; local
284 bool ret = mWsbm->allocateTTMBuffer(size, alignment, &wsbmBufferObject);
    [all...]
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_fake.c 54 #define ALIGN(value, alignment) ((value + alignment - 1) & ~(alignment - 1))
201 unsigned int alignment; member in struct:_drm_intel_bo_fake
416 unsigned int align_log2 = ffs(bo_fake->alignment) - 1;
422 sz = (bo->size + bo_fake->alignment - 1) & ~(bo_fake->alignment - 1);
783 unsigned long size, unsigned int alignment)
802 /* Alignment must be a power of two */
803 assert((alignment & (alignment - 1)) == 0)
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device_copper.h 55 unsigned long alignment; member in struct:msm_venc_allocatorproperty
204 int alignment; member in struct:venc_dev::recon_buffer
255 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 203 unsigned int alignment = 0,buffer_size = 0, temp =0; local
    [all...]
video_encoder_device_copper.cpp 240 unsigned int alignment = 0,buffer_size = 0, temp =0; local
357 m_sOutput_buff_property.alignment=m_sInput_buff_property.alignment=4096;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 312 unsigned int alignment = 0,buffer_size = 0, temp =0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /system/core/toolbox/
newfs_msdos.c 264 u_int extra_res, alignment=0, set_res, set_spf, set_spc, tempx, attempts=0; local
559 * turn change the alignment. This should take at most 2 iterations, as
562 * be half of its previous size, and thus will not throw off alignment.
600 alignment = (bpb.res + bpb.bspf * bpb.nft) % bpb.spc;
601 extra_res += bpb.spc - alignment;
604 } while(opt_A && alignment != 0 && attempts < 2);
605 if (alignment != 0)
606 warnx("warning: Alignment failed.");
    [all...]
  /system/media/camera/src/
camera_metadata.c 32 #define ALIGN_TO(val, alignment) \
33 (((uintptr_t)(val) + ((alignment) - 1)) & ~((alignment) - 1))
107 * non-pointer type description in order to figure out the largest alignment
121 * The preferred alignment of a packet of camera metadata. In general,
314 size_t alignment; member in struct:__anon84632
318 .alignment = METADATA_ALIGNMENT
322 .alignment = ENTRY_ALIGNMENT
326 .alignment = DATA_ALIGNMENT
331 uintptr_t aligned_ptr = ALIGN_TO(metadata, alignments[i].alignment);
    [all...]
  /build/tools/signapk/
SignApk.java 465 long timestamp, int alignment) throws IOException {
480 // the start of the file and makes it easier to do alignment
504 if (alignment > 0 && (offset % alignment != 0)) {
506 // alignment-1 bytes, to make the file data begin at
508 int needed = alignment - (int)(offset % alignment);
525 // alignment on these entries.
832 "[-a <alignment>] " +
849 int alignment = 4; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 1300 size_t alignment, stride = 0; local
1322 size_t alignment, scanlines = 0; local
1344 size_t alignment, scanlines = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 288 ScrollAlignment alignment; local
291 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
293 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded;
295 revealSelection(alignment, RevealExtent);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 265 ETextAlign alignment = style()->textAlign(); local
267 return alignment;
270 return (alignment == JUSTIFY) ? TASTART : alignment;
272 if (alignment != JUSTIFY)
273 return alignment;
295 return alignment;
    [all...]
  /external/chromium_org/v8/src/heap/
spaces.cc 345 Address MemoryAllocator::ReserveAlignedMemory(size_t size, size_t alignment,
347 base::VirtualMemory reservation(size, alignment);
352 RoundUp(static_cast<Address>(reservation.address()), alignment);
359 size_t reserve_size, size_t commit_size, size_t alignment,
363 Address base = ReserveAlignedMemory(reserve_size, alignment, &reservation);
2963 const intptr_t alignment = MemoryChunk::kAlignment; local
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 839 CharUnits alignment = getContext().getDeclAlign(&D); local
840 emission.Alignment = alignment;
    [all...]

Completed in 1711 milliseconds

1 2 3 4 5 67 8 91011