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

/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/libhardware/modules/gralloc/
H A Dgralloc.cpp208 int align = 4; local
227 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/broadcom/wlan/bcm4329/src/dhd/exe/
H A Ddhdu.c93 /* dword align allocation */
144 "align control frames"},
890 int align; local
957 align = addr & 0x03;
958 if (align && argc > 2) {
966 for (addr -= align, len += align; len; addr += chunk, len -= chunk, align = 0) {
975 fwrite(ptr + align, sizeof(char), chunk - align, stdou
[all...]
/hardware/msm7k/libgralloc/
H A Dgralloc.cpp497 const int align = 4; local
498 size_t bpr = (w*bpp + (align-1)) & ~(align-1);
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp6190 allocation.align = clip2(alignment);
6191 if (allocation.align < 4096)
6193 allocation.align = 4096;
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
H A Ddhd_sdio.c356 #define PKTALIGN(osh, p, len, align) \
360 datalign = ROUNDUP(datalign, (align)) - datalign; \
361 ASSERT(datalign < (align)); \
3901 /* Leave room for what we already read, and align remainder */

Completed in 122 milliseconds