Searched refs:divident (Results 1 – 1 of 1) sorted by relevance
259 static unsigned int divup(unsigned int divident, unsigned int divisor) in divup() argument261 return (divident + divisor - 1) / divisor; in divup()