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)