Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/allocator/
Ddfx_allocator.c35 #define ALIGN_SIZE 16 macro
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhks_type.h53 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro
/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/include/
Dcm_type.h71 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro