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

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

Completed in 71 milliseconds