Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/base/
Dbasictypes.h47 const uint32 kuint32max = 0xFFFFFFFF; variable
/system/connectivity/shill/
Drouting_table.cc361 const auto kuint32max = std::numeric_limits<uint32_t>::max(); in RouteMsgHandler() local
362 while (route_queries_.front().sequence - message.seq() > kuint32max / 2) { in RouteMsgHandler()
/system/extras/perfprofd/quipper/
Dperf_reader.cc918 return kuint32max; in ReadPerfEventAttrSize()
932 if (attr_size == kuint32max) { in ReadEventAttr()