mirror of
https://github.com/openharmony/graphic_utils.git
synced 2026-07-19 08:24:45 -04:00
Description: Code alarm processing#6
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I5XD9E Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: youbing54<youbing3@huawei.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#define UI_WEAK_SYMBOL
|
||||
#endif
|
||||
|
||||
#define ALIGN_UP(sz, align) (((sz) + (align - 1)) & (-(align)))
|
||||
#define ALIGN_UP(sz, align) (((sz) + ((align) - 1)) & (-(align)))
|
||||
#define ALIGN_DOWN(sz, align) ((sz) & (-(align)))
|
||||
#define ADDR_ALIGN(ptr, sz, align) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user