Home
last modified time | relevance | path

Searched defs:ALIGN_UP (Results 1 - 16 of 16) sorted by relevance

/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h20 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h20 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
/device/soc/rockchip/rk3566/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
[all...]
/device/soc/rockchip/rk3568/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
[all...]
/device/soc/rockchip/rk3588/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
[all...]
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_gralloc.c33 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
/device/soc/rockchip/common/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c25 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
[all...]
/device/soc/rockchip/rk3399/hardware/display/src/display_gfx/
H A Ddisplay_gfx.c25 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h81 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h78 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h80 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
/device/qemu/hardware/display/
H A Ddisplay_gralloc.c36 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_VdecControl.c76 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro

Completed in 11 milliseconds