Home
last modified time | relevance | path

Searched refs:align (Results 1 – 21 of 21) sorted by relevance

/hardware/libhardware/modules/gralloc/
Dgralloc.cpp208 int align = 4; in gralloc_alloc() local
227 size_t bpr = (w*bpp + (align-1)) & ~(align-1); in gralloc_alloc()
/hardware/msm7k/libgralloc-qsd8k/
Dgpu.cpp199 static inline size_t ALIGN(size_t x, size_t align) { in ALIGN() argument
200 return (x + align-1) & ~(align-1); in ALIGN()
/hardware/ti/omap3/dspbridge/libbridge/inc/
Drms_sh.h96 RMS_WORD align; /* Alignment for allocated buffers */ member
Dqosregistry.h201 UINT align; /* alignment of memory heap */ member
/hardware/ti/omap3/dspbridge/inc/
Drms_sh.h96 RMS_WORD align; /* Alignment for allocated buffers */ member
Ddynamic_loader.h404 struct LDR_SECTION_INFO * info, unsigned align);
Dqosregistry.h207 UINT align; /* alignment of memory heap */ member
/hardware/broadcom/wlan/bcm4329/dhdutil/
Ddhdu.c927 int align; in dhd_membytes() local
994 align = addr & 0x03; in dhd_membytes()
995 if (align && argc > 2) { in dhd_membytes()
1003 for (addr -= align, len += align; len; addr += chunk, len -= chunk, align = 0) { in dhd_membytes()
1012 fwrite(ptr + align, sizeof(char), chunk - align, stdout); in dhd_membytes()
1014 dhd_hexdump((uchar*)ptr + align, chunk - align, addr + align); in dhd_membytes()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c927 int align; in dhd_membytes() local
994 align = addr & 0x03; in dhd_membytes()
995 if (align && argc > 2) { in dhd_membytes()
1003 for (addr -= align, len += align; len; addr += chunk, len -= chunk, align = 0) { in dhd_membytes()
1012 fwrite(ptr + align, sizeof(char), chunk - align, stdout); in dhd_membytes()
1014 dhd_hexdump((uchar*)ptr + align, chunk - align, addr + align); in dhd_membytes()
/hardware/msm7k/libgralloc/
Dgralloc.cpp497 const int align = 4; in gralloc_alloc() local
498 size_t bpr = (w*bpp + (align-1)) & ~(align-1); in gralloc_alloc()
/hardware/ti/wlan/mac80211/ti-utils/ini_files/127x/
DTQS_D_1.0.ini32 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
38 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
DTQS_D_1.7.ini32 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
38 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
DTQS_S_2.6.ini32 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
DRFMD_S_3.5.ini32 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
DTQS_S_2.5.ini32 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
/hardware/ti/wlan/mac80211/ti-utils/ini_files/128x/
DTQS_D_1.7.ini37 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
42 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
DTQS_D_1.0.ini37 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
42 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
DRFMD_S_3.5.ini37 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
DTQS_S_2.6.ini37 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
/hardware/ti/wlan/mac80211/config/
DTQS_D_1.7.ini37 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
42 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec.cpp6190 allocation.align = clip2(alignment); in align_pmem_buffers()
6191 if (allocation.align < 4096) in align_pmem_buffers()
6193 allocation.align = 4096; in align_pmem_buffers()