/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 | 121 corrected_received_age = stdmax(apparent_age, u_temp);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
common.h | 75 #define stdmax(x, y) std::max(x, y) macro 77 #define stdmax(x, y) talk_base::_max(x, y) macro
|
diskcache.cc | 147 entry->streams = stdmax(entry->streams, index + 1);
|
httpclient.cc | 138 corrected_received_age = stdmax(apparent_age, u_temp);
|