Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Duptime.cpp106 static uint32_t DivideAndGetRemainder(uint32_t &aDividend, uint32_t aDivisor) in DivideAndGetRemainder() argument
111 uint32_t quotient = aDividend / aDivisor; in DivideAndGetRemainder()
113 aDividend -= quotient * aDivisor; in DivideAndGetRemainder()