Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/libgralloc/
Dgr.h45 inline size_t ALIGN(size_t x, size_t align) { in ALIGN() function
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
DExynos_OMX_Macros.h37 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/hardware/samsung_slsi/exynos5/include/
Dexynos_format.h79 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
DExynosCamera.h74 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/hardware/ti/omap4xxx/hwc/
Dhal_public.h33 #define ALIGN(x,a) (((x) + (a) - 1L) & ~((a) - 1L)) macro
/hardware/msm7k/libgralloc-qsd8k/
Dgpu.cpp199 static inline size_t ALIGN(size_t x, size_t align) { in ALIGN() function
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp44 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro
/hardware/samsung_slsi/exynos5/libcsc/
Dcsc.c70 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/hardware/qcom/media/mm-video/vidc/venc/src/
Domx_video_base.cpp80 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro