Home
last modified time | relevance | path

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

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