Home
last modified time | relevance | path

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

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