Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dparam.h325 #define rounddown2(x, y) __align_down(x, y) /* if y is power of two */
H A Dcdefs.h934 #define __align_down(x, y) __builtin_align_down(x, y) macro
/freebsd-14.2/tools/build/cross-build/include/common/sys/
H A Dcdefs.h289 #define __align_down(x, y) __builtin_align_down(x, y) macro