Home
last modified time | relevance | path

Searched refs:OT_ALIGNED_VAR_SIZE (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/src/core/common/
Dcode_utils.hpp79 #define OT_ALIGNED_VAR_SIZE(size, align_type) (((size) + (sizeof(align_type) - 1)) / sizeof(align_t… macro
/openthread-3.7.0/src/core/instance/
Dinstance.cpp53 #define INSTANCE_SIZE_ALIGNED OT_ALIGNED_VAR_SIZE(sizeof(ot::Instance), uint64_t)