Searched refs:stdmax (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcommon.h57 #define stdmax(x, y) std::max(x, y) macro
59 #define stdmax(x, y) rtc::_max(x, y) macro
H A Ddiskcache.cc130 entry->streams = stdmax(entry->streams, index + 1);
H A Dhttpclient.cc122 corrected_received_age = stdmax(apparent_age, u_temp);

Completed in 78 milliseconds