Home
last modified time | relevance | path

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

/base/tee/tee_os_framework/lib/drvlib/libdrv_shared/src/
Dio_operations.c16 #define ALIGN_SIZE 8 macro
/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.h76 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro