HomeSort by relevance Sort by last modified time
    Searched refs:stdmax (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/base/
common.h 57 #define stdmax(x, y) std::max(x, y) macro
59 #define stdmax(x, y) rtc::_max(x, y) macro
diskcache.cc 130 entry->streams = stdmax(entry->streams, index + 1);
httpclient.cc 122 corrected_received_age = stdmax(apparent_age, u_temp);

Completed in 3691 milliseconds