Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dnetif.cpp1462 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a)-1) | (sizeof(uint32_t) - 1))) : sizeof(uint32_t)) macro
1466 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a)-1) | (sizeof(uint32_t) - 1))) : sizeof(uint32_t)) macro