Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.cpp118 inline uint64_t UintSafeMinus(uint64_t aLhs, uint64_t aRhs) { return aLhs > aRhs ? (aLhs - aRhs) : … in UintSafeMinus() argument