Home
last modified time | relevance | path

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

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