Searched refs:round_boundary (Results 1 – 1 of 1) sorted by relevance
145 #define round_boundary(value, boundary) \ macro149 ((((value) - ((__typeof__(value))1U)) | round_boundary(value, boundary)) + ((__typeof__(value))1U))152 ((value) & ~round_boundary(value, boundary))