Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dparam.h327 #define roundup2(x, y) __align_up(x, y) /* if y is powers of two */
H A Dcdefs.h933 #define __align_up(x, y) __builtin_align_up(x, y) macro
/freebsd-14.2/tools/build/cross-build/include/common/sys/
H A Dcdefs.h288 #define __align_up(x, y) __builtin_align_up(x, y) macro