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

12

/hardware/qcom/display/libgralloc/
H A Dgr.h45 inline size_t ALIGN(size_t x, size_t align) { argument
46 return (x + align-1) & ~(align-1);
H A Dmemalloc.h48 size_t align; member in struct:gralloc::alloc_data
H A Dgpu.cpp67 data.align = 8192;
69 data.align = getpagesize();
74 data.align = ALIGN(data.align, SZ_1M);
75 size = ALIGN(size, data.align);
89 eData.align = getpagesize();
H A Dionalloc.cpp75 ionAllocData.align = data.align;
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp27 size_t align; member in struct:ion_allocation_data
77 ion_buffer ion_alloc(ion_client client, size_t len, size_t align, argument
86 arg_alloc.align = align;
/hardware/ti/omap4xxx/ion/
H A Dion.h26 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags,
H A Dion.c58 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags, argument
64 .align = align,
H A Dlinux_ion.h39 size_t align; member in struct:ion_allocation_data
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h44 size_t align; member in struct:ion_allocation_data
/hardware/samsung_slsi/exynos5/include/
H A Dion.h103 * @align: Alignment requirements of @len and the start address of the allocated
104 * buffer. If the @len is not aligned by @align, ION allocates a buffer
105 * that is aligned by @align and the size of the buffer will be larger
115 ion_buffer ion_alloc(ion_client client, size_t len, size_t align,
/hardware/ti/omap3/dspbridge/inc/
H A Drms_sh.h35 *! 10-Oct-2000 sg Added 'align' field to RMS_StrmDef.
96 RMS_WORD align; /* Alignment for allocated buffers */ member in struct:RMS_StrmDef
H A Ddynamic_loader.h390 * align The alignment of the storage in target AUs
404 struct LDR_SECTION_INFO * info, unsigned align);
H A Dqosregistry.h207 UINT align; /* alignment of memory heap */ member in struct:QOSRESOURCE_MEMORY
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Drms_sh.h35 *! 10-Oct-2000 sg Added 'align' field to RMS_StrmDef.
96 RMS_WORD align; /* Alignment for allocated buffers */ member in struct:RMS_StrmDef
H A Dqosregistry.h201 UINT align; /* alignment of memory heap */ member in struct:QOSRESOURCE_MEMORY
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_ion.h116 * @align: Alignment requirement for the memory
142 unsigned int align; member in struct:ion_cp_heap_pdata
162 * @align: Alignment requirement for the memory
176 unsigned int align; member in struct:ion_co_heap_pdata
H A Dion.h174 * @align: requested allocation alignment, lots of hardware blocks have
186 size_t align, unsigned int heap_mask,
286 * @align - alignment for the iova
300 int domain_num, int partition_num, unsigned long align,
404 size_t len, size_t align,
454 int partition_num, unsigned long align,
504 * @align: required alignment of the allocation
514 size_t align; member in struct:ion_allocation_data
403 ion_alloc(struct ion_client *client, size_t len, size_t align, unsigned int heap_mask, unsigned int flags) argument
452 ion_map_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num, unsigned long align, unsigned long iova_length, unsigned long *iova, unsigned long *buffer_size, unsigned long flags, unsigned long iommu_flags) argument
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp208 int align = 4; local
228 size_t bpr = (w*bpp + (align-1)) & ~(align-1);
/hardware/msm7k/libgralloc-qsd8k/
H A Dgpu.cpp199 static inline size_t ALIGN(size_t x, size_t align) { argument
200 return (x + align-1) & ~(align-1);
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h35 #define ALIGN_TO(x, align) (((x) + ((align)-1)) & ~((align)-1))
/hardware/qcom/display/liboverlay/
H A DoverlayMem.h137 data.align = getpagesize();
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
H A DMobiCoreDriverApi.h311 * @param [in] align The alignment (number of pages) of the memory block (e.g. 0x00000001 for 4kb).
316 * @attention: align and wsmFlags are currently ignored
327 uint32_t align,
/hardware/msm7k/libgralloc/
H A Dgralloc.cpp497 const int align = 4; local
498 size_t bpr = (w*bpp + (align-1)) & ~(align-1);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c101 /* dword align allocation */
153 "align control frames"},
951 int align; local
1019 align = addr & 0x03;
1020 if (align && argc > 2) {
1029 for (addr -= align, len += align; len; addr += chunk, len -= chunk, align = 0) {
1039 fwrite(ptr + align, sizeof(char), chunk - align, stdou
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h253 __u32 align; member in struct:snd_codec

Completed in 1172 milliseconds

12