Searched defs:rounddown (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/tools/build/cross-build/include/common/sys/
H A Dparam.h75 #define rounddown(x, y) (((x) / (y)) * (y)) macro
/freebsd-current/sys/sys/
H A Dparam.h316 #define rounddown(x, y) (((x)/(y))*(y)) macro

Completed in 75 milliseconds