Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h551 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h259 #define round_down(x, y) rounddown2((x), (y)) macro