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

/freebsd-11-stable/sys/sys/
H A Dparam.h296 #define rounddown(x, y) (((x)/(y))*(y)) macro

Completed in 259 milliseconds