Searched refs:ceil64 (Results 1 – 2 of 2) sorted by relevance
54 #define ceil64(a) (a|0x3F) macro328 lower = min(upper + distance - 1, ceil64(upper)); in arcfb_lcd_update_horiz()334 lower = min(upper + distance - 1, ceil64(upper)); in arcfb_lcd_update_horiz()355 right = min(left + w - 1, ceil64(left)); in arcfb_lcd_update()361 right = min(left + distance - 1, ceil64(left)); in arcfb_lcd_update()
1345 u64 rate64, ceil64; in htb_change_class() local1483 ceil64 = tb[TCA_HTB_CEIL64] ? nla_get_u64(tb[TCA_HTB_CEIL64]) : 0; in htb_change_class()1486 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()