Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1669 uint64_t sum1, sum2; in operator <() local
1672 sum2 = (other.command * 1ull << 40) | (other.efid * 1ull << 24) | in operator <()
1674 return sum1 < sum2; in operator <()