Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dnetif.cpp1472 #define RT_ROUNDUP2(a, n) ((a) > 0 ? (1 + (((a)-1U) | ((n)-1))) : (n)) macro
1473 #define RT_ROUNDUP(a) RT_ROUNDUP2((a), sizeof(uint64_t))