Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/common/
H A D_elftc.h402 #define roundup2 roundup macro
416 #define roundup2 roundup macro
456 #define roundup2 roundup macro
506 #define roundup2 roundup macro
/netbsd-src/sys/sys/
H A Dparam.h451 #define roundup2(x,m) ((((x) - 1) | ((m) - 1)) + 1) macro