Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libkse/thread/
Dthr_stack.c124 round_up(size_t size) in round_up() function
/freebsd-10-stable/lib/libthr/thread/
Dthr_stack.c126 round_up(size_t size) in round_up() function
/freebsd-10-stable/sys/ofed/include/linux/
Dkernel.h184 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/freebsd-10-stable/contrib/gcc/
Dfold-const.c13446 round_up (tree value, int divisor) in round_up() function