Home
last modified time | relevance | path

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

/openthread-latest/src/core/instance/
Dinstance.cpp52 #define INSTANCE_SIZE_ALIGNED OT_ALIGNED_VAR_SIZE(sizeof(ot::Instance), uint64_t) macro
53 #define MULTI_INSTANCE_SIZE (OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM * INSTANCE_SIZE_ALIGNED)
333 uint64_t *instanceBuffer = gMultiInstanceRaw + aIdx * INSTANCE_SIZE_ALIGNED; in InitMultiple()
348 void *instance = gMultiInstanceRaw + aIdx * INSTANCE_SIZE_ALIGNED; in Get()
354 …st<uint8_t>((reinterpret_cast<uint64_t *>(aInstance) - gMultiInstanceRaw) / INSTANCE_SIZE_ALIGNED); in GetIdx()