/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 208 int align = 4; in gralloc_alloc() local 227 size_t bpr = (w*bpp + (align-1)) & ~(align-1); in gralloc_alloc()
|
/hardware/msm7k/libgralloc-qsd8k/ |
D | gpu.cpp | 199 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/ |
D | rms_sh.h | 96 RMS_WORD align; /* Alignment for allocated buffers */ member
|
D | qosregistry.h | 201 UINT align; /* alignment of memory heap */ member
|
/hardware/ti/omap3/dspbridge/inc/ |
D | rms_sh.h | 96 RMS_WORD align; /* Alignment for allocated buffers */ member
|
D | dynamic_loader.h | 404 struct LDR_SECTION_INFO * info, unsigned align);
|
D | qosregistry.h | 207 UINT align; /* alignment of memory heap */ member
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | dhdu.c | 927 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/ |
D | dhdu.c | 927 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/ |
D | gralloc.cpp | 497 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/ |
D | TQS_D_1.0.ini | 32 …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…
|
D | TQS_D_1.7.ini | 32 …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…
|
D | TQS_S_2.6.ini | 32 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
|
D | RFMD_S_3.5.ini | 32 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
|
D | TQS_S_2.5.ini | 32 …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/ |
D | TQS_D_1.7.ini | 37 …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…
|
D | TQS_D_1.0.ini | 37 …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…
|
D | RFMD_S_3.5.ini | 37 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
|
D | TQS_S_2.6.ini | 37 …B; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power t…
|
/hardware/ti/wlan/mac80211/config/ |
D | TQS_D_1.7.ini | 37 …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/ |
D | omx_vdec.cpp | 6190 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()
|