Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dmem_allocator.h29 static constexpr size_t ALIGN_SIZE = 4; variable
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtypes.h12 #define ALIGN_SIZE 4 macro
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c35 #define ALIGN_SIZE 16 macro
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp34 static constexpr int32_t ALIGN_SIZE = 30; variable
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type.h53 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro
/ohos5.0/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/include/
H A Dcm_type.h71 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro