Home
last modified time | relevance | path

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

/hyp/interfaces/util/include/
A Dutil.h40 #define util_round_down(x, a) ((x) - ((x) % (a))) macro
41 #define util_round_up(x, a) util_round_down((x) + ((a)-1U), (a))

Completed in 4 milliseconds