Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap.cpp1591 static uint32_t Multiply(uint32_t aValueA, uint32_t aValueB) in Multiply() argument
1597 result = aValueA * aValueB; in Multiply()
1598 result = (result / aValueA == aValueB) ? result : 0; in Multiply()