Searched defs:align (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/display/msm8960/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
/hardware/qcom/display/msm8974/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
/hardware/qcom/display/msm8x26/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
/hardware/ti/omap4xxx/ion/
H A Dlinux_ion.h39 size_t align; member in struct:ion_allocation_data
H A Dion.c58 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags, argument
64 .align = align,
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp208 int align = 4; local
226 size_t bpr = (w*bpp + (align-1)) & ~(align-1);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h44 size_t align; member in struct:ion_allocation_data
/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 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/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/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp625 uint32_t align,
623 mcMallocWsm( uint32_t deviceId, uint32_t align, uint32_t len, uint8_t **wsm, uint32_t wsmFlags) argument
/hardware/qcom/msm8960/original-kernel-headers/linux/
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
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
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h253 __u32 align; member in struct:snd_codec
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_ion.h130 * @align: Alignment requirement for the memory
153 unsigned int align; member in struct:ion_cp_heap_pdata
170 * @align: Alignment requirement for the memory
182 unsigned int align; member in struct:ion_co_heap_pdata
223 * @align - alignment for the iova
237 int domain_num, int partition_num, unsigned long align,
392 int partition_num, unsigned long align,
390 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/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/display/msm8960/liboverlay/
H A DoverlayUtils.h429 //if align = 0, return the value. Else, do alignment.
434 //if align = 0, return the value. Else, do alignment.
438 // FIXME that align should replace the upper one.
439 inline int align(int value, int a) { function in namespace:overlay::utils
440 //if align = 0, return the value. Else, do alignment.
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.h426 //if align = 0, return the value. Else, do alignment.
431 //if align = 0, return the value. Else, do alignment.
435 // FIXME that align should replace the upper one.
436 inline int align(int value, int a) { function in namespace:overlay::utils
437 //if align = 0, return the value. Else, do alignment.
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayUtils.h429 //if align = 0, return the value. Else, do alignment.
434 //if align = 0, return the value. Else, do alignment.
438 // FIXME that align should replace the upper one.
439 inline int align(int value, int a) { function in namespace:overlay::utils
440 //if align = 0, return the value. Else, do alignment.

Completed in 752 milliseconds