Searched refs:round_boundary (Results 1 – 1 of 1) sorted by relevance
98 #define round_boundary(value, boundary) \ macro102 ((((value) - 1) | round_boundary(value, boundary)) + 1)105 ((value) & ~round_boundary(value, boundary))
Completed in 2 milliseconds