Searched refs:DIV_ROUND_DOWN_ULL (Results 1 – 1 of 1) sorted by relevance
51 #define DIV_ROUND_DOWN_ULL(ll, d) \ macro55 DIV_ROUND_DOWN_ULL((unsigned long long)(ll) + (d) - 1, (d))
Completed in 3 milliseconds