Home
last modified time | relevance | path

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

/SCP-firmware-master/arch/arm/armv8-a/include/lib/
A Dutils_def.h87 #define round_boundary(value, boundary) ((__typeof__(value))((boundary)-1)) macro
90 ((((value)-1) | round_boundary(value, boundary)) + 1)
92 #define round_down(value, boundary) ((value) & ~round_boundary(value, boundary))

Completed in 2 milliseconds