OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdmax
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
common.h
57
#define
stdmax
(x,y) std::max(x,y)
macro
59
#define
stdmax
(x,y) talk_base::_max(x,y)
macro
diskcache.cc
147
entry->streams =
stdmax
(entry->streams, index + 1);
httpclient.cc
136
corrected_received_age =
stdmax
(apparent_age, i_temp);
/external/chromium/third_party/libjingle/
mods-since-v0_4_0.diff
272
< #define
stdmax
(x,y) max(x,y)
274
> #define
stdmax
(x,y) _max(x,y)
[
all
...]
Completed in 74 milliseconds