Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/lib/
Dutils_def.h49 #define round_boundary(value, boundary) \ macro
53 ((((value) - 1) | round_boundary(value, boundary)) + 1)
56 ((value) & ~round_boundary(value, boundary))