Searched defs:ALIGN_UP (Results 1 - 16 of 16) sorted by relevance
/device/soc/rockchip/common/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 20 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 20 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
|
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/ |
H A D | hi_gbm_internal.h | 23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a))
macro
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro [all...] |
/device/soc/rockchip/rk3568/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro [all...] |
/device/soc/rockchip/rk3588/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 24 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a))
macro [all...] |
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
H A D | display_gralloc.c | 33 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
|
/device/soc/rockchip/common/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 25 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro [all...] |
/device/soc/rockchip/rk3399/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 25 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_math.h | 81 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_math.h | 78 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_math.h | 80 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
|
/device/qemu/hardware/display/ |
H A D | display_gralloc.c | 36 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_VdecControl.c | 76 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
|
Completed in 11 milliseconds