Home
last modified time | relevance | path

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

/trusted-firmware-a/include/lib/
A Dutils_def.h98 #define round_boundary(value, boundary) \ macro
102 ((((value) - 1) | round_boundary(value, boundary)) + 1)
105 ((value) & ~round_boundary(value, boundary))

Completed in 2 milliseconds