Home
last modified time | relevance | path

Searched defs: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)) argument
89 #define round_up(value, boundary) \ argument
92 #define round_down(value, boundary) ((value) & ~round_boundary(value, boundary)) argument

Completed in 6 milliseconds