Searched defs:div_round_up (Results 1 – 9 of 9) sorted by relevance
6 pub(super) fn div_round_up(n: usize, divisor: usize) -> usize { in div_round_up() function
62 def div_round_up(n, d): function
62 #define div_round_up(val, div) __extension__ ({ \ macro
511 #define div_round_up(a, b) (((a) + (b) - 1) / b) macro
313 #define div_round_up(v, a) (((v) + (a) - 1) / (a)) in gmem_stateobj_init() macro
242 static uint32_t div_round_up(uint32_t a, uint32_t b) in div_round_up() function
965 static size_t div_round_up(size_t n, size_t d) { in div_round_up() function
4361 static size_t div_round_up(size_t n, size_t d) { in div_round_up() function
5227 static size_t div_round_up(size_t n, size_t d) { in div_round_up() function