Searched defs:round_up (Results 1 – 6 of 6) sorted by relevance
11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
24 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
487 round_up, enumerator
643 round_up, enumerator
936 bool round_up) in bcm2835_clock_choose_div()
Completed in 20 milliseconds