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