Searched refs:kuint32max (Results 1 – 3 of 3) sorted by relevance
47 const uint32 kuint32max = 0xFFFFFFFF; variable
361 const auto kuint32max = std::numeric_limits<uint32_t>::max(); in RouteMsgHandler() local362 while (route_queries_.front().sequence - message.seq() > kuint32max / 2) { in RouteMsgHandler()
918 return kuint32max; in ReadPerfEventAttrSize()932 if (attr_size == kuint32max) { in ReadEventAttr()