Searched refs:aDividend (Results 1 – 1 of 1) sorted by relevance
106 static uint32_t DivideAndGetRemainder(uint32_t &aDividend, uint32_t aDivisor) in DivideAndGetRemainder() argument111 uint32_t quotient = aDividend / aDivisor; in DivideAndGetRemainder()113 aDividend -= quotient * aDivisor; in DivideAndGetRemainder()