Home
last modified time | relevance | path

Searched refs:round_boundary (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/include/lib/
H A Dutils_def.h140 #define round_boundary(value, boundary) \ macro
144 ((((value) - ((__typeof__(value))1U)) | round_boundary(value, boundary)) + ((__typeof__(value))1U))
147 ((value) & ~round_boundary(value, boundary))