Searched refs:ceil (Results 1 – 2 of 2) sorted by relevance
15 #define ceil(x, y) ({ ulong __x = (x), __y = (y); (__x + __y - 1) / __y; }) macro60 mhz_rate = ceil(priv_rate, HZ_IN_MHZ); in soc_clk_ctl()
398 #define STBTT_iceil(x) ((int) ceil(x))
Completed in 11 milliseconds