OpenGrok
Cross Reference: mods-since-v0_4_0.diff
xref
: /
external
/
chromium
/
third_party
/
libjingle
/
mods-since-v0_4_0.diff
Home
|
History
|
Annotate
|
Download
|
only in
libjingle
Lines Matching
full:stdmax
272
< #define
stdmax
(x,y) max(x,y)
274
> #define
stdmax
(x,y) _max(x,y)