Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmath.h44 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h253 #define round_up(x, y) roundup2((x), (y)) macro