Searched refs:round_boundary (Results 1 – 1 of 1) sorted by relevance
87 #define round_boundary(value, boundary) ((__typeof__(value))((boundary)-1)) macro90 ((((value)-1) | round_boundary(value, boundary)) + 1)92 #define round_down(value, boundary) ((value) & ~round_boundary(value, boundary))
Completed in 2 milliseconds