Home
last modified time | relevance | path

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

/u-boot/board/synopsys/hsdk/
A Dclk-lib.c15 #define ceil(x, y) ({ ulong __x = (x), __y = (y); (__x + __y - 1) / __y; }) macro
60 mhz_rate = ceil(priv_rate, HZ_IN_MHZ); in soc_clk_ctl()
/u-boot/drivers/video/
A Dstb_truetype.h398 #define STBTT_iceil(x) ((int) ceil(x))

Completed in 11 milliseconds