Searched defs:boundary (Results 1 – 1 of 1) sorted by relevance
87 #define round_boundary(value, boundary) ((__typeof__(value))((boundary)-1)) argument89 #define round_up(value, boundary) \ argument92 #define round_down(value, boundary) ((value) & ~round_boundary(value, boundary)) argument
Completed in 6 milliseconds