Home
last modified time | relevance | path

Searched defs:ALIGN_UP (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/
H A Dhi_gbm_internal.h23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) macro
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dcommon_macros.h24 #define ALIGN_UP(sz, align) (((sz) + ((align) - 1)) & (-(align))) macro
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c38 #define ALIGN_UP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro