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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_stack.c127 round_up(size_t size) function
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h474 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h246 #define round_up(x, y) roundup2((x), (y)) macro
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c13446 round_up (tree value, int divisor) function

Completed in 101 milliseconds