Searched refs:aValueB (Results 1 – 1 of 1) sorted by relevance
1591 static uint32_t Multiply(uint32_t aValueA, uint32_t aValueB) in Multiply() argument1597 result = aValueA * aValueB; in Multiply()1598 result = (result / aValueA == aValueB) ? result : 0; in Multiply()