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

/src/tests/lib/libc/stdlib/
H A Dt_posix_memalign.c46 #define rounddown(x, n) (((x) / (n)) * (n)) macro
/src/sys/sys/
H A Dparam.h434 #define rounddown(x,y) (((x)/(y))*(y)) macro

Completed in 3 milliseconds